JTR 5.0 API Documentation

Uses of Class
jtr.test.TestFailedException

Packages that use TestFailedException
jtr.remote.test This package contains specializations to classes/contracts defined in jtr.test, required to enable JTR Distributed Testing sessions. 
jtr.test This package contains all those classes and interfaces in charge of managing the execution of JTR Test Sessions.
Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. 
jtr.test.impl Default implementations of the interfaces defined in the jtr.test package. 
 

Uses of TestFailedException in jtr.remote.test
 

Methods in jtr.remote.test that throw TestFailedException
 void RemoteTestRunManager.startTest()
           
 

Uses of TestFailedException in jtr.test
 

Methods in jtr.test that throw TestFailedException
 void TestRunManager.startTest()
          Launches the test.
 void ITestResultDisplayer.testAccomplished()
          This method notifies the end of the test.
 

Uses of TestFailedException in jtr.test.impl
 

Methods in jtr.test.impl that throw TestFailedException
 void HeadlessTestResultDisplayer.testAccomplished()
          This method notifies the end of the test.
 


The JTR Project is licensed under GPL version 2