Home | History | Annotate | Download | only in remote
      1 package test.remote;
      2 
      3 import org.testng.annotations.Test;
      4 
      5 /**
      6  * Used by RemoteTest to test RemoteTestNG.
      7  *
      8  * @author Cedric Beust <cedric (at) beust.com>
      9  *
     10  */
     11 public class RemoteSampleTest {
     12 
     13   @Test
     14   public void f1() {}
     15 
     16   @Test
     17   public void f2() {}
     18 }
     19