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

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

public class UnpackContainerStep
extends Step

UnpackContainerStep Sets up a new service container environment

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

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

UnpackContainerStep

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