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


Paketnameantlr3-gunit-maven-plugin
BeschreibungMaven plugin for gUnit, a unit test framework for ANTLR grammars
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.2-5
Sektionjava
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonlibantlr3-gunit-java (>= 3.2-5), libmaven2-core-java, libplexus-compiler-api-java
Empfohlene Pakete
PaketbetreuerDebian Java Maintainers
Quelleantlr3
Paketgröße15756 Byte
Prüfsumme MD5978ee9cc0d64239ad9369957239eb150
Prüfsumme SHA19e53fa7a3d10960fc7f53b0563ced3776939b2bd
Prüfsumme SHA2564300e8172533a1b04b03ef02b91bb383030ee1f6aa0d20efff486dc2ba8ab4b0
Link zum Herunterladenantlr3-gunit-maven-plugin_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. . This package provides the Maven plugin that allow to run gUnit tests during a Maven build


Impressum
Linux is a registered trademark of Linus Torvalds