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, matches
public 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
Exception
protected abstract void assertExtracted(Node element) throws Exception
Exception
protected List<SamlResponseElementMatcher> getChildrenMatchers()
protected Node extractElementByNameInAnyNamespace(String name, Node parent) throws Exception
Exception
protected void assertElementPresent(Node node)
Copyright © 2021 Atlassian. All rights reserved.