| org.apache.tools.ant.BuildFileTest org.apache.tools.ant.taskdefs.RmicAdvancedTest
RmicAdvancedTest | public class RmicAdvancedTest extends BuildFileTest (Code) | | Date: 04-Aug-2004
Time: 22:15:46
|
NotestFailingAdapter | public void NotestFailingAdapter() throws Exception(Code) | | |
NotestForking | public void NotestForking() throws Exception(Code) | | test the forking compiler
|
tearDown | public void tearDown()(Code) | | The teardown method for JUnit
|
testAntClasspath | public void testAntClasspath() throws Exception(Code) | | test the forking compiler
|
testBadName | public void testBadName() throws Exception(Code) | | A unit test for JUnit
|
testDefault | public void testDefault() throws Exception(Code) | | verify that "default" binds us to the default compiler
|
testDefaultBadClass | public void testDefaultBadClass() throws Exception(Code) | | A unit test for JUnit
|
testEmpty | public void testEmpty() throws Exception(Code) | | verify that "" binds us to the default compiler
|
testExplicitClass | public void testExplicitClass() throws Exception(Code) | | load an adapter by name
|
testForkingAntClasspath | public void testForkingAntClasspath() throws Exception(Code) | | test the forking compiler
|
testKaffe | public void testKaffe() throws Exception(Code) | | A unit test for JUnit
|
testMagicProperty | public void testMagicProperty() throws Exception(Code) | | A unit test for JUnit
|
testMagicPropertyIsEmptyString | public void testMagicPropertyIsEmptyString() throws Exception(Code) | | |
testMagicPropertyOverridesEmptyString | public void testMagicPropertyOverridesEmptyString() throws Exception(Code) | | A unit test for JUnit
|
testRmic | public void testRmic() throws Exception(Code) | | A unit test for JUnit
|
testVersion11 | public void testVersion11() throws Exception(Code) | | test that version 1.1 stubs are good
throws: Exception - |
testVersion12 | public void testVersion12() throws Exception(Code) | | test that version 1.2 stubs are good
throws: Exception - |
testVersionCompat | public void testVersionCompat() throws Exception(Code) | | test that version compat stubs are good
throws: Exception - |
testWlrmic | public void testWlrmic() throws Exception(Code) | | A unit test for JUnit
|
testWrongClass | public void testWrongClass() throws Exception(Code) | | A unit test for JUnit
|
testXnewCompiler | public void testXnewCompiler() throws Exception(Code) | | test that runs the new xnew compiler adapter.
throws: Exception - |
testXnewForked | public void testXnewForked() throws Exception(Code) | | test that passes -Xnew to sun's rmic running in a different VM.
throws: Exception - |
Methods inherited from org.apache.tools.ant.BuildFileTest | public void assertDebuglogContaining(String substring)(Code)(Java Doc) public void assertLogContaining(String substring)(Code)(Java Doc) public void assertOutputContaining(String substring)(Code)(Java Doc) public void assertPropertyEquals(String property, String value)(Code)(Java Doc) public void assertPropertySet(String property)(Code)(Java Doc) public void assertPropertyUnset(String property)(Code)(Java Doc) public void configureProject(String filename) throws BuildException(Code)(Java Doc) public void configureProject(String filename, int logLevel) throws BuildException(Code)(Java Doc) public void executeTarget(String targetName)(Code)(Java Doc) public void expectBuildException(String target, String cause)(Code)(Java Doc) public void expectBuildExceptionContaining(String target, String cause, String contains)(Code)(Java Doc) public void expectDebuglog(String target, String log)(Code)(Java Doc) public void expectLog(String target, String log)(Code)(Java Doc) public void expectLogContaining(String target, String log)(Code)(Java Doc) public void expectOutput(String target, String output)(Code)(Java Doc) public void expectOutputAndError(String target, String output, String error)(Code)(Java Doc) public void expectPropertySet(String target, String property, String value)(Code)(Java Doc) public void expectPropertySet(String target, String property)(Code)(Java Doc) public void expectPropertyUnset(String target, String property)(Code)(Java Doc) public void expectSpecificBuildException(String target, String cause, String msg)(Code)(Java Doc) public BuildException getBuildException()(Code)(Java Doc) public String getError()(Code)(Java Doc) public String getFullLog()(Code)(Java Doc) public String getLog()(Code)(Java Doc) public String getOutput()(Code)(Java Doc) public Project getProject()(Code)(Java Doc) public File getProjectDir()(Code)(Java Doc) public URL getResource(String resource)(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc)
|
|
|