Podcast
Questions and Answers
Which programming language is JUnit a unit testing framework for?
Which programming language is JUnit a unit testing framework for?
- Java (correct)
- C++
- JavaScript
- Python
What is the latest version of JUnit?
What is the latest version of JUnit?
- JUnit 4
- JUnit 3
- JUnit 1
- JUnit 5 (correct)
What is the most commonly included external library in Java projects hosted on GitHub?
What is the most commonly included external library in Java projects hosted on GitHub?
- Mockito
- JUnit (correct)
- Hamcrest
- slf4j-api
Which package does JUnit 4 reside under?
Which package does JUnit 4 reside under?
How many major phases are there in the JUnit Life Cycle?
How many major phases are there in the JUnit Life Cycle?