net.thucydides.core.reports
Class TestOutcomes.TestOutcomeMatcher

Package class diagram package TestOutcomes.TestOutcomeMatcher
java.lang.Object
  extended by net.thucydides.core.reports.TestOutcomes.TestOutcomeMatcher
Enclosing class:
TestOutcomes

public final class TestOutcomes.TestOutcomeMatcher
extends Object


Constructor Summary
TestOutcomes.TestOutcomeMatcher(TestOutcomes outcomes)
           
 
Method Summary
 List<TestTag> list()
           
 TestOutcomes.TestOutcomeMatcher withName(org.hamcrest.Matcher<String> nameMatcher)
           
 TestOutcomes.TestOutcomeMatcher withName(String name)
           
 TestOutcomes.TestOutcomeMatcher withType(org.hamcrest.Matcher<String> typeMatcher)
           
 TestOutcomes.TestOutcomeMatcher withType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestOutcomes.TestOutcomeMatcher

public TestOutcomes.TestOutcomeMatcher(TestOutcomes outcomes)
Method Detail

withName

public TestOutcomes.TestOutcomeMatcher withName(org.hamcrest.Matcher<String> nameMatcher)

withName

public TestOutcomes.TestOutcomeMatcher withName(String name)

withType

public TestOutcomes.TestOutcomeMatcher withType(org.hamcrest.Matcher<String> typeMatcher)

withType

public TestOutcomes.TestOutcomeMatcher withType(String type)

list

public List<TestTag> list()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.