blob: e21f5941e16619087c95dc382de0fbb0e2a0dad1 [file] [log] [blame]
package test.remote;
import org.testng.annotations.Test;
/**
* Used by RemoteTest to test RemoteTestNG.
*
* @author Cedric Beust <cedric@beust.com>
*
*/
public class RemoteSampleTest {
@Test
public void f1() {}
@Test
public void f2() {}
}