Home | History | Annotate | Download | only in junit4
      1 package test.junit4;
      2 
      3 import org.junit.Test;
      4 
      5 /**
      6  *
      7  * @author lukas
      8  */
      9 public class JUnit4Sample1 {
     10 
     11     @Test
     12     public void t1() {
     13 
     14     }
     15 }
     16