Recipe Name:
JUnit 4: @Test annotation missing
Description:
Method with assertions is missing @Test annotation
Level:
error
Language:
- java
Tags:
- testing
- framework specific
- JUnit 4
- quality
Recipe
id: scw:java:junit4:test-annotation-missing version: 10 metadata: name: 'JUnit 4: @Test annotation missing' shortDescription: Method with assertions is missing @Test annotation level: error language: java enabled: true tags: testing;framework specific;JUnit 4;quality search: method: with: child: methodcall: type: org.junit.Assert not: modifier: private without: annotation: type: reference: matches: ^org.junit.* checkInheritance: true availableFixes: - name: Add @Test annotation actions: - addAnnotation: annotation: '@org.junit.Test' target: self