| Modifier and Type | Class and Description |
|---|---|
class |
ParameterHolder
Implementation of parameter holder.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UtilParametrized.setProperties(IContext context,
IParameterHolder holder,
nu.xom.Element element)
Sets the properties of a given object based on attributes of a element.
|
static void |
UtilParametrized.setProperties(IContext context,
IParameterHolder holder,
nu.xom.Element element,
boolean onCreate)
Sets the properties of a given object based on attributes of a element.
|
static void |
UtilParametrized.setProperties(IContext context,
IParameterHolder holder,
Map<String,Object> parameters)
Sets the properties of a given object based on attributes of a element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IParalelPlugin
Stand for a plugin with concurrency constrains.
|
interface |
IPlugin
Generic plugin definition, stand for the action element of the framework.
|
interface |
IPluginGroup
A group plugin.
|
interface |
ISleepPlugin
Stand for a plugin with sleep after execution.
|
interface |
ITestPlugin
Perform a plugin execution based on a condition.
|
interface |
ITimedPlugin
Stand for a plugin with time constrains.
|
interface |
IWaitPlugin
Stand for a plugin with sleep before execution.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
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 |
PluginGroupImpl
Default plugin group implementation.
|
class |
PluginNop
Default no-operation plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginMap
Creates a memory map.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
PluginRepeat
Replicate headers of table to lines, repeating behavior expected by header.
|
class |
PluginThen
The 'then' side of a conditional test.
|
class |
PluginWhile
Performs a conditional loop.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginSentence
A natural language plugin to perform pattern matching like
JBehave/Cucumber/Twist fixtures.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginCompareTree
Perform a comparison of nodes.
|
class |
PluginEquals
Compare elements.
|
class |
PluginNotEquals
The dual of equals.
|
class |
PluginVerifyObjects |
class |
PluginVerifyRows
Perform table verifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginCall
A plugin which calls a macro by its name.
|
class |
PluginMacro
The plugin which creates a macro.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPluginObject
Generic object plugin.
|
class |
AbstractPluginObjectCompare<T>
Performs comparison of objects.
|
class |
AbstractPluginObjectCompareAll<T>
Check if a given list of objects is the same of object manager.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginAll
Check if a given list of objects is the same in memory.
|
class |
PluginCollection
Maps a object but do not persist it.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluginReplacer
Replace text elements by their evaluated expressions.
|
class |
PluginReplacerMap
Replace mapped elements.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
PluginSet
Defines a global variable in unsilent evaluation mode.
|
Copyright © 2016. All rights reserved.