samples/consistency/src-test/api/FactorialTest.java
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:51:12 +0200
changeset 27 699c5a4f0fab
parent 26 913d1d0a7bdf
child 30 dec754d73bb4
permissions -rw-r--r--
Using code snippets from the Lookup interface
     1 /*
     2  * Žluťoučký kůň je naše hříbátko.
     3  * and open the template in the editor.
     4  */
     5 
     6 package api;
     7 
     8 import junit.framework.TestCase;
     9 
    10 /**
    11  *
    12  * @author Jaroslav Tulach <jtulach@netbeans.org>
    13  */
    14 public class FactorialTest extends TestCase {
    15     
    16     public FactorialTest(String testName) {
    17         super(testName);
    18     }            
    19     
    20 }