软件包:libantlr3-gunit-java-doc(3.5.2-9)
libantlr3-gunit-java-doc 的相关链接
Debian 的资源:
下载源码包 antlr3:
维护小组:
- Debian Java Maintainers (QA 页面, 邮件存档)
- Ludovic Claude (QA 页面)
- Emmanuel Bourg (QA 页面)
- Jakub Adam (QA 页面)
外部的资源:
- 主页 [www.antlr3.org]
相似软件包:
API documentation for gUnit
gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand.
This package provides the API documentation for gUnit for ANTLR 3
其他与 libantlr3-gunit-java-doc 有关的软件包
|
|
|
|
-
- dep: antlr3-doc
- language tool for constructing compilers etc - documentation
-
- dep: junit4-doc
- JUnit regression test framework for Java - documentation
-
- sug: libantlr3-gunit-java
- Unit Test framework for ANTLR grammars