The Meta-Environment API

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

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

public static class ExampleTestCase.ExecutedTestTool
extends ToolComValidator


Field Summary
 
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.ExecutedTestTool(TUnitTestCase testCase, java.lang.String name, int id, 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
 

Constructor Detail

ExampleTestCase.ExecutedTestTool

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

run

public void run()

The Meta-Environment API