A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80
stars
11
forks
source link
Discover and document usage of @Category in JUnit #183
JUnit Category annotation is, analog to Suite, a feature for test grouping. Please, discover and describe in the documentation, how to use this annotation and in which cases.
JUnit
Category
annotation is, analog toSuite
, a feature for test grouping. Please, discover and describe in the documentation, how to use this annotation and in which cases.