Skip to content

piotrrepetowski/junit-parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

junit-parameters

It is about finding best solution for running parameterized JUnit tests. JUnit parameterized test has one problem they don't allow parameterization on method level. Sometimes it is waste to create separate class for each method you want to run with parameters. Due to that fact I would like to have nice parameterization solution in my toolkit.

There are a few extensions which are aimed to fill the gap. I want to find the one that best fits my needs.

My needs:

  • must be compatible with JUnit,
  • be able to run parameterized method,
  • managed through pom.xml,
  • easy in setup and use.

Tested extensions (so far):

  • com.googlecode.zohhak / zohhak
  • pl.pragmatists / JUnitParams
  • com.tngtech.java / junit-dataprovider
  • org.easetech / easytest-core
  • org.databene / feed4junit
  • net.sf.twip / twip

Not checked (yet):

  • org.callbackparams / callbackparams

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published