gov.nci.nih.cagrid.validator.steps.gme
Class DomainsAndNamespacesStep

java.lang.Object
  extended by junit.framework.Assert
      extended by gov.nih.nci.cagrid.testing.system.haste.Step
          extended by gov.nci.nih.cagrid.validator.steps.AbstractBaseServiceTestStep
              extended by gov.nci.nih.cagrid.validator.steps.gme.BaseGmeTestStep
                  extended by gov.nci.nih.cagrid.validator.steps.gme.DomainsAndNamespacesStep

public class DomainsAndNamespacesStep
extends BaseGmeTestStep

DomainsAndNamespacesStep Step to pull domains and namespaces from the GME

Version:
$Id: DomainsAndNamespacesStep.java,v 1.1 2007/11/26 17:09:10 dervin Exp $
Author:
David Ervin

Constructor Summary
DomainsAndNamespacesStep()
           
DomainsAndNamespacesStep(java.lang.String serviceUrl, java.io.File tempDir, java.util.Properties configuration)
           
 
Method Summary
 void runStep()
          The method that gets executed by Story's runTest() loop.
 
Methods inherited from class gov.nci.nih.cagrid.validator.steps.gme.BaseGmeTestStep
getGmeHandle
 
Methods inherited from class gov.nci.nih.cagrid.validator.steps.AbstractBaseServiceTestStep
getConfiguration, getName, getRequiredConfigurationProperties, getServiceUrl, getTempDir
 
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

DomainsAndNamespacesStep

public DomainsAndNamespacesStep()

DomainsAndNamespacesStep

public DomainsAndNamespacesStep(java.lang.String serviceUrl,
                                java.io.File tempDir,
                                java.util.Properties configuration)
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 BaseGmeTestStep
Throws:
java.lang.Throwable - Assertions, failures and other Throwables need to be able to throw into