|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.ourgrid.deployer.DeployerTest
public class DeployerTest
This TestCase is supposed to test Deployer funcionalities.
Constructor Summary | |
---|---|
DeployerTest(java.lang.String arg0)
Constructor for DeployerTest. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
restart()
Tests uaadmin stop option. |
protected void |
setUp()
|
void |
startAndStatus()
Tests uaadmin start option. |
void |
stop()
Tests uaadmin stop option. |
protected void |
tearDown()
|
void |
testUA()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from interface junit.framework.Test |
---|
countTestCases, run |
Constructor Detail |
---|
public DeployerTest(java.lang.String arg0)
arg0
- Method Detail |
---|
public static void main(java.lang.String[] args)
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
TestCase.setUp()
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
java.lang.Exception
TestCase.tearDown()
public void testUA()
public void startAndStatus() throws ExecutorException
ExecutorException
public void stop() throws ExecutorException
ExecutorException
public void restart() throws ExecutorException
ExecutorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |