public abstract class SamlResponseElementMatcher extends org.hamcrest.TypeSafeMatcher<Node>
| Constructor and Description |
|---|
SamlResponseElementMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertElementPresent(Node node) |
protected abstract void |
assertExtracted(Node element) |
void |
describeTo(org.hamcrest.Description description) |
protected Node |
extractElementByNameInAnyNamespace(String name,
Node parent) |
protected abstract Node |
extractFromParent(Node parent) |
protected List<SamlResponseElementMatcher> |
getChildrenMatchers() |
boolean |
matchesSafely(Node parent) |
describeMismatch, describeMismatchSafely, matchespublic boolean matchesSafely(Node parent)
matchesSafely in class org.hamcrest.TypeSafeMatcher<Node>public void describeTo(org.hamcrest.Description description)
protected abstract Node extractFromParent(Node parent) throws Exception
Exceptionprotected abstract void assertExtracted(Node element) throws Exception
Exceptionprotected List<SamlResponseElementMatcher> getChildrenMatchers()
protected Node extractElementByNameInAnyNamespace(String name, Node parent) throws Exception
Exceptionprotected void assertElementPresent(Node node)
Copyright © 2023 Atlassian. All rights reserved.