public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: releng bot <admin+relengbot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/JUnitParams] epel10: Added the README
Date: Thu, 16 Jul 2026 21:28:54 GMT	[thread overview]
Message-ID: <178423733449.1.6087401434555613084.rpms-JUnitParams-a9da7377a9be@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/JUnitParams
Branch : epel10
Commit : a9da7377a9bee89e7c6feab38f002177d0c8b917
Author : releng bot <admin+relengbot@fedoraproject.org>
Date   : 2023-12-04T16:02:27+00:00
Stats  : +19/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/JUnitParams/c/a9da7377a9bee89e7c6feab38f002177d0c8b917?branch=epel10

Log:
Added the README

---
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9d0feaf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# JUnitParams
+
+The [JUnitParams project](https://pragmatists.github.io/JUnitParams/) adds a
+new runner to [JUnit](https://junit.org/junit4/) and provides much easier and
+more readable parameterized tests for JUnit >= 4.12.
+
+The main differences with the standard JUnit
+[Parameterized](https://github.com/junit-team/junit4/wiki/Parameterized-tests)
+runner are:
+- more explicit &mdash; params are in test method params, not class fields
+- less code &mdash; 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)
\ No newline at end of file

                 reply	other threads:[~2026-07-16 21:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178423733449.1.6087401434555613084.rpms-JUnitParams-a9da7377a9be@fedoraproject.org \
    --to=admin+relengbot@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox