Package net.thucydides.core.reports
Class TestOutcomes.TestOutcomeMatcher
java.lang.Object
net.thucydides.core.reports.TestOutcomes.TestOutcomeMatcher
- Enclosing class:
- TestOutcomes
public static final class TestOutcomes.TestOutcomeMatcher
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TestOutcomeMatcher(TestOutcomes outcomes) -
Method Summary
Modifier and Type Method Description java.util.List<TestTag>list()TestOutcomes.TestOutcomeMatcherwithName(java.lang.String name)TestOutcomes.TestOutcomeMatcherwithName(org.hamcrest.Matcher<java.lang.String> nameMatcher)TestOutcomes.TestOutcomeMatcherwithNameIn(java.util.List<org.hamcrest.Matcher<java.lang.String>> nameMatchers)TestOutcomes.TestOutcomeMatcherwithType(java.lang.String type)TestOutcomes.TestOutcomeMatcherwithType(org.hamcrest.Matcher<java.lang.String> typeMatcher)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestOutcomeMatcher
-
-
Method Details
-
withName
public TestOutcomes.TestOutcomeMatcher withName(org.hamcrest.Matcher<java.lang.String> nameMatcher) -
withNameIn
public TestOutcomes.TestOutcomeMatcher withNameIn(java.util.List<org.hamcrest.Matcher<java.lang.String>> nameMatchers) -
withName
-
withType
public TestOutcomes.TestOutcomeMatcher withType(org.hamcrest.Matcher<java.lang.String> typeMatcher) -
withType
-
list
-