Skip to content

Commit

Permalink
Introduce assertArrayEquals() methods in Assertions
Browse files Browse the repository at this point in the history
This commit introduces all possible variants of `assertArrayEquals()`
for the following cases.

 - primitive types
 - `float` arrays within a given `float` delta
 - `double` arrays within a given `double` delta
 - object arrays, which are examined deeply like in
   `Arrays#deepEquals()`

Issue: #167
  • Loading branch information
lutovich authored and sbrannen committed May 30, 2016
1 parent 753e4e1 commit 641c035
Show file tree
Hide file tree
Showing 2 changed files with 2,544 additions and 30 deletions.

0 comments on commit 641c035

Please sign in to comment.