开发者

Lua Api unit test

Is there are any existing unit tests for lua Api? I've been searching for like an hour and all I found is this li开发者_运维问答nk - http://www.inf.puc-rio.br/~roberto/lua/lua5.1-tests.tar.gz does somebody know some tests except this?


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

Hope this helps :)


See lua-TestMore.


No, those are the only ones that exist.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜