The Meta-Environment API

Uses of Class
nl.cwi.sen1.tunit.TUnitTestCase

Packages that use TUnitTestCase
nl.cwi.sen1.tunit   
nl.cwi.sen1.tunit.example   
nl.cwi.sen1.tunit.execution   
 

Uses of TUnitTestCase in nl.cwi.sen1.tunit
 

Fields in nl.cwi.sen1.tunit declared as TUnitTestCase
private  TUnitTestCase TestToolBridge.testCase
           
private  TUnitTestCase ToolComValidator.testCase
           
 

Constructors in nl.cwi.sen1.tunit with parameters of type TUnitTestCase
TestToolBridge(TUnitTestCase testCase, aterm.pure.PureFactory termFactory, toolbus.adapter.AbstractTool tool, java.lang.String toolName, int toolID, java.lang.ClassLoader classLoader, toolbus.ToolBus toolbus, boolean verbose)
           
TestToolBridge(TUnitTestCase testCase, aterm.pure.PureFactory termFactory, toolbus.adapter.AbstractTool tool, java.lang.String toolName, int toolID, java.net.InetAddress host, int port, boolean verbose)
           
ToolComValidator(TUnitTestCase testCase, java.lang.String name, boolean verbose)
           
ToolComValidator(TUnitTestCase testCase, java.lang.String name, int id, boolean verbose)
           
 

Uses of TUnitTestCase in nl.cwi.sen1.tunit.example
 

Subclasses of TUnitTestCase in nl.cwi.sen1.tunit.example
 class ExampleTestCase
          An example test case to demonstrate the toolbus testing framework.
 

Fields in nl.cwi.sen1.tunit.example declared as TUnitTestCase
private  TUnitTestCase ExampleTestCase.Tool1.testCase
           
private  TUnitTestCase ExampleTestCase.Tool2.testCase
           
 

Constructors in nl.cwi.sen1.tunit.example with parameters of type TUnitTestCase
ExampleTestCase.ExecutedTestTool(TUnitTestCase testCase, java.lang.String name, int id, boolean verbose)
           
ExampleTestCase.Tool1(TUnitTestCase testCase, java.lang.String name, boolean verbose)
           
ExampleTestCase.Tool2(TUnitTestCase testCase, java.lang.String name, boolean verbose)
           
 

Uses of TUnitTestCase in nl.cwi.sen1.tunit.execution
 

Fields in nl.cwi.sen1.tunit.execution declared as TUnitTestCase
private  TUnitTestCase ToolComValidatorExecutor.testCase
           
private  TUnitTestCase DefaultTestToolExecutorFactory.testCase
           
 

Constructors in nl.cwi.sen1.tunit.execution with parameters of type TUnitTestCase
DefaultTestToolExecutorFactory(TUnitTestCase testCase)
           
ToolComValidatorExecutor(TUnitTestCase testCase, java.lang.String name, int id, java.lang.Class<?> toolClass)
           
 


The Meta-Environment API