Home / CSE MCQs / JUnit MCQs :: Discussion

Discussion :: JUnit MCQs

  1. What type of object is returned on completion of a test?
  2. A.
    org.junit.runner.Result
    B.
    org.junit.runner.Complete
    C.
    org.junit.runner.Outcome
    D.
    org.junit.runner.Object

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    An org.junit.runner.Result object collects and summarizes information from running multiple tests.


Be The First To Comment