Multiple choice

What is JUnit?

  1. An integration testing framework for Java

  2. A unit test framework for any programming language

  3. A unit testing framework for Java

  4. A testing library which provides a few helper methods

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JUnit is a widely-used, open-source unit testing framework specifically designed for the Java programming language. It is not intended for any programming language and is primarily for unit testing rather than integration testing.