/contractual

Contractual is a set of Java interfaces that define generic test contracts. A JUnit 5 test class can then implement one or more of these test interfaces to inherit test cases that verify that their contract is fulfilled by the class under test.

Primary LanguageJavaApache License 2.0Apache-2.0

Stargazers