Skip to content

Commit

Permalink
updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorbyeaglen committed Jan 17, 2018
1 parent e6ed08e commit fd5e212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,7 @@ Composed with AllOf:
# Matchers so far..

- is.EqualTo(x)
- is.EqualToIgnoringWhitespace(string) - compares two strings without comparing their whitespace characters.
- is.Nil() - value must be nil
- is.ValueContaining(expected) -- acts like containsAll
- is.Not(m *Matcher) -- logical not of matcher's result
Expand All @@ -60,3 +61,5 @@ Composed with AllOf:
- has.Suffix(x) - string ends with x
- has.Key(x) - map has key x
- has.AllKeys(T x, T y) (or has.AllKeys([]T{x,y})) - finds key of type T in map

For more comprehensive documentation see [godoc](http://godoc.org/github.com/corbym/gocrest).

0 comments on commit fd5e212

Please sign in to comment.