|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsheets.core.formula.Literal
csheets.ext.test.TestCaseParam
public class TestCaseParam
A class holding information about a Test Case Parameter. It contains the value of the parameter.
| Nested Class Summary | |
|---|---|
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 Summary | |
|---|---|
TestCaseParam(TestableCell cell,
Value value,
TestCaseParam.Type type)
Creates the Test Case Parameter. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class csheets.core.formula.Literal |
|---|
accept, evaluate, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 parameter| Method Detail |
|---|
public 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 String toString2()
public boolean equals(Object other)
equals in class Objectother - the object to check for equality
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||