Skip to content
/ randito Public

An annotations to inject random values into class properties

Notifications You must be signed in to change notification settings

vitopn/randito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randito

Annotation based random value generator. Randito is modeled after the way Mockito injects mock values into class instance fields.

Instead of @Mock you use @Rand. Instead of MocktioAnnotations.initMocks(target) you use RanditoAnnotations.initRands(target).

Check out this sample test or any of the real tests

Build Status

About

An annotations to inject random values into class properties

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages