The Meta-Environment API

nl.cwi.sen1.tunit.execution
Class ToolComValidatorExecutor

java.lang.Object
  extended by nl.cwi.sen1.tunit.execution.ToolComValidatorExecutor
All Implemented Interfaces:
toolbus.tool.execution.IToolExecutor

public class ToolComValidatorExecutor
extends java.lang.Object
implements toolbus.tool.execution.IToolExecutor


Field Summary
private  int id
           
private  java.lang.String name
           
private  TUnitTestCase testCase
           
private  java.lang.Class<?> toolClass
           
 
Constructor Summary
ToolComValidatorExecutor(TUnitTestCase testCase, java.lang.String name, int id, java.lang.Class<?> toolClass)
           
 
Method Summary
 void execute()
           
 
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

name

private final java.lang.String name

id

private final int id

toolClass

private final java.lang.Class<?> toolClass
Constructor Detail

ToolComValidatorExecutor

public ToolComValidatorExecutor(TUnitTestCase testCase,
                                java.lang.String name,
                                int id,
                                java.lang.Class<?> toolClass)
Method Detail

execute

public void execute()
             throws toolbus.exceptions.ToolBusException
Specified by:
execute in interface toolbus.tool.execution.IToolExecutor
Throws:
toolbus.exceptions.ToolBusException

The Meta-Environment API