Home / CSE MCQs / JUnit MCQs :: Discussion

Discussion :: JUnit MCQs

  1. JUnit test files are written in files with which file extension?
  2. A.
    .junit
    B.
    .test
    C.
    .java
    D.
    .unit

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    JUnit test files are regular java files with special methods which are referenced via annotations.


Be The First To Comment