Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Executes individual utPLSQL test packages using the run operation.

Inputs

Input Name

Input Code

Required

Description

Test Package InFDUTPLSQL_RUN_INP_TEST_PACKAGE_INYesThe name of the test package to run.
Autocompile OnFDUTPLSQL_RUN_INP_PREFIX_INNoPass 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 InFDUTPLSQL_RUN_INP_SUITE_INNo

The prefix to be appended to package_in to come up with the name of the test package. If you do not provide a value, NULL is used as a default. i.e. the package name is used as provided in the first parameter.

Suite InFDUTPLSQL_RUN_INP_OWNER_INNoThe 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 InFDUTPLSQL_RUN_INP_RESET_RESULTS_INNo

The name of the schema that was specified when the test suite was defined and the packaged added to the suite. This is an optional value and is used to update statistics for the test.

Reset Results InFDUTPLSQL_RUN_INP_FROM_SUITE_INNo

Pass FALSE to tell utPLSQL to not reset the results information, in which case you will still be able to view results by calling utResult.show . Otherwise, utPLSQL clears the result data after each test.

From Suite InFDUTPLSQL_RUN_INP_SUBPROGRAM_INNoPass TRUE to tell utPLSQL that this test is being run from within a test suite (for internal use only).
Subprogram InFDUTPLSQL_RUN_INP_PER_METHOD_SETUP_INNoPass 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 InFDUTPLSQL_RUN_INP_AUTOCOMPILE_ONNo

Pass TRUE to run the setup and teardown procedure before and after each unit test procedure is executed. Default of FALSE means that these programs will be run once, at the start and end of the package test execution as a whole.

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.

  • No labels