A set of assertion methods useful for writing tests. Only failed assertions are recorded. These methods can be used directly: <code>Assert.assertEquals(...)</code>, however, they read better if they are referenced through static import:
See Source File