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

« Previous Version 2 Next »

Executes utPLSQL test suites using the runSuite operation.

Inputs

Input Name

Input Code

Required

Description

Suite InFDUTPLSQL_RSUITE_INP_SUITE_INYesThe name of the test suite to run.
Autocompile OnFDUTPLSQL_RSUITE_INP_AUTOCOMPILE_ON
NoPass FALSE to avoid auto-recompilation for the runSuite operation. The default settings for utPLSQL is to re-compile your base package before each unit test.
Reset Results InFDUTPLSQL_RSUITE_INP_RESET_RESULTS_IN
No

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.

Per Method Setup InFDUTPLSQL_RSUITE_INP_PER_METHOD_SETUP_IN
No

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 test suite 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