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

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

public class StartContainerStep
extends Step

StartContainerStep Step starts a service container

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

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

StartContainerStep

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