public class TestCaseParam extends Literal implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TestCaseParam.Type
The test case parameters origin can be either user entered,
system generated within the cells assertion or derived from
the values of its test cases
|
Constructor and Description |
---|
TestCaseParam(TestableCell cell,
Value value,
TestCaseParam.Type type)
Creates the Test Case Parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Returns whether the other object has the same value
and type as this has.
|
TestableCell |
getCell()
Returns the Test Case Parameters cells address.
|
int |
hashCode()
Returns the hash code of the test case parameter.
|
boolean |
hasNoType() |
boolean |
hasType(TestCaseParam.Type type) |
boolean |
isDerived() |
boolean |
isSystemGenerated() |
boolean |
isUserEntered() |
void |
setType(TestCaseParam.Type type,
boolean toggle) |
String |
toString2() |
public TestCaseParam(TestableCell cell, Value value, TestCaseParam.Type type)
cell
- the cell to which the parameter belongsvalue
- the value of the parameter.type
- the origin of the test case parameterpublic TestableCell getCell()
public boolean hasType(TestCaseParam.Type type)
public void setType(TestCaseParam.Type type, boolean toggle)
public boolean hasNoType()
public boolean isUserEntered()
public boolean isSystemGenerated()
public boolean isDerived()
public boolean equals(Object other)