Uses of Class
com.kingsrook.qqq.backend.core.model.actions.scripts.TestScriptInput
Packages that use TestScriptInput
Package
Description
-
Uses of TestScriptInput in com.kingsrook.qqq.backend.core.actions.scripts
Methods in com.kingsrook.qqq.backend.core.actions.scripts with parameters of type TestScriptInputModifier and TypeMethodDescriptionvoid
RecordScriptTestInterface.execute
(TestScriptInput input, TestScriptOutput output) default void
TestScriptActionInterface.execute
(TestScriptInput input, TestScriptOutput output) Execute a test script.void
RecordScriptTestInterface.setupTestScriptInput
(TestScriptInput testScriptInput, ExecuteCodeInput executeCodeInput) void
TestScriptActionInterface.setupTestScriptInput
(TestScriptInput testScriptInput, ExecuteCodeInput executeCodeInput) Called to adapt or translate data from the TestScriptInput (which would just have a map of name-value pairs) to the actual input object(s) used by the script. -
Uses of TestScriptInput in com.kingsrook.qqq.backend.core.model.actions.scripts
Methods in com.kingsrook.qqq.backend.core.model.actions.scripts that return TestScriptInputModifier and TypeMethodDescriptionTestScriptInput.withApiName
(String apiName) Fluent setter for apiNameTestScriptInput.withApiVersion
(String apiVersion) Fluent setter for apiVersionTestScriptInput.withCodeReference
(QCodeReference codeReference) Fluent setter for codeReferenceTestScriptInput.withInputValues
(Map<String, Serializable> inputValues) Fluent setter for inputValues