1.

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
Answer» B. Asserts that message = A


Discussion

No Comment Found