Executes individual utPLSQL test packages using the run operation.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Test Package In | FDUTPLSQL_RUN_INP_TEST_PACKAGE_IN | Yes | The name of the test package to run. *Do not schema-qualify the package, place the schema name in |
Autocompile On | FDUTPLSQL_RUN_INP_AUTOCOMPILE_ON | No | Pass FALSE to avoid auto-recompilation for the run operation. The default settings for utPLSQL is to re-compile your base package before each unit test. |
Prefix In | FDUTPLSQL_RUN_INP_PREFIX_IN | No | The prefix to be appended to |
Suite In | FDUTPLSQL_RUN_INP_SUITE_IN | No | The name of the suite that contains the specified test package. This is an optional value and is used to update statistics for the test. |
Owner In | FDUTPLSQL_RUN_INP_OWNER_IN | No | The name of the schema that contains the test packages. |
Reset Results In | FDUTPLSQL_RUN_INP_RESET_RESULTS_IN | No | Pass |
From Suite In | FDUTPLSQL_RUN_INP_FROM_SUITE_IN | No | Pass TRUE to tell utPLSQL that this test is being run from within a test suite (for internal use only). |
Subprogram In | FDUTPLSQL_RUN_INP_SUBPROGRAM_IN | No | Pass a string to restrict which of the test procedures will be executed for this run. Default of '% ' means all tests will be run. |
Per Method Setup In | FDUTPLSQL_RUN_INP_PER_METHOD_SETUP_IN | No | Pass |
Artifacts
This operation delegates the consume/produce artifacts decision to the workflow developer.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operations delegates the execution to the workflow developer to decide.