fr.inria.peerunit
Interface TestCase

All Known Implementing Classes:
SimpleTest, TestCaseImpl

public interface TestCase

The test cases interface. This interface must be implemented by the testing engineer wants to write a test case, it allow to access the tester who will execute the test case.

Since:
1.0
Version:
1.0
Author:
sunye, Aboubakar Koïta
See Also:
TestCaseImpl

Method Summary
 void setTester(Tester t)
          For set the reference to the tester which will execute the test case in distributed architecture.
 

Method Detail

setTester

void setTester(Tester t)
For set the reference to the tester which will execute the test case in distributed architecture.

Parameters:
t - the reference of the subjacent tester


Copyright © 2010. All Rights Reserved.