| java.lang.Object org.ddsteps.util.TestCaseInfo
TestCaseInfo | public class TestCaseInfo (Code) | | author: adam version: $Id: TestCaseInfo.java,v 1.1 2005/12/03 12:51:41 adamskogman Exp $ |
TestCaseInfo | public TestCaseInfo(String methodName, String rowId)(Code) | | Info about a row instance.
Parameters: methodName - Parameters: rowId - |
TestCaseInfo | public TestCaseInfo(String methodName)(Code) | | Info about a method instance.
Parameters: methodName - |
getMethodName | public String getMethodName()(Code) | | Returns the methodName. |
isMethodInstance | public boolean isMethodInstance()(Code) | | True if the info is about a method instance. |
isRowInstance | public boolean isRowInstance()(Code) | | True if the info is about a row instance. |
|
|