TestGen4J 0.1.4-alpha review

Download
by rbytes.net on

TestGen4J automatically generates JUnit test cases from your own Java class files or source files. Its primary focus is to exercise

License: Open Software License
File size: 0K
Developer: TestGen4J Team
0 stars award from rbytes.net

TestGen4J automatically generates JUnit test cases from your own Java class files or source files.

Its primary focus is to exercise boundary value testing of the arguments passed to the method. It uses rules, written in a user-configurable XML file, that define boundary conditions for the data types.

The test code is separated from test data with the help of JTestCase. The test code is generated in a hierarchical manner.

What's New in This Release:
This release fixes a problem in which tests are not generated for a method whose return type is an object of an inner-class of some other main class if this inner-class is private or if it not private but the main class does not have a public constructor.
SpikeTestGen.java was changed to look for methods returning an object which are inner-classes.

TestGen4J 0.1.4-alpha search tags