GrUnit:Groovy方式的单元测试工具
程序员文章站
2022-03-13 11:45:12
...
GrUnit 是一个包含在Groovy++中的小工具,是Groovy AST (abstract syntax tree)的转变,允许你做两件事:
- writing JUnit tests a little bit less verbose
- making tests executable as Groovy scripts
示例:
@Typed package org.mbte.groovypp.compiler import org.codehaus.groovy.tools.FileSystemCompiler import org.codehaus.groovy.control.CompilerConfiguration def finder = new FileNameFinder () String [] names = finder.getFileNames("./StdLibTest/tests/", "**/*Test.groovy") new FileSystemCompiler (new CompilerConfiguration()).compile (names)
执行脚本后的输出:
.
Time: 3.558
4.OK (1 test)
上一篇: 泡好的腐竹用开水焯吗?腐竹如何挑选?