Uses of Class
net.thucydides.core.statistics.model.TestRunTag

Packages that use TestRunTag
net.thucydides.core.statistics.model   
 

Uses of TestRunTag in net.thucydides.core.statistics.model
 

Methods in net.thucydides.core.statistics.model that return types with arguments of type TestRunTag
 List<TestRunTag> TestStatistics.getTags()
           
 Set<TestRunTag> TestRun.getTags()
           
 

Constructor parameters in net.thucydides.core.statistics.model with type arguments of type TestRunTag
TestStatistics(Long totalTestRuns, Long passingTestRuns, Long failingTestRuns, List<TestResult> testResults, List<TestRunTag> tags)
           
 



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