Google News
logo
JUnit - Interview Questions
What are the features of JUnit?
Following are the features of JUnit :
 
* JUnit is an open-source framework.
* Supports automated testing of test suites.
* Provides annotations for identifying the test methods.
* Provides assertions to test expected results or exceptions of the methods under test.
* Provides a platform for running test cases automatically and checking their results and giving feedback.
Advertisement