We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244176e commit 32c02bfCopy full SHA for 32c02bf
1 file changed
prompts/java-junit.prompt.md
@@ -17,7 +17,7 @@ Your goal is to help me write effective unit tests with JUnit 5, covering both s
17
18
## Test Structure
19
20
-- Test classes should have a `Test` suffix, e.g., `CalculatorTests` for a `Calculator` class.
+- Test classes should have a `Test` suffix, e.g., `CalculatorTest` for a `Calculator` class.
21
- Use `@Test` for test methods.
22
- Follow the Arrange-Act-Assert (AAA) pattern.
23
- Name tests using a descriptive convention, like `methodName_should_expectedBehavior_when_scenario`.
0 commit comments