org.placelab.proxy
Class ServletServerTest

java.lang.Object
  extended byorg.placelab.proxy.ServletServerTest
All Implemented Interfaces:
Testable, TestableBase

public class ServletServerTest
extends java.lang.Object
implements Testable


Nested Class Summary
 class ServletServerTest.TestServlet
           
 
Field Summary
 java.lang.String SUCCESS_STR
           
 int testPort
           
 
Constructor Summary
ServletServerTest()
           
 
Method Summary
 java.lang.String getName()
           
 void runTests(TestResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testPort

public int testPort

SUCCESS_STR

public java.lang.String SUCCESS_STR
Constructor Detail

ServletServerTest

public ServletServerTest()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface TestableBase

runTests

public void runTests(TestResult result)
Specified by:
runTests in interface Testable