- verify(String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will raise all the expected issues when analyzed with the given check.
- verify(String, JavaFileScanner, Integer) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will raise all the expected issues when analyzed with the given check and a given
java version used for the sources.
- verify(String, JavaFileScanner, Collection<File>) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will raise all the expected issues when analyzed with the given check,
but using having the classpath extended with a collection of files (classes/jar/zip).
- verify(String, JavaFileScanner, String) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will raise all the expected issues when analyzed with the given check,
using jars/zips files from the given directory to extends the classpath.
- verifyIssueOnFile(String, String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will only raise an issue on the file, with the given message, when analyzed using the given check.
- verifyNoIssue(String, JavaFileScanner) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will not raise any issue when analyzed with the given check.
- verifyNoIssue(String, JavaFileScanner, Integer) - Static method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-
Verifies that the provided file will not raise any issue when analyzed with the given check.
- visitTrivia(SyntaxTrivia) - Method in class org.sonar.java.checks.verifier.JavaCheckVerifier
-