What is JUnit testing tool?

What is JUnit testing tool?

JUnit is a Unit test framework for Java . You can write test cases to test a method or block of code for your java program .