public class CompileHelperTest extends AbstractIsisFishTest
dirIsisBase| Constructor and Description |
|---|
CompileHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFirstClassContent(String name)
Return a Java code content in Java 6.
|
protected String |
getSecondClassContent(String name,
String extendsName)
Return a Java code content in Java 6 that extends a class.
|
void |
testCompile()
Test une compilation de classe et une
instantiation de la classe compilée.
|
void |
testCompileDepend()
Test de compiler deux classes dont l'un etend l'autre.
|
void |
testExtractDoc()
Test que le contenu du fichier java correspondant à l'equation est
corectement généré.
|
clean, getCurrentDatabaseDirectory, getFreemarkerConfiguration, getTestDirectory, init, resetConfigprotected String getFirstClassContent(String name)
name - Class nameprotected String getSecondClassContent(String name, String extendsName)
name - extendsName - public void testCompile()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void testCompileDepend()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void testExtractDoc()
Copyright © 1999–2019 CodeLutin. All rights reserved.