December 2010
Intermediate to advanced
451 pages
11h 16m
English
You have defined a test suite and now wish to run the tests.
Use the utPLSQL.testSuite routine to run your tests. For example, here's how run the test suite defined in Recipe 17-6.
exec utPLSQL.testSuite ('My Test Suite', recompile_in=>false);
Executing the above test suite produces the following results.
SQL> exec utPLSQL.testSuite ('My Test Suite', recompile_in=>false);
.
> SSSS U U CCC CCC EEEEEEE SSSS SSSS
> S S U U C C C C E S S S S
> S U U C C C C E S S
> S U U C C E S S
> SSSS U U C C EEEE SSSS SSSS
> S U U ...Read now
Unlock full access