Package com.nabalive.applications.contes

Examples of com.nabalive.applications.contes.ContesApplication


*/
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://"));
    }
View Full Code Here

TOP

Related Classes of com.nabalive.applications.contes.ContesApplication

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.