Updated documentation.#164
Merged
Pazus merged 3 commits intoutPLSQL:developfrom Jan 18, 2017
jgebal:feature/update_readme
Merged
Updated documentation.#164Pazus merged 3 commits intoutPLSQL:developfrom jgebal:feature/update_readme
Pazus merged 3 commits intoutPLSQL:developfrom
jgebal:feature/update_readme
Conversation
Pazus
suggested changes
Jan 17, 2017
Member
Pazus
left a comment
There was a problem hiding this comment.
The doc looks better and better. great!
| It's best to give an example to get an idea what is what | ||
| ```sql | ||
| begin | ||
| ut.expect( 'the tested value' ).to_( equal('the expected value') ); |
Member
There was a problem hiding this comment.
Why we use to_( equal syntax in examples and not to_equal?
Member
There was a problem hiding this comment.
I though to_equal is the primary syntax to use and to_( equal is a more general form
Member
Author
There was a problem hiding this comment.
The to_() is a base syntax for extensible matchers and the to_equal() is just a wrapper.
Not all matcher have wrappers for them and getting developers familiar with the to_ syntax seemed like a good idea.
| ut.expect( a_actual ).to_( match( a_pattern in varchar2, a_modifiers in varchar2 := null) ) | ||
| ``` | ||
|
|
||
| Parameters `a_pattern` and `a_modifiers` represent a valid regexp pattern accepted by [Oracle regexp_like function](https://docs.oracle.com/cd/E11882_01/server.112/e41084/conditions007.htm#SQLRF00501) |
Member
There was a problem hiding this comment.
# Conflicts: # readme.md
Pazus
approved these changes
Jan 18, 2017
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.
No description provided.