单元测试unit testing是什么意思?
编程中一种测试方法,对一个或多个模块放在一起进行测试,检查是否适用。
In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures are tested to determine if they are fit for use.