|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IWaitPlugin in org.specrunner.plugins.core |
|---|
| Classes in org.specrunner.plugins.core that implement IWaitPlugin | |
|---|---|
class |
AbstractPlugin
Adapter for plugins. |
class |
AbstractPluginDual
A generic plugin which performs a test, it the result is true, a success result is added, otherwise adds an error to the result. |
class |
AbstractPluginNamed
A plugin with name information. |
class |
AbstractPluginScoped
A plugin with scope information. i.e. for declaring variables a scope can be set. |
class |
AbstractPluginTable
Adapter for plugins on tables. |
class |
AbstractPluginValue
Stand for a plugin with a value attribute, or a value which must be calculate by evaluating the content of the specification. |
class |
PluginAssertion
Plugin of type assertion. |
class |
PluginNop
Default no-operation plugin. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.data |
|---|
| Classes in org.specrunner.plugins.core.data that implement IWaitPlugin | |
|---|---|
class |
PluginMap
Creates a memory map. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.elements |
|---|
| Classes in org.specrunner.plugins.core.elements that implement IWaitPlugin | |
|---|---|
class |
AbstractPluginResource
Helper class for resources plugins. |
class |
AbstractPluginResourceReplaceable
Plugin to replace resources. |
class |
AbstractPluginResourceReplaceableSrc
Plugin to replace 'src' resources. |
class |
PluginHtml
Html tag scope. |
class |
PluginImg
Plugin to add image resources. |
class |
PluginLink
Add resources of 'link' tags. |
class |
PluginScript
Add resources of 'link' tags. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.flow |
|---|
| Classes in org.specrunner.plugins.core.flow that implement IWaitPlugin | |
|---|---|
class |
PluginElse
The 'else' side of a conditional test. |
class |
PluginExecuteRows
Perform table actions. |
class |
PluginFor
Performs a indexed loop. |
class |
PluginIf
Create a condition execution. |
class |
PluginIfBranch
Performs the branch selection. |
class |
PluginIterable
Perform an iteration. |
class |
PluginIterator
Perform an iteration over a collection. |
class |
PluginPause
Allows a pause in execution, waiting for an 'OK' in dialog, or 'Enter' when 'enter'attribute is set to true. |
class |
PluginThen
The 'then' side of a conditional test. |
class |
PluginWhile
Performs a conditional loop. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.include |
|---|
| Classes in org.specrunner.plugins.core.include that implement IWaitPlugin | |
|---|---|
class |
PluginColumn
This plugin stand for a SLIM/Fit Column like plugin implementation. |
class |
PluginImport
Add package information as SLIM import tables. |
class |
PluginInclude
Allow a file inclusion. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.language |
|---|
| Classes in org.specrunner.plugins.core.language that implement IWaitPlugin | |
|---|---|
class |
PluginSentence
A natural language plugin to perform pattern matching like JBehave/Cucumber/Twist fixtures. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.logical |
|---|
| Classes in org.specrunner.plugins.core.logical that implement IWaitPlugin | |
|---|---|
class |
PluginCompareTree
Perform a comparison of nodes. |
class |
PluginEquals
Compare elements. |
class |
PluginNotEquals
The dual of equals. |
class |
PluginVerifyRows
Perform table verifications. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.macro |
|---|
| Classes in org.specrunner.plugins.core.macro that implement IWaitPlugin | |
|---|---|
class |
PluginCall
A plugin which calls a macro by its name. |
class |
PluginMacro
The plugin which creates a macro. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.objects |
|---|
| Classes in org.specrunner.plugins.core.objects that implement IWaitPlugin | |
|---|---|
class |
AbstractPluginObject
Generic object plugin. |
class |
AbstractPluginObjectCompare<T>
Performs comparison of objects. |
class |
AbstractPluginObjectSelect<T>
Perform something on a selected object. |
class |
AbstractPluginObjectSelectNone<T>
Check if an object is not in object repository. |
class |
AbstractPluginObjectSelectUnique<T>
Performs something on a selected object. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.objects.core |
|---|
| Classes in org.specrunner.plugins.core.objects.core that implement IWaitPlugin | |
|---|---|
class |
PluginContains
Check if a given list of objects is present in memory. |
class |
PluginDelete
Delete object from memory. |
class |
PluginInsert
Maps a object but do not persist it. |
class |
PluginNotContains
Check if an object is not in memory. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.text |
|---|
| Classes in org.specrunner.plugins.core.text that implement IWaitPlugin | |
|---|---|
class |
PluginReplacer
Replace text elements by their evaluated expressions. |
class |
PluginReplacerMap
Replace mapped elements. |
| Uses of IWaitPlugin in org.specrunner.plugins.core.var |
|---|
| Classes in org.specrunner.plugins.core.var that implement IWaitPlugin | |
|---|---|
class |
AbstractPluginDefine
Defines variables. |
class |
PluginBean
A bean plugin. |
class |
PluginDefineCondition
Defines a condition variable. |
class |
PluginDefineGlobal
Defines a global variable. |
class |
PluginDefineLocal
Defines a local variable. |
class |
PluginExecute
Perform a execution. |
class |
PluginExecuteLatter
Perform child actions before assertions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||