14151617181920212223
*/ public class ContesTest { @Test public void conte() throws IOException { ContesApplication contesApplication = new ContesApplication(); String rand = contesApplication.getRand(); System.out.println(rand); assertTrue(rand.startsWith("http://")); }