Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
X
_
A
AbstractType
- Interface in
org.jtestcase.core.model
Common interface for param and assert instances.
add(IUINode)
- Method in class org.jtestcase.core.model.
AssertGroupInstance
add(IUINode)
- Method in class org.jtestcase.core.model.
AssertInstance
Callback function should delegate to addAssert()
add(IUINode)
- Method in class org.jtestcase.core.model.
AssertParamGroupInstance
add(IUINode)
- Method in class org.jtestcase.core.model.
AssertParamInstance
Callback function should delegate to addAssert()
add(IUINode)
- Method in class org.jtestcase.core.model.
TestClass
add(IUINode)
- Method in class org.jtestcase.core.model.
TestMethod
add(IUINode)
- Method in class org.jtestcase.core.model.
Tests
add(IUINode)
- Method in interface org.jtestcase.plugin.guimodel.intf.
IUINode
add(IUINode)
- Method in interface org.jtestcase.plugin.guimodel.intf.
IUINodeSupport
addAssert(AssertInstance)
- Method in class org.jtestcase.core.model.
AssertInstance
Adds a nested assert instance to the list of nested instances
addAssert(AssertParamInstance)
- Method in class org.jtestcase.core.model.
AssertParamInstance
Adds a nested assert instance to the list of nested instances
addAssertGroupNestedInstance(AssertGroupInstance)
- Method in class org.jtestcase.core.model.
AssertGroupInstance
Adds a assert group instance to the list of nested assert group instances
addAssertInstance(AssertInstance)
- Method in class org.jtestcase.core.model.
AssertGroupInstance
Adds a assert instance to the list of nested assert instances
addAssertParamGroupNestedInstance(AssertParamGroupInstance)
- Method in class org.jtestcase.core.model.
AssertParamGroupInstance
Adds a assert group instance to the list of nested assert group instances
addAssertParamInstance(AssertParamInstance)
- Method in class org.jtestcase.core.model.
AssertParamGroupInstance
Adds a assert instance to the list of nested assert instances
addClass(TestClass)
- Method in class org.jtestcase.core.model.
Tests
addMethod(TestMethod)
- Method in class org.jtestcase.core.model.
TestClass
addParam(ParamInstance)
- Method in class org.jtestcase.core.model.
ParamInstance
Adds a nested param instance to the list of nested instances
addParamGroupNestedInstance(ParamGroupInstance)
- Method in class org.jtestcase.core.model.
ParamGroupInstance
Adds a param group instance to the list of nested param group instances
addParamInstance(ParamInstance)
- Method in class org.jtestcase.core.model.
ParamGroupInstance
Adds a param instance to the list of nested param instances
Asserter
- Class in
org.jtestcase.core.asserter
Asserter(JTestCaseDigester, ComplexTypeConverter)
- Constructor for class org.jtestcase.core.asserter.
Asserter
AssertGroupInstance
- Class in
org.jtestcase.core.model
Represents an assert group from the JTestCaseWizard XML data.
AssertGroupInstance(String)
- Constructor for class org.jtestcase.core.model.
AssertGroupInstance
AssertInstance
- Class in
org.jtestcase.core.model
Represents an assert tag from the JTestCaseWizard XML.
AssertInstance(String, String, String, String, String, String)
- Constructor for class org.jtestcase.core.model.
AssertInstance
Standard constructor.
assertParam(String, String, String, String, Object, TestCaseInstance)
- Method in class org.jtestcase.core.asserter.
Asserter
Asserts a given varible's value against its expected value by using expected action.
AssertParamGroupInstance
- Class in
org.jtestcase.core.model
Represents an assert group from the JTestCaseWizard XML data.
AssertParamGroupInstance(String)
- Constructor for class org.jtestcase.core.model.
AssertParamGroupInstance
AssertParamInstance
- Class in
org.jtestcase.core.model
Represents an assert tag from the JTestCaseWizard XML.
AssertParamInstance(String, String, String, String, String, String)
- Constructor for class org.jtestcase.core.model.
AssertParamInstance
Standard constructor.
assertTestCase(String, Object, int)
- Method in class junit.framework.
ForTestCase
Assert a testcase given a param to read in JTestCase, the value to compare and testcase index
assertTestCase(String, Object)
- Method in class junit.framework.
ForTestCase
Assert a testcase given a param to read in JTestCase, the value to compare for the current index
assertTestVariable(String, Object)
- Method in class org.jtestcase.
TestCaseInstance
Asserts a given varible's value against its expected value by using expected action.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
V
X
_