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) |
matchesSafelydescribeMismatch, describeMismatchSafely, matchespublic ConditionClassMatcher(String className)
public static ConditionClassMatcher usesConditionClass(String className)
protected boolean matchesDocument(@Nullable Document document) throws Exception
matchesDocument in class DocumentMatcherExceptionpublic void describeTo(org.hamcrest.Description description)
Copyright © 2002-2021 Atlassian. All Rights Reserved.