blob: 8dd7b50b8fd7eb52a03231c95b177f70e34426f6 [file] [log] [blame]
import org.junit.Test;
public class Module2Test
{
@Test
public void test() throws Exception
{
Thread.sleep( 2000L );
System.out.println( "Module2" );
}
}