Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JCash committed Nov 10, 2019
1 parent 1294728 commit da84cdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ Value A vs B checks. E.g. int, float, double or any type that has the correct op
* ASSERT_STREQ(expected, value) -> Tests two null terminated strings for equality
* ASSERT_STRNE(expected, value) -> Tests two null terminated strings for inequality
## Array assertions
* ASSERT_ARRAY_EQ(expected, value) -> Tests two arrays of equal (fixed) length
* ASSERT_ARRAY_EQ_LEN(expected, value, length) -> Tests two arrays
## Floating point assertions
### ASSERT_EQ, ASSERT_NE
Expand Down

0 comments on commit da84cdd

Please sign in to comment.