1 37 package net.sourceforge.cruisecontrol.webtest; 38 39 import net.sourceforge.jwebunit.WebTestCase; 40 41 public class ProjectStatusPageWebTest extends WebTestCase { 42 43 protected void setUp() throws Exception { 44 super.setUp(); 45 getTestContext().setBaseUrl("http://localhost:7854"); 46 } 47 48 public void testForceBuild() throws InterruptedException { 49 beginAt("/cruisecontrol"); 50 assertTextPresent("CruiseControl"); 51 assertElementPresent("force_connectfour"); 52 } 53 } 54 | Popular Tags |