rounit:Roblox的微型单元测试框架和测试运行器

时间:2024-04-22 12:25:29
【文件属性】:

文件名称:rounit:Roblox的微型单元测试框架和测试运行器

文件大小:6KB

文件格式:ZIP

更新时间:2024-04-22 12:25:29

Lua

罗尼特 Roblox的微型单元测试框架和测试运行器 安装 将TestRunner复制到game.ReplicatedStorage中的ModuleScript中。 运行测试 启动服务器 打开命令栏 运行以下命令: require(game.ReplicatedStorage.TestRunner):run() 例子 给定一个ModuleScript,它公开一个函数以四舍五入一个数字: game.ReplicatedStorage.MathUtil local Math = {} function Math.round(numberToRound) return math.floor(numberToRound + 0.5) end return Math 您可以按照以下方式创建测试模块: game.ReplicatedStorage.MathUtilTest game.Re


【文件预览】:
rounit-main
----LICENSE(1KB)
----src()
--------TestRunner.lua(1KB)
----examples()
--------math-lib()
----.gitignore(10B)
----README.md(1KB)

网友评论