- add(String, Double) - Method in class com.sonarsource.checks.verifier.internal.LineIssues
-
- add(PreciseLocation) - Method in class com.sonarsource.checks.verifier.internal.PerLineLocationWriter
-
- addActualIssue(int, String, PrimaryLocation) - Method in class com.sonarsource.checks.verifier.internal.FileIssues
-
- addActualIssue(int, String, PrimaryLocation, Double) - Method in class com.sonarsource.checks.verifier.internal.FileIssues
-
- addComment(Path, int, int, String, int, int) - Method in class com.sonarsource.checks.verifier.internal.InternalIssueVerifier
-
- addComment(int, int, String, int, int) - Method in class com.sonarsource.checks.verifier.internal.InternalIssueVerifier
-
- addComment(Path, int, int, String, int, int) - Method in interface com.sonarsource.checks.verifier.MultiFileVerifier
-
Should be called for all comment of the analyzed source file.
- addComment(int, int, String, int, int) - Method in interface com.sonarsource.checks.verifier.SingleFileVerifier
-
Should be called for all comment of the analyzed source file.
- addSecondary(UnderlinedRange, String) - Method in class com.sonarsource.checks.verifier.internal.PrimaryLocation
-
- addSecondary(Path, int, int, int, int, String) - Method in interface com.sonarsource.checks.verifier.MultiFileVerifier.Issue
-
Add a secondary location with an optional message
- addSecondary(int, int, int, int, String) - Method in interface com.sonarsource.checks.verifier.SingleFileVerifier.Issue
-
Add a secondary location with an optional message
- addSingleLineCommentSyntax(String) - Method in interface com.sonarsource.checks.verifier.CommentParser
-
This comment parser is able split a line using "commentPrefix".
- addSingleLineCommentSyntax(String) - Method in class com.sonarsource.checks.verifier.internal.InternalCommentParser
-
- append(Report) - Method in class com.sonarsource.checks.verifier.internal.Report
-
- appendActual(String) - Method in class com.sonarsource.checks.verifier.internal.Report
-
- appendContext(String) - Method in class com.sonarsource.checks.verifier.internal.Report
-
- appendExpected(String) - Method in class com.sonarsource.checks.verifier.internal.Report
-
- assertGoodPractice(Class<?>) - Static method in class com.sonarsource.checks.coverage.UtilityClass
-
- assertNoIssues() - Method in class com.sonarsource.checks.verifier.internal.InternalIssueVerifier
-
- assertNoIssues() - Method in interface com.sonarsource.checks.verifier.MultiFileVerifier
-
Run the comparison and expect to find no issue.
- assertNoIssues() - Method in interface com.sonarsource.checks.verifier.SingleFileVerifier
-
Run the comparison and expect to find no issue.
- assertOneOrMoreIssues() - Method in class com.sonarsource.checks.verifier.internal.InternalIssueVerifier
-
- assertOneOrMoreIssues() - Method in interface com.sonarsource.checks.verifier.MultiFileVerifier
-
Run the comparison and expect to find at least one issue.
- assertOneOrMoreIssues() - Method in interface com.sonarsource.checks.verifier.SingleFileVerifier
-
Run the comparison and expect to find at least one issue.
- at(TestFile, int, PrimaryLocation) - Static method in class com.sonarsource.checks.verifier.internal.LineIssues
-