- AntExecutionRequest - Class in org.jomc.ant.test.support
-
Request to execute a target on an Ant project.
- AntExecutionRequest(Project, String) - Constructor for class org.jomc.ant.test.support.AntExecutionRequest
-
Creates a new AntExecutionRequest
taking a project and a target.
- AntExecutionResult - Class in org.jomc.ant.test.support
-
Result of an execution of an Ant target.
- AntExecutionResult() - Constructor for class org.jomc.ant.test.support.AntExecutionResult
-
Creates a new AntExecutionResult
.
- AntExecutor - Interface in org.jomc.ant.test.support
-
Interface to Ant.
- Assert - Class in org.jomc.ant.test.support
-
Provides static methods for testing various assertions related to Ant executions.
- Assert() - Constructor for class org.jomc.ant.test.support.Assert
-
Creates a new Assert
instance.
- assertException(AntExecutionResult, Class<? extends Throwable>) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an exception of a given type.
- assertException(AntExecutionResult, Class<? extends Throwable>, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an exception of a given type taking a reason.
- assertExceptionInstance(AntExecutionResult, Class<? extends Throwable>) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an instance of a given exception.
- assertExceptionInstance(AntExecutionResult, Class<? extends Throwable>, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an instance of a given exception taking a reason.
- assertExceptionMessage(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an exception with a given message.
- assertExceptionMessage(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an exception with a given message taking a reason.
- assertExceptionMessageContaining(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an exception with a message containing a given string.
- assertExceptionMessageContaining(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have thrown an exception with a message containing a given string taking a reason.
- assertMessageLogged(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a given message.
- assertMessageLogged(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a given message taking a reason.
- assertMessageLogged(AntExecutionResult, CharSequence, int) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a given message with a given priority.
- assertMessageLogged(AntExecutionResult, CharSequence, int, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a given message with a given priority
taking a reason.
- assertMessageLoggedContaining(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a message containing a given text.
- assertMessageLoggedContaining(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a message containing a given text
taking a reason.
- assertMessageLoggedContaining(AntExecutionResult, CharSequence, int) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a message containing a given text with
a given priority.
- assertMessageLoggedContaining(AntExecutionResult, CharSequence, int, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have fired a messageLogged
event holding a message containing a given text with
a given priority taking a reason.
- assertMessageNotLogged(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to not have fired a messageLogged
event holding a given message.
- assertMessageNotLogged(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to not have fired a messageLogged
event holding a given message taking a reason.
- assertMessageNotLoggedContaining(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to not have fired a messageLogged
event holding a message containing a given text.
- assertMessageNotLoggedContaining(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to not have fired a messageLogged
event holding a message containing a given text
taking a reason.
- assertNoException(AntExecutionResult) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to not have thrown an exception.
- assertNoException(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to not have thrown an exception taking a reason.
- assertSystemErrorContaining(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have written a given text to the system error stream.
- assertSystemErrorContaining(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have written a given text to the system error stream taking a reason.
- assertSystemOutputContaining(AntExecutionResult, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have written a given text to the system output stream.
- assertSystemOutputContaining(AntExecutionResult, CharSequence, CharSequence) - Static method in class org.jomc.ant.test.support.Assert
-
Tests an Ant execution to have written a given text to the system output stream taking a reason.
- GenerateResourcesTaskTest - Class in org.jomc.ant.test
-
Test cases for class org.jomc.ant.GenerateResourcesTask
.
- GenerateResourcesTaskTest() - Constructor for class org.jomc.ant.test.GenerateResourcesTaskTest
-
Creates a new GenerateResourcesTaskTest
instance.
- getAntExecutor() - Method in class org.jomc.ant.test.JomcTaskTest
-
Gets the AntExecutor
instance backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.ClassFileProcessorTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.CommitClassesTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.GenerateResourcesTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.JomcModelTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.JomcTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.JomcToolTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.ManageSourcesTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.MergeModletsTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.MergeModulesTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.ResourceFileProcessorTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.SourceFileProcessorTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.ValidateClassesTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.ValidateClasspathTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.ValidateModelTaskTest
-
Gets the name of the build file backing the test.
- getBuildFileName() - Method in class org.jomc.ant.test.WriteModelTaskTest
-
Gets the name of the build file backing the test.
- getBuildFinishedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of buildFinished
events fired during execution of the target.
- getBuildStartedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of buildStarted
events fired during execution of the target.
- getJomcTask() - Method in class org.jomc.ant.test.ClassFileProcessorTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.CommitClassesTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.GenerateResourcesTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.JomcModelTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.JomcTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.JomcToolTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.ManageSourcesTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.MergeModletsTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.MergeModulesTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.ResourceFileProcessorTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.SourceFileProcessorTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.ValidateClassesTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.ValidateClasspathTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.ValidateModelTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getJomcTask() - Method in class org.jomc.ant.test.WriteModelTaskTest
-
Gets the JomcTask
instance tests are performed with.
- getMessageLoggedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of messageLogged
events fired during execution of the target.
- getOutputDirectory() - Method in class org.jomc.ant.test.JomcTaskTest
-
Gets the output directory of instance.
- getProject() - Method in class org.jomc.ant.test.JomcTaskTest
-
Gets the Project
backing the test.
- getProject() - Method in class org.jomc.ant.test.support.AntExecutionRequest
-
Gets the Project
to execute a target of.
- getSystemError() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the characters written to the system error stream during execution of the target.
- getSystemOutput() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the characters written to the system output stream during execution of the target.
- getTarget() - Method in class org.jomc.ant.test.support.AntExecutionRequest
-
Gets the identifier of the target to execute.
- getTargetFinishedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of targetFinished
events fired during execution of the target.
- getTargetStartedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of targetStarted
events fired during execution of the target.
- getTaskFinishedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of taskFinished
events fired during execution of the target.
- getTaskStartedEvents() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the list of taskStarted
events fired during execution of the target.
- getThrowable() - Method in class org.jomc.ant.test.support.AntExecutionResult
-
Gets the throwable thrown by the execution of the target.
- newAntExecutor() - Method in class org.jomc.ant.test.JomcTaskTest
-
Creates a new AntExecutor
instance backing the test.
- newJomcTask() - Method in class org.jomc.ant.test.ClassFileProcessorTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.CommitClassesTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.GenerateResourcesTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.JomcModelTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.JomcTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.JomcToolTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.ManageSourcesTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.MergeModletsTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.MergeModulesTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.ResourceFileProcessorTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.SourceFileProcessorTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.ValidateClassesTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.ValidateClasspathTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.ValidateModelTaskTest
-
Creates a new JomcTask
instance to test.
- newJomcTask() - Method in class org.jomc.ant.test.WriteModelTaskTest
-
Creates a new JomcTask
instance to test.
- newProject() - Method in class org.jomc.ant.test.JomcTaskTest
-
Creates and configures a new Project
instance backing the test.