java-junit

Installation
SKILL.md

When to Use

  • Writing JUnit 5 unit tests
  • Creating parameterized tests
  • Setting up test infrastructure
  • Need testing best practices for Java

Instructions

Project Setup

  • Use a standard Maven or Gradle project structure
  • Place test source code in src/test/java
  • Include dependencies for junit-jupiter-api, junit-jupiter-engine, and junit-jupiter-params for parameterized tests
  • Use build tool commands to run tests: mvn test or gradle test

Test Structure

Installs
6
GitHub Stars
4
First Seen
May 1, 2026
java-junit — vekzz-dev/opencode-skills