1.

JUnit test files are written in files with which file extension?(a) .junit(b) .test(c) .java(d) .unitI got this question by my school principal while I was bunking the class.Question is from Exploring Core JUnit topic in section Exploring Core JUnit of JUnit

Answer»

Correct option is (c) .java

The best I can explain: JUNIT test files are regular java files with special methods which are REFERENCED VIA annotations.



Discussion

No Comment Found

Related InterviewSolutions