Uses of Class
org.specrunner.plugins.ActionType

Packages that use ActionType
org.specrunner.listeners.core   
org.specrunner.plugins   
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   
org.specrunner.plugins.type   
org.specrunner.report.core   
org.specrunner.result   
org.specrunner.result.core   
org.specrunner.runner.core   
 

Uses of ActionType in org.specrunner.listeners.core
 

Methods in org.specrunner.listeners.core that return types with arguments of type ActionType
 Map<ActionType,Long> ProfilerPluginListener.getTimeByType()
          The mapping of time by action type.
 

Uses of ActionType in org.specrunner.plugins
 

Methods in org.specrunner.plugins that return ActionType
 ActionType IActionType.getActionType()
          Get the plugin type.
 

Uses of ActionType in org.specrunner.plugins.core
 

Methods in org.specrunner.plugins.core that return ActionType
 ActionType PluginNop.getActionType()
           
 ActionType PluginGroupImpl.getActionType()
           
 ActionType PluginAssertion.getActionType()
           
 

Uses of ActionType in org.specrunner.plugins.core.data
 

Methods in org.specrunner.plugins.core.data that return ActionType
 ActionType PluginMap.getActionType()
           
 

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

Methods in org.specrunner.plugins.core.elements that return ActionType
 ActionType PluginHtml.getActionType()
           
 ActionType AbstractPluginResourceReplaceable.getActionType()
           
 

Uses of ActionType in org.specrunner.plugins.core.flow
 

Methods in org.specrunner.plugins.core.flow that return ActionType
 ActionType PluginWhile.getActionType()
           
 ActionType PluginPause.getActionType()
           
 ActionType PluginIterator.getActionType()
           
 ActionType PluginIfBranch.getActionType()
           
 ActionType PluginIf.getActionType()
           
 ActionType PluginFor.getActionType()
           
 ActionType PluginExecuteRows.getActionType()
           
 

Uses of ActionType in org.specrunner.plugins.core.include
 

Methods in org.specrunner.plugins.core.include that return ActionType
 ActionType PluginInclude.getActionType()
           
 ActionType PluginImport.getActionType()
           
 ActionType PluginColumn.getActionType()
           
 

Uses of ActionType in org.specrunner.plugins.core.language
 

Methods in org.specrunner.plugins.core.language that return ActionType
 ActionType PluginSentence.getActionType()
           
 

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

Methods in org.specrunner.plugins.core.logical that return ActionType
 ActionType PluginVerifyRows.getActionType()
           
 ActionType PluginEquals.getActionType()
           
 ActionType PluginCompareTree.getActionType()
           
 

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

Methods in org.specrunner.plugins.core.macro that return ActionType
 ActionType PluginMacro.getActionType()
           
 ActionType PluginCall.getActionType()
           
 

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

Methods in org.specrunner.plugins.core.objects that return ActionType
 ActionType AbstractPluginObjectSelect.getActionType()
           
 

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

Methods in org.specrunner.plugins.core.objects.core that return ActionType
 ActionType PluginInsert.getActionType()
           
 ActionType PluginDelete.getActionType()
           
 

Uses of ActionType in org.specrunner.plugins.core.text
 

Methods in org.specrunner.plugins.core.text that return ActionType
 ActionType PluginReplacerMap.getActionType()
           
 ActionType PluginReplacer.getActionType()
           
 

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

Methods in org.specrunner.plugins.core.var that return ActionType
 ActionType PluginExecuteLatter.getActionType()
           
 ActionType PluginBean.getActionType()
           
 ActionType AbstractPluginDefine.getActionType()
           
 

Uses of ActionType in org.specrunner.plugins.type
 

Subclasses of ActionType in org.specrunner.plugins.type
 class Assertion
          Assertion: has importance 2.
 class Command
          Action: has importance 1.
 class Control
          Control: has importance 0.
 class Undefined
          Undefined: has importance -1.
 

Uses of ActionType in org.specrunner.report.core
 

Fields in org.specrunner.report.core with type parameters of type ActionType
protected  Map<ActionType,Integer> AbstractReport.types
          Hash of actions counters.
 

Uses of ActionType in org.specrunner.result
 

Methods in org.specrunner.result that return types with arguments of type ActionType
 List<ActionType> IResultSet.actionTypes()
          List action types available for all results.
 List<ActionType> IResultSet.actionTypes(List<IResult> subset)
          List action types available for the result subset.
 

Methods in org.specrunner.result with parameters of type ActionType
 int IResultSet.countType(ActionType... actionType)
          Count results of a given set of action types.
 int IResultSet.countType(List<IResult> subset, ActionType... actionType)
          Count results of a given type in a list.
 List<IResult> IResultSet.filterByType(ActionType... actionType)
          Filter the result itself by ActionType.
 List<IResult> IResultSet.filterByType(List<IResult> subset, ActionType... actionType)
          Filter the subset by ActionType.
 

Uses of ActionType in org.specrunner.result.core
 

Methods in org.specrunner.result.core that return ActionType
 ActionType ResultImpl.getActionType()
           
 

Methods in org.specrunner.result.core that return types with arguments of type ActionType
 List<ActionType> ResultSetImpl.actionTypes()
           
 List<ActionType> ResultSetImpl.actionTypes(List<IResult> subset)
           
 

Methods in org.specrunner.result.core with parameters of type ActionType
 int ResultSetImpl.countType(ActionType... status)
           
 int ResultSetImpl.countType(List<IResult> result, ActionType... status)
           
 List<IResult> ResultSetImpl.filterByType(ActionType... actionType)
           
 List<IResult> ResultSetImpl.filterByType(List<IResult> subset, ActionType... actionType)
           
 

Uses of ActionType in org.specrunner.runner.core
 

Fields in org.specrunner.runner.core with type parameters of type ActionType
protected  List<? extends ActionType> FilterDefault.disabledTypes
          List of disabled types.
protected  List<? extends ActionType> FilterDefault.enabledTypes
          List of enabled types.
 

Methods in org.specrunner.runner.core that return types with arguments of type ActionType
 List<? extends ActionType> FilterDefault.getDisabledTypes()
          Get the list of disabled types.
 List<? extends ActionType> FilterDefault.getEnabledTypes()
          Get the list of enabled types.
 

Method parameters in org.specrunner.runner.core with type arguments of type ActionType
 void FilterDefault.setDisabledTypes(List<? extends ActionType> disabledTypes)
          List of action types that should be ignored by runner.
 void FilterDefault.setEnabledTypes(List<? extends ActionType> enabledTypes)
          List of action types that should be enabled by runner.
 



Copyright © 2014. All rights reserved.