public interface TestConfiguration
Modifier and Type | Method and Description |
---|---|
List<File> |
getDiagnosticFiles()
Diagnostic files consist of a set of lines that enumerate expected error/warning diagnostics.
|
List<String> |
getFlatOptions() |
Map<String,String> |
getOptions()
Some Javac command line arguments require arguments themselves (e.g.
|
List<String> |
getProcessors() |
List<File> |
getTestSourceFiles() |
boolean |
shouldEmitDebugInfo() |
List<File> getTestSourceFiles()
List<File> getDiagnosticFiles()
List<String> getProcessors()
Map<String,String> getOptions()
Map(optionName -> optionArgumentIfAny)
. If an option does not take
an argument, pass null as the value.
E.g.,
Map(
"-AprintAllQualifiers" -> null
"-classpath" -> "myDir1:myDir2"
)
List<String> getFlatOptions()
boolean shouldEmitDebugInfo()