nAssertions
are defined in the JUnit class Assert
nIf an
assertion is true, the method continues executing.
nIf any
assertion is false, the method stops executing at
that point, and the result for the test case
will be fail.
nIf any
other exception is thrown during the method, the
result for the test case will be error.
nIf no
assertions were violated for the entire method,
the test case will pass.
nAll
assertion methods are static methods