Show JettyWarTest.java syntax highlighted
package org.smartfrog.services.www.jetty.test.system;
/**
*
*/
public class JettyWarTest extends WebappTestBase {
/**
* location for files. {@value}
*/
public static final String FILE_BASE = "/org/smartfrog/services/www/jetty/test/system/";
public JettyWarTest(String name) {
super(name);
}
public void testWarDeployed() throws Throwable {
deployWebApp(FILE_BASE + "jetty-does-war.sf",
"JettyDoesWar");
}
public void testNestedWar() throws Throwable {
deployWebApp(FILE_BASE + "nested-war.sf",
"nested-war");
}
}
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
full/
JettyTCPTest.java
components.sf
tcn52.sf
tcn53.sf
tcn54.sf
tcn55.sf
tcn56.sf
tcn57.sf
tcp19.sf
tcp20.sf
tcp21.sf
tcp22.sf
tcp27.sf
tcp_jetty_core.sf
testNestedListener.sf
JettyWarTest.java
LivenessTest.java
WebappTestBase.java
jetty-does-war.sf
local_test_jetty_server.sf
nested-war.sf
testLivenessError.sf
testLivenessNoHost.sf
testLivenessURL.sf
testwar.sf