The Meta-Environment API

nl.cwi.sen1.tunit.example
Class ExampleTestCase.Tool2

java.lang.Object
  extended by toolbus.adapter.AbstractTool
      extended by nl.cwi.sen1.tunit.ToolComValidator
          extended by nl.cwi.sen1.tunit.example.ExampleTestCase.Tool2
All Implemented Interfaces:
java.lang.Runnable, toolbus.IOperations
Enclosing class:
ExampleTestCase

public static class ExampleTestCase.Tool2
extends ToolComValidator


Field Summary
private  TUnitTestCase testCase
           
 
Fields inherited from class toolbus.adapter.AbstractTool
DIRECTTOOL, REMOTETOOL, termFactory, toolBridge
 
Fields inherited from interface toolbus.IOperations
ACKDO, ACKEVENT, CONNECT, DEBUGPERFORMANCESTATS, DISCONNECT, DO, END, EVAL, EVENT, PERFORMANCESTATS, REQUEST, RESPONSE, TERMINATE, UNDEFINED, VALUE
 
Constructor Summary
ExampleTestCase.Tool2(TUnitTestCase testCase, java.lang.String name, boolean verbose)
           
 
Method Summary
 void run()
           
 
Methods inherited from class nl.cwi.sen1.tunit.ToolComValidator
connect, connect, connectDirectly, disconnect, expectAction, expectAction, receiveAckEvent, receiveTerminate, registerForDo, registerForEval, sendEvent, sendEvent, sendRequest, sendRequest, waitForCompletion, waitForCompletion
 
Methods inherited from class toolbus.adapter.AbstractTool
disconnect, getFactory, getToolBridge, pack, sendRequest, setToolBridge, terminate, unpack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testCase

private final TUnitTestCase testCase
Constructor Detail

ExampleTestCase.Tool2

public ExampleTestCase.Tool2(TUnitTestCase testCase,
                             java.lang.String name,
                             boolean verbose)
Method Detail

run

public void run()

The Meta-Environment API