package c.s.testpack3;

import junit.framework.TestCase;

public class ThirdClassTest extends TestCase {

	public ThirdClassTest(String name) {
		super(name);
	}

	protected void setUp() throws Exception {
		super.setUp();
	}

}
