package c.s.testpack2;

import junit.framework.TestCase;

public class SecondClassTest extends TestCase {

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

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

}
