public abstract class AbstractCompilerTest
extends ArtifactTestCase
Constructor and Description |
---|
AbstractCompilerTest() |
Modifier and Type | Method and Description |
---|---|
protected int |
compilerErrorCount(List<CompilerError> messages) |
protected int |
expectedErrors() |
protected Collection<String> |
expectedOutputFiles() |
protected int |
expectedWarnings() |
protected List<String> |
getClasspath() |
protected File |
getLocalArtifactPath(String groupId,
String artifactId,
String version,
String type) |
protected abstract String |
getRoleHint() |
protected void |
setCompilerDebug(boolean flag) |
protected void |
setCompilerDeprecationWarnings(boolean flag) |
void |
testCompilingSources() |
protected abstract String getRoleHint()
protected void setCompilerDebug(boolean flag)
protected void setCompilerDeprecationWarnings(boolean flag)
protected int compilerErrorCount(List<CompilerError> messages)
protected int expectedErrors()
protected int expectedWarnings()
protected Collection<String> expectedOutputFiles()
Copyright © 2013. All rights reserved.