Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages