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