Sun, 05 May 2024 12:10:23 UTC | login

Information for build JUnitParams-1.1.1-1.fc40

ID274180
Package NameJUnitParams
Version1.1.1
Release1.fc40
Epoch
SummaryParameterized Java tests
DescriptionThe JUnitParams project adds a new runner to JUnit and provides much easier and more readable parameterized tests for JUnit >= 4.12. The main differences with the standard JUnit Parameterized runner are: - more explicit - params are in test method params, not class fields - less code - you don't need a constructor to set up parameters - you can mix parameterized with non-parameterized methods in one class - params can be passed as a CSV string or from a parameters provider class - parameters provider class can have as many parameters providing methods as you want, so that you can group different cases - you can have a test method that provides parameters (no external classes or statics anymore) - you can see actual parameter values in your IDE (in JUnit's Parameterized, it's only consecutive numbers of parameters)
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 05 Dec 2023 07:52:36 UTC
CompletedTue, 05 Dec 2023 07:52:36 UTC
Tags
f40
RPMs
src
JUnitParams-1.1.1-1.fc40.src.rpm (info) (download)
noarch
JUnitParams-1.1.1-1.fc40.noarch.rpm (info) (download)
Changelog * Mon Dec 04 2023 Jerry James <loganjerry@gmail.com> - 1.1.1-1 - Initial RPM