opale.tools
Interface OTest


public interface OTest

This interface should be implemented by every class that represents a test case for opale.

Since:
Opale-Tools 0.12

Method Summary
 void run(java.lang.String PATH)
          Method call at the begining of a test.
 void stop()
          Method call to stop a test.
 

Method Detail

run

public void run(java.lang.String PATH)
Method call at the begining of a test.
Parameters:
String, - the absolute path of the test.

stop

public void stop()
Method call to stop a test.