Package org.citrusframework.actions
Class JavaAction
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.JavaAction
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Action to enable class invocation through java reflection
- Since:
- 2006
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExecute(TestContext context) Subclasses may add custom execution logic here.Gets the className.Gets the constructorArgs.Gets the instance.Gets the methodArgs.Gets the methodName.Methods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setName
-
Constructor Details
-
JavaAction
Default constructor.
-
-
Method Details
-
doExecute
Description copied from class:AbstractTestActionSubclasses may add custom execution logic here.- Specified by:
doExecutein classAbstractTestAction
-
getInstance
Gets the instance.- Returns:
- the instance
-
getClassName
Gets the className.- Returns:
- the className
-
getMethodName
Gets the methodName.- Returns:
- the methodName
-
getMethodArgs
Gets the methodArgs.- Returns:
- the methodArgs
-
getConstructorArgs
Gets the constructorArgs.- Returns:
- the constructorArgs
-