blob: ebe42a513ae9048ac2e9d7a682dd01b1a35b48ed [file] [log] [blame]
package p1;
public class TR {
/**
* Run the test case
* @param test
*/
protected void run(final TC test) {
test.run(this);
}
void runProtected(TC test, P p) {
}
void endTest(TC test) {
}
void startTest(TC test) {
}
}