|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Storable | |
---|---|
net.sf.jameleon | |
net.sf.jameleon.function | |
net.sf.jameleon.plugin.junit | |
net.sf.jameleon.plugin.junit.tags | |
net.sf.jameleon.sql | |
net.sf.jameleon.util |
Uses of Storable in net.sf.jameleon |
---|
Classes in net.sf.jameleon that implement Storable | |
---|---|
class |
SessionTag
A Session is the state of an application from one functional point to the next. |
class |
WaitTag
Wait for the given number of milliseconds. |
Uses of Storable in net.sf.jameleon.function |
---|
Classes in net.sf.jameleon.function that implement Storable | |
---|---|
class |
FunctionDocTag
Documents a single step of a test case. |
class |
FunctionTag
Represents an abstract function point that does a lot behind the scenes for the function point developer. |
Uses of Storable in net.sf.jameleon.plugin.junit |
---|
Classes in net.sf.jameleon.plugin.junit that implement Storable | |
---|---|
class |
ExecuteJameleonScriptTag
Used to acceptance test Jameleon tags. |
class |
JUnitFunctionTag
This is a simple extension of the FunctionTag used for unit testing Jameleon. |
class |
JUnitSessionTag
A Session for the JUnit plug-in. |
Uses of Storable in net.sf.jameleon.plugin.junit.tags |
---|
Classes in net.sf.jameleon.plugin.junit.tags that implement Storable | |
---|---|
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 Storable in net.sf.jameleon.sql |
---|
Classes in net.sf.jameleon.sql that implement Storable | |
---|---|
class |
AbstractSqlTag
An abstract class used to execute SQL. |
class |
SqlUpdateTag
Runs a delete or update SQL statement against the database. |
Uses of Storable in net.sf.jameleon.util |
---|
Methods in net.sf.jameleon.util with parameters of type Storable | |
---|---|
void |
StateStorer.addStorable(Storable s)
Adds a Storable for which the state will be stored when the appropriate event occurs.. |
void |
StateStorer.removeStorable(Storable s)
Removes a Storable for which the state will be stored when the appropriate event occurs.. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |