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)
- Host: GitHub
- URL: https://github.com/christian-draeger/parametrized-test-example
- Owner: christian-draeger
- Created: 2016-10-11T13:23:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T16:15:57.000Z (almost 9 years ago)
- Last Synced: 2025-05-14T08:48:42.676Z (5 months ago)
- Topics: java, junit, junit-theories, parametrized-tests, testng
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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