[antlr-interest] Another JUnit testing framework

Alan D. Cabrera list at toolazydogs.com
Thu Apr 22 11:15:27 PDT 2010


It's in the tests of the it directory:

http://github.com/maguro/aunit/blob/master/it/src/test/java/com/toolazydogs/aunit/CMinusTest.java


Regards,
Alan

On Apr 22, 2010, at 11:13 AM, Kaleb Pederson wrote:

> Alan,
>
> Overall your code looks very clean.  Do you have any samples that  
> demonstrate usage? (I looked around but your README and docs  
> directories are basically empty :).
>
> Thanks.
>
> --
> Kaleb Pederson
>
> Blog - http://kalebpederson.com
> Twitter - http://twitter.com/kalebpederson
>
>
> On Thursday 22 April 2010 05:43:25 am Alan D. Cabrera wrote:
>> Hello,
>>
>> I started working on another JUnit testing framework for ANTLR.
>> Mainly as a mechanism to learn how to write a JUnit testing and,
>> secondarily, to test my grammars in a way that I was comfortable  
>> with.
>>
>> It's a great mix of Jeremy D. Frens' assert code from the antlr-
>> testing.sourceforge.net project and the configuration bits from PAX
>> Exam, http://wiki.ops4j.org/display/paxexam/Pax+Exam.
>>
>> I'm new to all this, both JUnit writing and ANTLR testing, so I would
>> love any comments you may have.  You can find my project at:
>>
>> http://github.com/maguro/aunit
>>
>>
>> Regards,
>> Alan
>
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address



More information about the antlr-interest mailing list