Unittest Framework 简明教程
Discuss UnitTest Framework
单元测试框架是一种测试方法,源代码中的各个单元,例如函数、方法和类,会通过该框架进行测试,以确定它们是否适合使用。本教程简明扼要地解释了单元测试框架的功能。
UnitTest Framework is a testing methodology by which individual units of source code, such as functions, methods, and class are tested to determine whether they are fit for use. This is a brief tutorial that explains the functionality of UnitTest Framework.