|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.extensions.TestDecorator
junit.extensions.TestSetup
org.jboss.test.AbstractTestSetup
org.jboss.test.JBossTestSetup
org.jboss.test.JBossTestClusteredSetup
public class JBossTestClusteredSetup
Derived implementation of JBossTestSetup for cluster testing.
Revisions:
12 avril 2002 Sacha Labourey:
JBossTestSetup| Field Summary |
|---|
| Fields inherited from class org.jboss.test.JBossTestSetup |
|---|
delegate |
| Fields inherited from class org.jboss.test.AbstractTestSetup |
|---|
clazz |
| Fields inherited from class junit.extensions.TestDecorator |
|---|
fTest |
| Constructor Summary | |
|---|---|
JBossTestClusteredSetup(junit.framework.Test test)
|
|
JBossTestClusteredSetup(junit.framework.Test test,
String jarNames)
|
|
| Method Summary | |
|---|---|
JBossTestServices |
createTestServices()
|
protected void |
setUp()
Create a delegate by calling AbstractTestDelegate.getDelegate(clazz) to allow for a test specific delegate. |
protected void |
tearDown()
This method then delegates to the AbstractTestDelegate.tearDown method. |
| Methods inherited from class org.jboss.test.JBossTestSetup |
|---|
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, invoke, redeploy, restartDBPool, undeploy |
| Methods inherited from class junit.extensions.TestSetup |
|---|
run |
| Methods inherited from class junit.extensions.TestDecorator |
|---|
basicRun, countTestCases, getTest, toString |
| Methods inherited from class junit.framework.Assert |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JBossTestClusteredSetup(junit.framework.Test test,
String jarNames)
throws Exception
Exception
public JBossTestClusteredSetup(junit.framework.Test test)
throws Exception
Exception| Method Detail |
|---|
public JBossTestServices createTestServices()
protected void setUp()
throws Exception
AbstractTestSetup
setUp in class JBossTestSetupException
protected void tearDown()
throws Exception
AbstractTestSetup
tearDown in class JBossTestSetupException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||