Sm0ke
14:31 03-08-2017 jUnit
It seems to work for me as a tester. =)

Methods:
assertTrue check that result is true
assertEquals - check that expected result and real result is equals
assertNull - check that result is null
assertNotNull - ... is not null;
assertSame - ... expected and real object are the same.
fail - throw AssertionError in that place where code shouldn`t go.