Information for build JUnitParams-1.1.1-6.fc41

ID63029
Package NameJUnitParams
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.1.1
Release6.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/JUnitParams.git#fc3be2913da020b2108f2054a400affdd8ee2d9a
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 byzhangsongsong
State complete
Volume DEFAULT
StartedMon, 14 Oct 2024 00:33:50 CST
CompletedMon, 14 Oct 2024 00:42:59 CST
Taskbuild (f41-build-side-1, /rpms/JUnitParams.git:fc3be2913da020b2108f2054a400affdd8ee2d9a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/JUnitParams.git#fc3be2913da020b2108f2054a400affdd8ee2d9a'}}
Tags
f41
f41-build-side-1
RPMs
src
JUnitParams-1.1.1-6.fc41.src.rpm (info) (download)
noarch
JUnitParams-1.1.1-6.fc41.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
state.log
root.log
mock_output.log
noarch_rpmdiff.json
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