FileDocCategorySizeDatePackage
TestSample.javaAPI DocExample262Thu Aug 15 19:37:50 BST 2002com.oreilly.javaxp.junit.sub

TestSample.java

package com.oreilly.javaxp.junit.sub;

import junit.framework.TestCase;

public class TestSample extends TestCase {
    public TestSample(String name) {
        super(name);
    }

    public void testSample() {
        // just a dummy test
    }
}