DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibantlr3-gunit-java
BeschreibungUnit Test framework for ANTLR grammars
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.2-5
Sektionjava
Prioritätoptional
Installierte Größe356 Byte
Hängt ab vonantlr3 (>= 3.2-5), junit4
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelleantlr3
Paketgröße268420 Byte
Prüfsumme MD56a6b11af22bfae5a403395000455a07d
Prüfsumme SHA109cc1e26df2a5dfd205b3537b4139bde5c8168e5
Prüfsumme SHA256812b6fcaf7c2609ea86f120a79b7bfa5438e88d96a7911a4bb4a6860c5303e31
Link zum Herunterladenlibantlr3-gunit-java_3.2-5_all.deb
Ausführliche BeschreibunggUnit 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.


Impressum
Linux is a registered trademark of Linus Torvalds