Sm0ke
03-08-2017 14:31 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.

Ваш комментарий:
Гость []
[смайлики сайта]
Автоматическое распознавание URL
Не преобразовывать смайлики
Cкрыть комментарий
Закрыть