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

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

public class SchemaDownloadStep
extends BaseGmeTestStep

SchemaDownloadStep Step to download schemas from the GME NOTE This step should run AFTER the Domains and Namespace step

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

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

SchemaDownloadStep

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