public abstract class StandaloneCSTestCaseBase extends java.lang.Object implements TestCase
| Modifier and Type | Class and Description |
|---|---|
static class |
StandaloneCSTestCaseBase.Item |
| Constructor and Description |
|---|
StandaloneCSTestCaseBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
configure(Configuration config) |
protected ClientObjectContainer |
openClient() |
protected int |
port() |
protected abstract void |
runTest() |
void |
test() |
protected void |
withClient(ContainerBlock block) |
public void test()
throws java.lang.Throwable
java.lang.Throwableprotected void withClient(ContainerBlock block) throws java.lang.Throwable
java.lang.Throwableprotected ClientObjectContainer openClient()
protected int port()
protected abstract void runTest()
throws java.lang.Throwable
java.lang.Throwableprotected abstract void configure(Configuration config)