public class ConditionClassMatcher extends DocumentMatcher
Constructor and Description |
---|
ConditionClassMatcher(String className) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesDocument(Document document) |
static ConditionClassMatcher |
usesConditionClass(String className) |
matchesSafely
describeMismatch, describeMismatchSafely, matches
public ConditionClassMatcher(String className)
public static ConditionClassMatcher usesConditionClass(String className)
protected boolean matchesDocument(@Nullable Document document) throws Exception
matchesDocument
in class DocumentMatcher
Exception
public void describeTo(org.hamcrest.Description description)
Copyright © 2002-2024 Atlassian. All Rights Reserved.