|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssertParamInstance | |
|---|---|
| org.jtestcase.core.model | |
| Uses of AssertParamInstance in org.jtestcase.core.model |
|---|
| Methods in org.jtestcase.core.model that return AssertParamInstance | |
|---|---|
static AssertParamInstance |
AssertParamInstance.createAssertInstance(java.lang.String name,
java.lang.String type,
java.lang.String action,
java.lang.String content,
java.lang.String key_type,
java.lang.String value_type)
|
static AssertParamInstance |
AssertParamInstance.createAssertParamInstance(org.jdom.Element expected)
Creates an assert instance from an assert element. |
| Methods in org.jtestcase.core.model with parameters of type AssertParamInstance | |
|---|---|
void |
AssertParamInstance.addAssert(AssertParamInstance nestedInstance)
Adds a nested assert instance to the list of nested instances |
void |
AssertParamGroupInstance.addAssertParamInstance(AssertParamInstance assertInstance)
Adds a assert instance to the list of nested assert instances |
boolean |
AssertParamInstance.equals(AssertParamInstance anotherExpectedInstance)
two ExpectedInstances should be considered equal if their fields are equal name field is case sensitive type field is not case sensitive ( to review ) content field is case sensitive |
void |
AssertParamInstance.removeAssert(AssertParamInstance nestedInstance)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||