1.

What will happen if the return type of the JUnit method is String?

Answer»

The test CASE execution will fail because the JUnit METHODS are DESIGNED to RETURN VOID.



Discussion

No Comment Found