unit-test-parameterized

Community

Drive tests with multiple inputs in one method.

Authorgiuseppe-trisciuoglio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Parameterized testing with JUnit 5 allows a single test method to run against multiple inputs, increasing coverage and reducing duplication.

Core Features & Use Cases

  • @ParameterizedTest: @ValueSource, @CsvSource, @MethodSource data sources.
  • Data-driven testing: Systematically cover valid/invalid inputs and boundaries.
  • Cleaner tests: Reduce duplication while increasing coverage.

Quick Start

Add junit-jupiter and assertj dependencies; annotate tests with @ParameterizedTest and supply sources like @ValueSource, @CsvSource, or @MethodSource.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: unit-test-parameterized
Download link: https://github.com/giuseppe-trisciuoglio/developer-kit/archive/main.zip#unit-test-parameterized

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository