The Meta-Environment API

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

Packages that use ToolComValidator
nl.cwi.sen1.tunit   
nl.cwi.sen1.tunit.example   
 

Uses of ToolComValidator in nl.cwi.sen1.tunit
 

Methods in nl.cwi.sen1.tunit with parameters of type ToolComValidator
 void TUnitTestCase.connectToolComValidator(ToolComValidator toolComValidator)
           
 

Method parameters in nl.cwi.sen1.tunit with type arguments of type ToolComValidator
 void TUnitTestCase.addComValidatorForExecutableTool(java.lang.String name, java.lang.Class<ToolComValidator> toolStubClass)
           
 

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

Subclasses of ToolComValidator in nl.cwi.sen1.tunit.example
static class ExampleTestCase.ExecutedTestTool
           
static class ExampleTestCase.Tool1
           
static class ExampleTestCase.Tool2
           
 


The Meta-Environment API