Skip to main content
Back to the directory
giuseppe-trisciuoglio/developer-kitSoftware EngineeringFrontend and Design

unit-test-parameterized

JUnit 5 parameterized testing patterns for running single test methods with multiple input combinations.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
679

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-parameterized
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, unit-test-parameterized has 679 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: giuseppe-trisciuoglio/developer-kit. Canonical URL: https://skills.sh/giuseppe-trisciuoglio/developer-kit/unit-test-parameterized.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
JUnit 5 parameterized testing patterns for running single test methods with multiple input combinations. Provides patterns for parameterized unit tests in Java using JUnit 5. Covers @ValueSource , @CsvSource , @MethodSource , @EnumSource , @ArgumentsSource , and custom display names. Reduces test duplication by running the same test logic with multiple input values. JUnit 5 parameterized tests require junit-jupiter (includes params). Add assertj-core for assertions: - Supports multiple data sources: @ValueSource for simple values, @CsvSource for tabular data, @MethodSource for complex objects, @EnumSource for enum testing, and custom ArgumentsProvider implementations - Includes boundary value testing, edge case coverage, and systematic validation of multiple scenarios with reduced test duplication - Offers custom display names for readable test output and @RepeatedTest for concurrent or flaky test detection - Requires junit-jupiter-params dependency on test classpath; parameter count and types must match test method signature - Writing JUnit tests with multiple input combinations - Implementing data-driven tests in Java - Running same test with different values (boundary analysis) - Testing multiple scenarios from single test method - Add dependency : Ensure junit-jupiter-params is on test classpath (included in junit-jupiter ) - Choose source : @ValueSource for simple values,...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does unit-test-parameterized do?

JUnit 5 parameterized testing patterns for running single test methods with multiple input combinations.

Is unit-test-parameterized good?

unit-test-parameterized does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support unit-test-parameterized?

unit-test-parameterized currently lists compatibility with Skills CLI.

Is unit-test-parameterized safe to install?

unit-test-parameterized has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to unit-test-parameterized?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install unit-test-parameterized?

Run the following command to install unit-test-parameterized: npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill unit-test-parameterized

Related skills

More from giuseppe-trisciuoglio/developer-kit

Related skills

Alternatives in Software Engineering