Uses of Class
net.thucydides.core.statistics.With

Packages that use With
net.thucydides.core.statistics   
 

Uses of With in net.thucydides.core.statistics
 

Subclasses of With in net.thucydides.core.statistics
 class WithTagNamed
           
 class WithTagTypeNamed
           
 class WithTitle
           
 

Methods in net.thucydides.core.statistics that return With
static With With.tag(String tagValue)
           
static With With.tagType(String type)
           
static With With.title(String titleValue)
           
 

Methods in net.thucydides.core.statistics with parameters of type With
 TestStatistics TestStatisticsProvider.statisticsForTests(With withCondition)
           
 TestStatistics HibernateTestStatisticsProvider.statisticsForTests(With withCondition)
           
 List<TestRun> TestStatisticsProvider.testRunsForTest(With withCondition)
           
 List<TestRun> HibernateTestStatisticsProvider.testRunsForTest(With withCondition)
           
 



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