An open API service indexing awesome lists of open source software.

https://github.com/christian-draeger/parametrized-test-example

an example maven project that includes parametrized tests (jUnit, jUnit-Theories and testNg)
https://github.com/christian-draeger/parametrized-test-example

java junit junit-theories parametrized-tests testng

Last synced: 2 months ago
JSON representation

an example maven project that includes parametrized tests (jUnit, jUnit-Theories and testNg)

Awesome Lists containing this project

README

          

**Example Maven Project including parametrized tests using jUnit, jUnit Theories and TestNg**

to run all test just run

`mvn clean verify`

on your command line

_or_

run tests in your IDE