Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Required

Description

Suite InFDUTPLSQL_RSUITE_INP_SUITE_INYesThe name of the test suite to run.
Autocompile OnFDUTPLSQL_RSUITE_INP_RESETAUTOCOMPILE_RESULTS_INON
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_PERRESET_METHOD_SETUPRESULTS_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_AUTOCOMPILESETUP_ONIN
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.

...