130-java-testing-strategies
仓库创建 2025年2月9日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由
帮助设计高质量测试、覆盖边界与错误场景
这个 Skill 做什么
为 Java 编写测试提供结构化策略与检查表(RIGHT-BICEP 等)
为 Java 单元测试提供一套结构化策略和检查表(比如 RIGHT-BICEP、A-TRIP、CORRECT),帮你设计有覆盖又可靠的测试。写测试、评审覆盖或提升测试质量时用。把关键要问的问题和质量特性列清楚,能把测试工作从随意变成可衡量的工程实践。
▸ 展开 SKILL.md 英文原文
Use when you need to apply testing strategies for Java code — RIGHT-BICEP to guide test creation, A-TRIP for test quality characteristics, or CORRECT for verifying boundary conditions. This should trigger for requests such as Review Java code for testing strategies; Apply RIGHT-BICEP testing strategies in Java code; Apply A-TRIP testing strategies in Java code; Apply CORRECT boundary condition verification in Java code. Part of Plinth Toolkit
423
Stars
89
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jabrena/plinth/main/skills/130-java-testing-strategies/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jabrena/plinth/main/skills/130-java-testing-strategies/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Java testing strategies Apply proven testing strategies (RIGHT-BICEP, A-TRIP, CORRECT) to design and verify Java unit tests. **What is covered in this Skill?** - **RIGHT-BICEP**: Key questions to guide test creation — Right results, Boundary conditions, Inverse relationships, Cross-checks, Error conditions, Performance - **A-TRIP**: Characteristics of good tests — Automatic, Thorough, Repeatable, Independent, Professional - **CORRECT**: Boundary condition verification — Conformance, Ordering, Range, Reference, Existence, Cardinality, Time ## Constraints Before applying any test strategy changes, ensure the project compiles. If compilation fails, stop immediately — do not proceed unti
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有