public class ServerTestCaseCaller
extends junit.framework.Assert
setUp()
,
testXXX()
and tearDown()
methods on the server
side.Constructor and Description |
---|
ServerTestCaseCaller(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest) |
Modifier and Type | Method and Description |
---|---|
junit.framework.Test |
getDelegatedTest() |
junit.framework.Test |
getWrappedTest() |
void |
runBareInit()
Perform server side initializations before each test, such as
initializating the logger.
|
void |
setDelegatedTest(junit.framework.Test theDelegatedTest) |
void |
setWrappedTest(junit.framework.Test theWrappedTest) |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
public ServerTestCaseCaller(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest)
theDelegatedTest
- the test we are delegating fortheWrappedTest
- the test being wrapped by this delegate (or null
if none)public void setWrappedTest(junit.framework.Test theWrappedTest)
theWrappedTest
- the pure JUnit test that we need to wrappublic junit.framework.Test getWrappedTest()
public void setDelegatedTest(junit.framework.Test theDelegatedTest)
theDelegatedTest
- the test we are delegating forpublic junit.framework.Test getDelegatedTest()
public void runBareInit()
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.