• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.serviceloader;
2 
3 import org.testng.annotations.Test;
4 
5 /**
6  * Dummy class to test ServiceLoader
7  *
8  * @author Cedric Beust <cedric@beust.com>
9  */
10 public class ServiceLoaderSampleTest {
11 
12   @Test
f()13   public void f() {}
14 }
15