Object types design#25
Merged
rlove merged 15 commits intoutPLSQL:version3from Aug 1, 2016
Merged
Conversation
Added tests for a_test_procedure parameter.
Test scripts extensions
ut_test_call_params splitted into three independent for setup/test/teardown to be used in suites for suite setup/teardown added promts before execution of RunAllExamples.sql to separate one from another in the output
examples need to be checked
added call for on_assert procedure of a reproter
deleted execution result, replaced with result in ut_object and start_time/end_time in ut_test_object.tps ut_test_call_params renamed to ut_executable
. 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.
…AGE_BODY state is hidden in all_objects view
Contributor
|
I see no problems with this pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.