单元测试 – Lua Api单元测试

前端之家收集整理的这篇文章主要介绍了单元测试 – Lua Api单元测试前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否有任何现有的lua Api单元测试?我一直在寻找一个小时,我找到的就是这个链接http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz
除此之外,有人知道一些测试吗?

解决方法

Unit testing is about testing your code during development,not in production. Typically you start by preparing the testing environment,writing some code that calls production code and check expected results with actual results.

http://lua-users.org/wiki/UnitTesting

希望这可以帮助 :)

猜你在找的Lua相关文章