Skip to content

FuzzUnit is an annotation driven Junit Runner which is an extension to the Parameterized Runner which provides random values ( within ranges ) to tests.

License

Notifications You must be signed in to change notification settings

JoeBeeton/FuzzUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzUnit

FuzzUnit is an annotation driven Junit Runner which is an extension to the Parameterized Runner which provides random values ( within ranges ) to tests. For Example

@FuzzTest( iterationCount = 2,
				fuzzLists = @FuzzList( 
						argOrder = 0,
						type = FuzzTypes.STRING ), 
				fuzzValues = {} )
public void runTest( List<String> data  ) throws IOException {

Currently issue tracking is done via Jira. See https://fuzzunit.atlassian.net

About

FuzzUnit is an annotation driven Junit Runner which is an extension to the Parameterized Runner which provides random values ( within ranges ) to tests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages