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

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.DestroyContainerStep

public class DestroyContainerStep
extends Step

DestroyContainerStep Step to destroy the temporary testing container

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

Constructor Summary
DestroyContainerStep(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

DestroyContainerStep

public DestroyContainerStep(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