Methods Summary |
---|
private void | assertProcessed()
assertLogContaining("DistributedAnnotationProcessor-is-go");
assertLogContaining("[-Abuild.dir=");
assertLogContaining("visiting DistributedAnnotationFactory");
|
public void | setUp()
configureProject("src/etc/testcases/taskdefs/apt.xml");
|
protected void | tearDown()Tears down the fixture, for example, close a network connection. This
method is called after a test is executed.
executeTarget("clean");
|
public void | testApt()
executeTarget("testApt");
|
public void | testAptFork()
executeTarget("testAptFork");
|
public void | testAptForkFalse()
executeTarget("testAptForkFalse");
assertLogContaining(Apt.WARNING_IGNORING_FORK);
|
public void | testAptNewFactory()
executeTarget("testAptNewFactory");
assertProcessed();
|
public void | testAptNewFactoryFork()
executeTarget("testAptNewFactoryFork");
assertProcessed();
|
public void | testListAnnotationTypes()
executeTarget("testListAnnotationTypes");
assertLogContaining("Set of annotations found:");
assertLogContaining("Distributed");
|