AI AGENT ADDONS

Unit Test Mapper Converter

giuseppe-trisciuoglio/developer-kit
Testing & QA
1,279installs

Unit testing mappers and converters is essential for any app that moves data between layers. These tests check that entity-to-DTO transformations work correctly. They catch bugs in field mapping, null handling, and nested objects.

This skill provides ready-to-use patterns for testing MapStruct mappers and custom converters. It covers all key areas like bidirectional mapping and enum translations. Developers can quickly set up reliable tests.

Use these patterns to validate your mapping logic in isolation. You will get better code quality and fewer surprises when data changes shape.

Add Unit Test Mapper Converter skill to your workflow

Global

mkdir -p ~/.claude/skills/unit-test-mapper-converter

Project

mkdir -p .claude/skills/unit-test-mapper-converter

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago