Uses of Interface
org.specrunner.plugins.ITimedPlugin

Packages that use ITimedPlugin
org.specrunner.plugins.core   
org.specrunner.plugins.core.data   
org.specrunner.plugins.core.elements   
org.specrunner.plugins.core.flow   
org.specrunner.plugins.core.include   
org.specrunner.plugins.core.language   
org.specrunner.plugins.core.logical   
org.specrunner.plugins.core.macro   
org.specrunner.plugins.core.objects   
org.specrunner.plugins.core.objects.core   
org.specrunner.plugins.core.text   
org.specrunner.plugins.core.var   
 

Uses of ITimedPlugin in org.specrunner.plugins.core
 

Classes in org.specrunner.plugins.core that implement ITimedPlugin
 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 ITimedPlugin in org.specrunner.plugins.core.data
 

Classes in org.specrunner.plugins.core.data that implement ITimedPlugin
 class PluginMap
          Creates a memory map.
 

Uses of ITimedPlugin in org.specrunner.plugins.core.elements
 

Classes in org.specrunner.plugins.core.elements that implement ITimedPlugin
 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 ITimedPlugin in org.specrunner.plugins.core.flow
 

Classes in org.specrunner.plugins.core.flow that implement ITimedPlugin
 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 ITimedPlugin in org.specrunner.plugins.core.include
 

Classes in org.specrunner.plugins.core.include that implement ITimedPlugin
 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 ITimedPlugin in org.specrunner.plugins.core.language
 

Classes in org.specrunner.plugins.core.language that implement ITimedPlugin
 class PluginSentence
          A natural language plugin to perform pattern matching like JBehave/Cucumber/Twist fixtures.
 

Uses of ITimedPlugin in org.specrunner.plugins.core.logical
 

Classes in org.specrunner.plugins.core.logical that implement ITimedPlugin
 class PluginCompareTree
          Perform a comparison of nodes.
 class PluginEquals
          Compare elements.
 class PluginNotEquals
          The dual of equals.
 class PluginVerifyRows
          Perform table verifications.
 

Uses of ITimedPlugin in org.specrunner.plugins.core.macro
 

Classes in org.specrunner.plugins.core.macro that implement ITimedPlugin
 class PluginCall
          A plugin which calls a macro by its name.
 class PluginMacro
          The plugin which creates a macro.
 

Uses of ITimedPlugin in org.specrunner.plugins.core.objects
 

Classes in org.specrunner.plugins.core.objects that implement ITimedPlugin
 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 ITimedPlugin in org.specrunner.plugins.core.objects.core
 

Classes in org.specrunner.plugins.core.objects.core that implement ITimedPlugin
 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 ITimedPlugin in org.specrunner.plugins.core.text
 

Classes in org.specrunner.plugins.core.text that implement ITimedPlugin
 class PluginReplacer
          Replace text elements by their evaluated expressions.
 class PluginReplacerMap
          Replace mapped elements.
 

Uses of ITimedPlugin in org.specrunner.plugins.core.var
 

Classes in org.specrunner.plugins.core.var that implement ITimedPlugin
 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.
 



Copyright © 2014. All rights reserved.