|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionTag | |
---|---|
net.sf.jameleon | |
net.sf.jameleon.event | |
net.sf.jameleon.function | |
net.sf.jameleon.plugin.junit | |
net.sf.jameleon.plugin.junit.tags | |
net.sf.jameleon.sql |
Uses of FunctionTag in net.sf.jameleon |
---|
Subclasses of FunctionTag in net.sf.jameleon | |
---|---|
class |
WaitTag
Wait for the given number of milliseconds. |
Uses of FunctionTag in net.sf.jameleon.event |
---|
Methods in net.sf.jameleon.event with parameters of type FunctionTag | |
---|---|
void |
FunctionEventHandler.beginFunction(FunctionTag ft,
int rowNum)
|
void |
FunctionEventHandler.endFunction(FunctionTag ft,
int rowNum)
|
Uses of FunctionTag in net.sf.jameleon.function |
---|
Subclasses of FunctionTag in net.sf.jameleon.function | |
---|---|
class |
FunctionDocTag
Documents a single step of a test case. |
Uses of FunctionTag in net.sf.jameleon.plugin.junit |
---|
Subclasses of FunctionTag in net.sf.jameleon.plugin.junit | |
---|---|
class |
ExecuteJameleonScriptTag
Used to acceptance test Jameleon tags. |
class |
JUnitFunctionTag
This is a simple extension of the FunctionTag used for unit testing Jameleon. |
Uses of FunctionTag in net.sf.jameleon.plugin.junit.tags |
---|
Subclasses of FunctionTag in net.sf.jameleon.plugin.junit.tags | |
---|---|
class |
AbstractAssertTag
An abstract tag used for the JUnit assert tags. |
class |
AssertEqualsTag
Performs an assertEquals on two variables. |
class |
AssertNotNullTag
Performs an assertNotNull on a given variable. |
class |
AssertNullTag
Performs an assertNull on a given variable. |
class |
AssertTrueTag
Performs an assertTrue on a given expression. |
Uses of FunctionTag in net.sf.jameleon.sql |
---|
Subclasses of FunctionTag in net.sf.jameleon.sql | |
---|---|
class |
AbstractSqlTag
An abstract class used to execute SQL. |
class |
SqlUpdateTag
Runs a delete or update SQL statement against the database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |