What does assertTrue method do?
AssertTrue asserts that the expression is true. If it is not, the message will be displayed and the assertion will fail.
What does assertTrue method do?
AssertTrue asserts that the expression is true. If it is not, the message will be displayed and the assertion will fail.