blob: 44b23f4bbde41a7468f0c58c1b4c61398be563a1 [file] [log] [blame]
package p1;
public class TR {
/**
* Runs the test case
* @param test
*/
protected void run(TC test) {
test.run(this);
}
void startTest(TC test) {
}
}