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

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

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

Methods in net.thucydides.core.reports.adaptors.xunit.model that return types with arguments of type TestException
 com.google.common.base.Optional<TestException> TestCase.getError()
           
 com.google.common.base.Optional<TestException> TestCase.getFailure()
           
 

Methods in net.thucydides.core.reports.adaptors.xunit.model with parameters of type TestException
 TestCase TestCase.withError(TestException error)
           
 TestCase TestCase.withFailure(TestException failure)
           
 



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