• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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@beust.com>
9  *
10  */
11 public class RemoteSampleTest {
12 
13   @Test
f1()14   public void f1() {}
15 
16   @Test
f2()17   public void f2() {}
18 }
19