You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move all package docs into package-info.java * Ensure tutorial examples fit in line * Remove broken links from related projects * Suppress warnings about Java 8 * Exclude `org.hamcrest.internal` package from javadoc * Add javadoc overview, with basic example code * Add missing javadoc and fix javadoc warnings
Copy file name to clipboardExpand all lines: docs/related.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,8 @@ layout: default
9
9
Here are some projects that provide additional features and matchers
10
10
11
11
*[Awaitility](https://github.com/jayway/awaitility) (a DSL that allows you to express expectations of an asynchronous system in a concise and easy to read manner)
12
-
*[EZ Testing](https://github.com/EZGames/ez-testing) (contains base classes for defining chainable matchers that have a similar style to AssertJ)
0 commit comments