public class SimpleCompilationTest extends BaseCompilationTest
DEFAULT_APP_PACKAGE, KEY_CLASS_NAME, KEY_CLASS_TYPE, KEY_DEPENDENCIES, KEY_IMPORT_TYPE, KEY_INCLUDE_ID, KEY_MANIFEST_PACKAGE, KEY_SETTINGS_INCLUDES, KEY_VIEW_ID, name, testFolder
Constructor and Description |
---|
SimpleCompilationTest() |
Modifier and Type | Method and Description |
---|---|
void |
listTasks() |
void |
testBadSyntax() |
void |
testBrokenSyntax() |
void |
testEmptyCompilation() |
void |
testIncludeInMerge() |
void |
testInvalidSetterBinding() |
void |
testInvalidVariableType() |
void |
testModuleDependencyChange() |
void |
testMultipleConfigs() |
void |
testMultipleExceptionsInDifferentFiles() |
void |
testRootTag() |
void |
testSingleModule() |
void |
testTwoLevelDependency() |
void |
testUndefinedVariable() |
clear, copyResourceDirectory, copyResourceTo, copyResourceTo, copyResourceTo, copyResourceTo, extract, prepareApp, prepareModule, prepareProject, runGradle, toMap
public void listTasks() throws IOException, URISyntaxException, InterruptedException
public void testEmptyCompilation() throws IOException, URISyntaxException, InterruptedException
public void testMultipleConfigs() throws IOException, URISyntaxException, InterruptedException
public void testMultipleExceptionsInDifferentFiles() throws IOException, URISyntaxException, InterruptedException
public void testBadSyntax() throws IOException, URISyntaxException, InterruptedException
public void testBrokenSyntax() throws IOException, URISyntaxException, InterruptedException
public void testUndefinedVariable() throws IOException, URISyntaxException, InterruptedException
public void testInvalidSetterBinding() throws IOException, URISyntaxException, InterruptedException
public void testRootTag() throws IOException, URISyntaxException, InterruptedException
public void testInvalidVariableType() throws IOException, URISyntaxException, InterruptedException
public void testSingleModule() throws IOException, URISyntaxException, InterruptedException
public void testModuleDependencyChange() throws IOException, URISyntaxException, InterruptedException
public void testTwoLevelDependency() throws IOException, URISyntaxException, InterruptedException