Skip to content

Releases: campusappcn/rog

Fix some bugs. And change the package name.

12 Apr 03:26

Choose a tag to compare

1.0.1

try 1 for continus integration

First Version of Rog

08 Apr 08:40

Choose a tag to compare

The main feature of Rog is creating objects with random values of their fields. And it's all right when the class has fields of enum, interface, abstract class, other classes and array types.
It provides default generators for primitive types. These generators provide some function to change their behaviours. It also supports replacing the default generator with user's own implementations.
It providers default generators for special types including enum, interface, abstract class and array.