You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class model rework based on discussion with @jgebal
.
All the hierarchy now is formed from ut_object class, asserts, tests and suite are homogeneous by composite pattern.
Lots of new tests/examples added
Composite reporter class added to use multiple reporters simultaneously
reporters now accept ut_object (ut_suite, ut_test, ut_assert) as an input and are statefull
Some classes where dropped.
Copy file name to clipboardExpand all lines: examples/RunExampleTestSuiteWithCustomDBMSOutputReporter.sql
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
--Shows how to create a test suite with the default reporter which is dbms_output
2
2
--No tables are used for this.
3
3
--Suite Management packages are when developed will make this easier.
4
-
Clear Screen
5
-
Set Serveroutput On Size Unlimited format truncated --http://stackoverflow.com/questions/2584492/how-to-prevent-dbms-output-put-line-from-trimming-leading-whitespace
0 commit comments