package p1;

public class TR {

	/**
	 * Runs the test case
	 * @param test
	 */
	protected void run(TC test) {
		test.run(this);
	}

	void startTest(TC test) {
	}

}