Tool to create assertions from a running Java application

<[email protected]> 01 Feb 2014 05:45:52 -0800
Newsgroups gmane.comp.java.junit.user
Message-ID <[email protected]>
Hi there

I'd like to share a simple tool i created to make my JUnit life easier: AssertGen.

AssertGen can create assertions for the state of a single Java Bean or a List of Java Beans from a running program. You yust need an IDE and a Debugger.

Check this out:

http://www.mirkosertic.de/doku.php/javastuff/createjunitassertions http://www.mirkosertic.de/doku.php/javastuff/createjunitassertions

For questions and comments, don't hesitate to contact me.

Kind Regards and happy testing

Mirko