samples/consistency/src-test/api/FactorialTest.java
changeset 261 3df7beca6fd8
parent 260 e82f20a1130b
child 262 e59755da1aa6
     1.1 --- a/samples/consistency/src-test/api/FactorialTest.java	Sat Jun 14 10:32:31 2008 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,15 +0,0 @@
     1.4 -package api;
     1.5 -
     1.6 -import junit.framework.TestCase;
     1.7 -
     1.8 -/**
     1.9 - *
    1.10 - * @author Jaroslav Tulach <jtulach@netbeans.org>
    1.11 - */
    1.12 -public class FactorialTest extends TestCase {
    1.13 -    
    1.14 -    public FactorialTest(String testName) {
    1.15 -        super(testName);
    1.16 -    }            
    1.17 -    
    1.18 -}