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 TypeMethodDescriptionvoidRecordScriptTestInterface.execute(TestScriptInput input, TestScriptOutput output) default voidTestScriptActionInterface.execute(TestScriptInput input, TestScriptOutput output) Execute a test script.voidRecordScriptTestInterface.setupTestScriptInput(TestScriptInput testScriptInput, ExecuteCodeInput executeCodeInput) voidTestScriptActionInterface.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