gov.nih.nci.cagrid.testing.system.deployment.steps
Class StopContainerStep

java.lang.Object
  extended by junit.framework.Assert
      extended by gov.nih.nci.cagrid.testing.system.haste.Step
          extended by gov.nih.nci.cagrid.testing.system.deployment.steps.StopContainerStep

public class StopContainerStep
extends Step

StopContainerStep Shuts down a service container

Version:
$Id: StopContainerStep.java,v 1.2 2007/12/03 16:27:18 hastings Exp $
Author:
David W. Ervin *

Constructor Summary
StopContainerStep(ServiceContainer container)
           
 
Method Summary
 void runStep()
          The method that gets executed by Story's runTest() loop.
 
Methods inherited from class gov.nih.nci.cagrid.testing.system.haste.Step
getName
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopContainerStep

public StopContainerStep(ServiceContainer container)
Method Detail

runStep

public void runStep()
             throws java.lang.Throwable
Description copied from class: Step
The method that gets executed by Story's runTest() loop.

Specified by:
runStep in class Step
Throws:
java.lang.Throwable - Assertions, failures and other Throwables need to be able to throw into