Methods Summary |
---|
public void | NotestFailingAdapter()
expectBuildExceptionContaining("testFailingAdapter",
"expected failures to propagate",
Rmic.ERROR_RMIC_FAILED);
|
public void | NotestForking()test the forking compiler
executeTarget("testForking");
|
public void | setUp()The JUnit setup method
super.setUp();
configureProject(TASKDEFS_DIR + "rmic.xml");
|
public void | tearDown()The teardown method for JUnit
executeTarget("teardown");
|
public void | testAntClasspath()test the forking compiler
executeTarget("testAntClasspath");
|
public void | testBadName()A unit test for JUnit
expectBuildExceptionContaining("testBadName",
"compiler not known",
RmicAdapterFactory.ERROR_UNKNOWN_COMPILER);
|
public void | testDefault()verify that "default" binds us to the default compiler
executeTarget("testDefault");
|
public void | testDefaultBadClass()A unit test for JUnit
expectBuildExceptionContaining("testDefaultBadClass",
"expected the class to fail",
Rmic.ERROR_RMIC_FAILED);
//dont look for much text here as it is vendor and version dependent
assertLogContaining("unimplemented.class");
|
public void | testEmpty()verify that "" binds us to the default compiler
executeTarget("testEmpty");
|
public void | testExplicitClass()load an adapter by name
executeTarget("testExplicitClass");
|
public void | testForkingAntClasspath()test the forking compiler
executeTarget("testForkingAntClasspath");
|
public void | testIDL()test that verifies that IDL compiles.
executeTarget("testIDL");
|
public void | testIIOP()test that verifies that IIOP compiles.
executeTarget("testIIOP");
|
public void | testKaffe()A unit test for JUnit
executeTarget("testKaffe");
|
public void | testMagicProperty()A unit test for JUnit
expectBuildExceptionContaining("testMagicProperty",
"magic property not working",
RmicAdapterFactory.ERROR_UNKNOWN_COMPILER);
|
public void | testMagicPropertyIsEmptyString()
executeTarget("testMagicPropertyIsEmptyString");
|
public void | testMagicPropertyOverridesEmptyString()A unit test for JUnit
expectBuildExceptionContaining("testMagicPropertyOverridesEmptyString",
"magic property not working",
RmicAdapterFactory.ERROR_UNKNOWN_COMPILER);
|
public void | testRmic()A unit test for JUnit
executeTarget("testRmic");
|
public void | testVersion11()test that version 1.1 stubs are good
executeTarget("testVersion11");
|
public void | testVersion12()test that version 1.2 stubs are good
executeTarget("testVersion12");
|
public void | testVersionCompat()test that version compat stubs are good
executeTarget("testVersionCompat");
|
public void | testWlrmic()A unit test for JUnit
executeTarget("testWlrmic");
|
public void | testWrongClass()A unit test for JUnit
expectBuildExceptionContaining("testWrongClass",
"class not an RMIC adapter",
RmicAdapterFactory.ERROR_NOT_RMIC_ADAPTER);
|
public void | testXnew()test that passes -Xnew to sun's rmic.
executeTarget("testXnew");
|
public void | testXnewCompiler()test that runs the new xnew compiler adapter.
executeTarget("testXnewCompiler");
|
public void | testXnewForked()test that passes -Xnew to sun's rmic running in a different VM.
executeTarget("testXnewForked");
|