org.baselinetest
Class TestCaseStep

java.lang.Object
  extended by org.baselinetest.TestCaseStep

public class TestCaseStep
extends java.lang.Object

A TestCaseStep represents a single invocation of a TestCase, and it's associated arguments that are specific to that invocation.

Author:
jwan, jsnyder2

Method Summary
 ArgumentCollection getArgumentCollection()
          Gets the argument collection for this TestCaseStep.
 java.lang.String getStepName()
           
 TestCase getTestCase()
          Gets the parent TestCase.
 void setStepName(java.lang.String stepName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getArgumentCollection

public ArgumentCollection getArgumentCollection()
Gets the argument collection for this TestCaseStep.

Returns:
the ArgumentCollection.

getTestCase

public TestCase getTestCase()
Gets the parent TestCase.

Returns:
the parent TestCase.

getStepName

public java.lang.String getStepName()

setStepName

public void setStepName(java.lang.String stepName)


Copyright © 2005-2009 Baseline Test. All Rights Reserved.