Show TomcatTest.java syntax highlighted
package org.smartfrog.services.www.cargo.test.system.tomcat;
import org.smartfrog.services.www.cargo.test.system.CargoTestBase;
/**
*/
public class TomcatTest extends CargoTestBase {
public TomcatTest(String name) {
super(name);
}
public void testTomcat() throws Throwable {
deployAppServer(FILE_BASE + "tomcat/testTomcat.sf",
"testTomcat"
);
}
}
See more files for this project here
SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org
Project homepage:
http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other
TomcatTest.java
testTomcat.sf
tomcat.sf