org.ourgrid.deployer
Class DeployerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ourgrid.deployer.DeployerTest
All Implemented Interfaces:
junit.framework.Test, PeerPreCommitTest, PreCommitTest, SelectiveTest, StressTest

public class DeployerTest
extends junit.framework.TestCase
implements PeerPreCommitTest

This TestCase is supposed to test Deployer funcionalities.

Version:
1.0 Created on 18/08/2004

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

DeployerTest

public DeployerTest(java.lang.String arg0)
Constructor for DeployerTest.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception
See Also:
TestCase.tearDown()

testUA

public void testUA()

startAndStatus

public void startAndStatus()
                    throws ExecutorException
Tests uaadmin start option.

Throws:
ExecutorException

stop

public void stop()
          throws ExecutorException
Tests uaadmin stop option.

Throws:
ExecutorException

restart

public void restart()
             throws ExecutorException
Tests uaadmin stop option.

Throws:
ExecutorException