📜  什么是 junit - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:29.801000             🧑  作者: Mango

代码示例2
-It is an open-source testing framework for java programmers. 
-Test runner support to execute the test case
-It is one of the unit testing framework.
-Assertion support for checking the expected result.
-Annotation support for test cases