static CheckVerifier |
CheckVerifier.newVerifier() |
Entry point of check verification.
|
CheckVerifier |
CheckVerifier.onFile(String filename) |
Defines the filename to be verified with the given rule(s).
|
CheckVerifier |
CheckVerifier.onFiles(String... filenames) |
Defines the filenames to be verified with the given rule(s).
|
CheckVerifier |
CheckVerifier.onFiles(Collection<String> filenames) |
Defines a collection of filenames to be verified with the given rule(s).
|
CheckVerifier |
CheckVerifier.withCheck(JavaFileScanner check) |
Defines the check to be verified against at least one test file.
|
CheckVerifier |
CheckVerifier.withChecks(JavaFileScanner... checks) |
Defines the check(s) to be verified against at least one test file.
|
CheckVerifier |
CheckVerifier.withClassPath(Collection<File> classpath) |
Defines the classpath to be used for the verification.
|
CheckVerifier |
CheckVerifier.withJavaVersion(int javaVersionAsInt) |
Defines the java version syntax to be used for the verification.
|
CheckVerifier |
CheckVerifier.withoutSemantic() |
Tells the verifier that no bytecode will be provided.
|