What does the fail() method do in JUnit?
(a) Throws an assertion error unconditionally
(b) Calls the default constructor
(c) Outputs the message “Fail” to the console
(d) Pauses the test for 1 second
I got this question in examination.
My query is from Running Parameterized Tests in portion Exploring Core JUnit of JUnit