Home / CSE MCQs / JUnit MCQs :: Discussion

Discussion :: JUnit MCQs

  1. The Suite object is a _____ that executes all of the @Test annotated methods in the test class.
  2. A.
    Result
    B.
    FolderConfigurationTest
    C.
    FileConfigurationTest
    D.
    Runner

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Suite is under org.junit.runners.Suite, Suite objects are Runners.


Be The First To Comment