1-It is an open-source testing framework for java programmers.
2-Test runner support to execute the test case
3-It is one of the unit testing framework.
4-Assertion support for checking the expected result.
5-Annotation support for test cases
6
1-It is an open-source testing framework for java programmers.
2-Test runner support to execute the test case
3-It is one of the unit testing framework.
4-Assertion support for checking the expected result.
5-Annotation support for test cases
1 # Junit gradle dependency in kotlin
2 # // Junit
3 testCompile group: 'junit', name: 'junit', version: '4.13.1'