What does the assertTrue(“message”,A) do?
(a) Asserts that the condition A is true
(b) Asserts that “message” = A
(c) Asserts that A contains “message”
(d) Asserts that the condition A is false
The question was asked in an interview.
Asked question is from Running Parameterized Tests in section Exploring Core JUnit of JUnit