Sun, 05 Jan 2025 05:34:45 UTC | login

Information for build JUnitParams-1.1.1-6.fc41

ID332115
Package NameJUnitParams
Version1.1.1
Release6.fc41
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)
git:https://github.com/Pragmatists/JUnitParams.git
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 08 Aug 2024 05:32:20 UTC
CompletedThu, 08 Aug 2024 05:32:20 UTC
Tags
f41
f42
RPMs
src
JUnitParams-1.1.1-6.fc41.src.rpm (info) (download)
noarch
JUnitParams-1.1.1-6.fc41.noarch.rpm (info) (download)
Changelog * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> - 1.1.1-5 - Minor spec file simplifications * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 04 2023 Jerry James <loganjerry@gmail.com> - 1.1.1-1 - Initial RPM