Skip to content

This project is a small proof of concept of different approaches to achieve testing of Interfaces or implementations of Abstract classes, with multiple inputs. It is generating a cartesian product, of all parameters provided to a test method. This allows to test a lot of cases for eg. Strategies.

Notifications You must be signed in to change notification settings

aepfli/CartesianTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CartesianTesting

This project is a small proof of concept of different approaches to achieve testing of Interfaces or implementations of Abstract classes, with multiple inputs.

It is generating a cartesian product, of all parameters provided to a test method. This allows to test a lot of cases for eg. Strategies.

JUnit5 parameterized tests

We are utilizing junit-jupiter-params, with an own ArgumentsProvider

Jukito

see tutorial of http://www.baeldung.com/jukito

About

This project is a small proof of concept of different approaches to achieve testing of Interfaces or implementations of Abstract classes, with multiple inputs. It is generating a cartesian product, of all parameters provided to a test method. This allows to test a lot of cases for eg. Strategies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages