Uses of Class
net.thucydides.core.reports.adaptors.xunit.model.TestCase

Packages that use TestCase
net.thucydides.core.reports.adaptors.xunit.model   
 

Uses of TestCase in net.thucydides.core.reports.adaptors.xunit.model
 

Methods in net.thucydides.core.reports.adaptors.xunit.model that return TestCase
 TestCase TestCase.andClassname(String classname)
           
 TestCase TestCase.andTime(double time)
           
 TestCase TestCase.wasSkipped(String message)
           
 TestCase TestCase.withError(TestException error)
           
 TestCase TestCase.withFailure(TestException failure)
           
static TestCase TestCase.withName(String name)
           
 

Methods in net.thucydides.core.reports.adaptors.xunit.model that return types with arguments of type TestCase
 List<TestCase> TestSuite.getTestCases()
           
 

Method parameters in net.thucydides.core.reports.adaptors.xunit.model with type arguments of type TestCase
 TestSuite TestSuite.withTestCases(List<TestCase> newTestCases)
           
 



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