Java Autoboxing - Study Mode

[#1] JUnits are used for which type of testing?
Correct Answer

(A) Unit Testing

[#2] Which of the below statement about JUnit is false?
Correct Answer

(D) They cannot be run automatically

[#3] Which of the below is an incorrect annotation with respect to JUnits?
Correct Answer

(C) @Junit

[#4] Which of these is not a mocking framework?
Correct Answer

(D) MockJava

[#5] Which method is used to verify the actual and expected results in Junits?
Correct Answer

(A) assert()