Skip navigation links
A B C D E F G H I J L M O P R S T U V W X 

A

AbstractMunitMojo - Class in org.mule.munit.plugin.maven
Base Mojo to run MUnit tests
AbstractMunitMojo() - Constructor for class org.mule.munit.plugin.maven.AbstractMunitMojo
 
add(TestCase) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
add(String, TestResult) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
addEnvironmentVariables(Map<String, String>) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
ARG_TOKEN - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
argLines - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
ArgLinesManager - Class in org.mule.munit.plugin.maven.util
Generates the final argument lines for the new JVM
ArgLinesManager(List<String>, String, String, File, Log) - Constructor for class org.mule.munit.plugin.maven.util.ArgLinesManager
 

B

BaseRunConfigurationFactory - Class in org.mule.munit.plugin.maven.util
Creates RunConfiguration based on basic MUnit parameters
BaseRunConfigurationFactory(Log, String, String, String, Boolean, TargetRuntime, WorkingDirectoryGenerator, File, MavenProject, MavenSession) - Constructor for class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
build() - Method in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
buildDependencyId(Dependency) - Static method in class org.mule.munit.plugin.maven.util.MuleApplicationDependencyFinder
It builds a generic ID based on a dependency

C

CdataAwareXppDriver - Class in org.mule.munit.plugin.maven.report.xml
Driver class to generate XML reports with surefire format
CdataAwareXppDriver() - Constructor for class org.mule.munit.plugin.maven.report.xml.CdataAwareXppDriver
 
classpathManager - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
ClasspathManager - Class in org.mule.munit.plugin.maven.util
Generates the final classpath for the new JVM
ClasspathManager(Class, Log) - Constructor for class org.mule.munit.plugin.maven.util.ClasspathManager
 
commandline - Variable in class org.mule.munit.plugin.maven.runner.JVMStarter
 
compareTo(TargetRuntime) - Method in class org.mule.munit.plugin.maven.TargetRuntime
 
consumeLine(String) - Method in class org.mule.munit.plugin.maven.runner.consumer.ErrorStreamConsumer
 
consumeLine(String) - Method in class org.mule.munit.plugin.maven.runner.consumer.RunnerStreamConsumer
 
containerStartFailed(String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
create(Boolean) - Method in class org.mule.munit.plugin.maven.runner.MessageHandlerFactory
 
create() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
create() - Method in class org.mule.munit.plugin.maven.util.DefaultResultPrinterFactory
 
create(List<String>, String, File, String) - Method in class org.mule.munit.plugin.maven.util.JarFileFactory
 
create() - Method in interface org.mule.munit.plugin.maven.util.ResultPrinterFactory
 
create() - Method in interface org.mule.munit.plugin.maven.util.RunConfigurationFactory
 
create(Product) - Method in class org.mule.munit.plugin.maven.util.RuntimeVersionProviderFactory
 
createJVMStarter(File, List<String>) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
createRemoteRepositoriesLocator() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
createTestRunExecutor(RunConfiguration) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
createWriter(Writer) - Method in class org.mule.munit.plugin.maven.report.xml.CdataAwareXppDriver
Override createWriter to wrap fields listed in CDATA_FIELDS with CDATA block

D

DefaultResultPrinterFactory - Class in org.mule.munit.plugin.maven.util
Returns the result printers based on the user configuration
DefaultResultPrinterFactory(Log) - Constructor for class org.mule.munit.plugin.maven.util.DefaultResultPrinterFactory
 
deleteDirectories() - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
Clears all directories previously created
doExecute() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
dynamicPorts - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 

E

effectiveSystemProperties - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
enableSurefireReports - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
environmentVariables - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
equals(Object) - Method in class org.mule.munit.plugin.maven.TargetRuntime
 
ErrorStreamConsumer - Class in org.mule.munit.plugin.maven.runner.consumer
A Stream Consumer that stores the Error Standard Output
ErrorStreamConsumer(boolean) - Constructor for class org.mule.munit.plugin.maven.runner.consumer.ErrorStreamConsumer
 
execute() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
execute(StreamConsumer, StreamConsumer) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 

F

failBuildIfNecessary(Map<TargetRuntime, RunResult>) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
FileResultPrinter - Class in org.mule.munit.plugin.maven.runner.printer
Abstract class that prints a test run result to a file
FileResultPrinter(File, Log) - Constructor for class org.mule.munit.plugin.maven.runner.printer.FileResultPrinter
 
FilesLocator - Interface in org.mule.munit.plugin.maven.locators
Interface to locate files
findMuleDomainArtifact() - Method in class org.mule.munit.plugin.maven.util.MuleApplicationDependencyFinder
Looks for a mule domain artifact amongst the project's artifacts, provided a mule domain is declared as dependency in the project.
findMuleDomainArtifact(String) - Method in class org.mule.munit.plugin.maven.util.MuleApplicationDependencyFinder
Looks for a mule domain artifact amongst the project's artifacts that matches the artifact id provided project.
findMuleDomainDependency() - Method in class org.mule.munit.plugin.maven.util.MuleApplicationDependencyFinder
Looks for a mule domain dependency amongst the declared domains of the project.

G

generate(RunConfiguration) - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
Generates all required folders for the MUnit working directory.
generateApplicationStructure(RunConfiguration) - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
It creates the application folder structure in the working directory
generateDomainStructure() - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
It creates the domain folder structure in the working directory provided there is a mule-domain as dependency of the application.
generateWorkingDirectory() - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
Provides the File to a new MUnit working directory that has been generated in the project's target and appended a timestamp.
getApplicationCoverageReport() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getApplicationStructureGenerator() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getCause() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getCause() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
getClassname() - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
getContainerConfigurationBuilder() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
getCurrentSuite() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getDomainStructureGenerator(Optional<Artifact>, File) - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
 
getEffectiveArgLines(String, File) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getEffectiveArgLines() - Method in class org.mule.munit.plugin.maven.util.ArgLinesManager
 
getEffectiveClasspath() - Method in class org.mule.munit.plugin.maven.util.ClasspathManager
 
getError() - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
getErrors() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getErrorTests() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getFailingTests() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getFailure() - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
getFailures() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getFileName() - Method in class org.mule.munit.plugin.maven.util.properties.PropertiesFileBuilder
 
getFileName() - Method in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
getFileProperty() - Method in class org.mule.munit.plugin.maven.util.properties.PropertiesFileBuilder
 
getFileProperty() - Method in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
getKey() - Method in class org.mule.munit.plugin.maven.report.xml.Property
 
getMavenConfigurationBuilder() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
getMuleApplicationDependencyFinder() - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
 
getMuleApplicationJsonPath() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getMuleApplicationModel() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getMuleApplicationModelLoader() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getName() - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
getName() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getNotifierConfigurations() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
getNumberOfErrors() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getNumberOfErrors() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getNumberOfFailures() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getNumberOfFailures() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getNumberOfIgnores() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getNumberOfIgnores() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getNumberOfProcessedTests() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getNumberOfTests() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getNumberOfTests() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getParameterization() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getResultPrinterFactory() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getResultPrintStream(String) - Method in class org.mule.munit.plugin.maven.runner.printer.FileResultPrinter
 
getRunConfigurationBuilder() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
getRunConfigurations() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
getRunningTest() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getRunResult() - Method in class org.mule.munit.plugin.maven.runner.consumer.RunnerStreamConsumer
 
getRuntimeProduct() - Method in class org.mule.munit.plugin.maven.TargetRuntime
 
getRuntimeProduct() - Method in class org.mule.munit.plugin.maven.util.MuleApplicationModelLoader
 
getRuntimeVersion() - Method in class org.mule.munit.plugin.maven.TargetRuntime
 
getRuntimeVersion() - Method in class org.mule.munit.plugin.maven.util.MuleApplicationModelLoader
 
getSkipped() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getStackTrace() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getSuite(String, String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getSuiteOutputs() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getSuitePath() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getSuites() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
getTest(String) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getTestcases() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getTestName() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
getTestNameRegEx() - Method in class org.mule.munit.plugin.maven.util.TestSuiteFileFilter
 
getTests() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getTests() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getTime() - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
getTime() - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
getTime() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
getTime() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
getToolchain() - Method in class org.mule.munit.plugin.maven.locators.JVMLocator
 
getValue() - Method in class org.mule.munit.plugin.maven.report.xml.Property
 
getWhitelistedRepositories() - Method in class org.mule.munit.plugin.maven.locators.RemoteRepositoriesLocator
 
getWorkingDirectory() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
gson - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 

H

handleProtocolLine(String) - Method in class org.mule.munit.plugin.maven.runner.consumer.RunnerStreamConsumer
 
handleRunResult(TargetRuntime, RunResult) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
handleRunResult(RunResult) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleRunResult(RunResult) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleStandardOutputLine(String) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleStandardOutputLine(String) - Method in class org.mule.munit.plugin.maven.runner.handler.StandardOutputMessageHandler
 
handleStandardOutputLine(String) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteError(SuiteResult) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleSuiteError(SuiteResult) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteErrorOrFailure(SuiteResult, String) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteFailure(SuiteResult) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleSuiteFailure(SuiteResult) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteFinished(SuiteResult) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleSuiteFinished(SuiteResult) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteStart(String, String) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleSuiteStart(String, String) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteStartFailure(String) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleSuiteStartFailure(String, String, String) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleSuiteStartFailure(String) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleSuiteStartFailure(String, String, String) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
handleUnexpectedError(String) - Method in interface org.mule.munit.plugin.maven.runner.handler.RunnerMessageHandler
 
handleUnexpectedError(String) - Method in class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
hasError() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
hasError() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
hasExecutedBefore() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
This method avoids running MUnit more than once.
hasFailed() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
hasFailed() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
hasFailed() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
hashCode() - Method in class org.mule.munit.plugin.maven.TargetRuntime
 

I

includingSnapshots(boolean) - Method in class org.mule.munit.plugin.maven.locators.RuntimeVersionsLocator
 
init() - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
isCoverageEnabled() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
isFinished() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
isIgnored() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
isIgnored() - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
isRunFinished() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
isRuntimeStartFailed() - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
isRuntimeStartFailed() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
isSuiteError() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
isSuiteFailed() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
isSuiteFinished() - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 

J

jarFileFactory - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
JarFileFactory - Class in org.mule.munit.plugin.maven.util
Generates the jar file for the new JVM
JarFileFactory() - Constructor for class org.mule.munit.plugin.maven.util.JarFileFactory
 
JAVA_SYSTEM_CLASS_LOADER - Static variable in class org.mule.munit.plugin.maven.util.ArgLinesManager
 
jvm - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
jvmLocator - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
JVMLocator - Class in org.mule.munit.plugin.maven.locators
Locates the java executable daemon
JVMLocator(MavenSession, String, ToolchainManager, Log) - Constructor for class org.mule.munit.plugin.maven.locators.JVMLocator
 
JVMStarter - Class in org.mule.munit.plugin.maven.runner
The goal of this class is to start a new JVM based on the given parameters
JVMStarter(Log) - Constructor for class org.mule.munit.plugin.maven.runner.JVMStarter
 

L

locate() - Method in class org.mule.munit.plugin.maven.locators.JVMLocator
 
locate() - Method in class org.mule.munit.plugin.maven.locators.RemoteRepositoriesLocator
 
locate() - Method in class org.mule.munit.plugin.maven.locators.RuntimeVersionsLocator
 
locateAll() - Method in class org.mule.munit.plugin.maven.locators.RemoteRepositoriesLocator
 
locateAllMunitTestSuites() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
locateFiles(File) - Method in interface org.mule.munit.plugin.maven.locators.FilesLocator
 
locateFiles(File) - Method in class org.mule.munit.plugin.maven.locators.Log4J2ConfigurationLocator
It locates log4j2 configuration files starting in the rootPath sent.
locateFiles(File) - Method in class org.mule.munit.plugin.maven.locators.TestConfigFilesLocator
 
locateFiles(File) - Method in class org.mule.munit.plugin.maven.locators.TestSuiteFilesLocator
 
locateMunitTestSuitesToRun() - Method in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
log - Variable in class org.mule.munit.plugin.maven.runner.printer.FileResultPrinter
 
log - Variable in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
 
log - Variable in class org.mule.munit.plugin.maven.util.DefaultResultPrinterFactory
 
log - Variable in class org.mule.munit.plugin.maven.util.properties.PropertiesFileBuilder
 
Log4J2ConfigurationLocator - Class in org.mule.munit.plugin.maven.locators
It locates LOG4J2 configuration files in a given directory.
Log4J2ConfigurationLocator(Log) - Constructor for class org.mule.munit.plugin.maven.locators.Log4J2ConfigurationLocator
 
LOG4J_CONFIGURATION_FILE_PROPERTY - Static variable in class org.mule.munit.plugin.maven.util.ArgLinesManager
 

M

MavenResultPrinter - Class in org.mule.munit.plugin.maven.runner.printer
Prints the MUnit run result through the Maven Log
MavenResultPrinter(Log) - Constructor for class org.mule.munit.plugin.maven.runner.printer.MavenResultPrinter
 
messageHandlerFactory - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
MessageHandlerFactory - Class in org.mule.munit.plugin.maven.runner
This is a factory of MessageHandler
MessageHandlerFactory(Log) - Constructor for class org.mule.munit.plugin.maven.runner.MessageHandlerFactory
 
MIN_MULE_GA_VERSION - Static variable in class org.mule.munit.plugin.maven.util.MuleApplicationModelLoader
 
MULE_ARTIFACT_JSON_FILE_NAME - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
MULE_TESTING_MODE - Static variable in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
MuleApplicationDependencyFinder - Class in org.mule.munit.plugin.maven.util
It knows how to search the Maven API to find specific dependencies that have a meaning for a Mule Application
MuleApplicationDependencyFinder(MavenProject) - Constructor for class org.mule.munit.plugin.maven.util.MuleApplicationDependencyFinder
 
muleApplicationModelLoader - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
MuleApplicationModelLoader - Class in org.mule.munit.plugin.maven.util
Reads the mule application model and gives access to its properties based on the user settings
MuleApplicationModelLoader(MuleApplicationModel, Log) - Constructor for class org.mule.munit.plugin.maven.util.MuleApplicationModelLoader
 
MUNIT_PREVIOUS_RUN_PLACEHOLDER - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
MUNIT_RUNNER_SERVER_PORT - Static variable in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
munitDebug - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
munitFailIfNoTests - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
munitTags - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
munitTest - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
munitTestsDirectory - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 

O

org.mule.munit.plugin.maven - package org.mule.munit.plugin.maven
 
org.mule.munit.plugin.maven.locators - package org.mule.munit.plugin.maven.locators
 
org.mule.munit.plugin.maven.report.xml - package org.mule.munit.plugin.maven.report.xml
 
org.mule.munit.plugin.maven.runner - package org.mule.munit.plugin.maven.runner
 
org.mule.munit.plugin.maven.runner.consumer - package org.mule.munit.plugin.maven.runner.consumer
 
org.mule.munit.plugin.maven.runner.handler - package org.mule.munit.plugin.maven.runner.handler
 
org.mule.munit.plugin.maven.runner.model - package org.mule.munit.plugin.maven.runner.model
 
org.mule.munit.plugin.maven.runner.printer - package org.mule.munit.plugin.maven.runner.printer
 
org.mule.munit.plugin.maven.runner.structure - package org.mule.munit.plugin.maven.runner.structure
 
org.mule.munit.plugin.maven.util - package org.mule.munit.plugin.maven.util
 
org.mule.munit.plugin.maven.util.properties - package org.mule.munit.plugin.maven.util.properties
 

P

parse(String) - Static method in class org.mule.munit.plugin.maven.TargetRuntime
 
pluginArtifactId - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
print(TargetRuntime, RunResult) - Method in class org.mule.munit.plugin.maven.runner.printer.MavenResultPrinter
 
print(TargetRuntime, RunResult) - Method in interface org.mule.munit.plugin.maven.runner.printer.ResultPrinter
 
print(TargetRuntime, RunResult) - Method in class org.mule.munit.plugin.maven.runner.printer.TestOutputFilePrinter
 
print(TargetRuntime, RunResult) - Method in class org.mule.munit.plugin.maven.runner.printer.TextResultFilePrinter
 
print(TargetRuntime, RunResult) - Method in class org.mule.munit.plugin.maven.runner.printer.XmlResultPrinter
 
printSuiteResult(TargetRuntime, SuiteResult) - Method in class org.mule.munit.plugin.maven.runner.printer.TextResultFilePrinter
 
printSuiteResult(TargetRuntime, SuiteResult) - Method in class org.mule.munit.plugin.maven.runner.printer.XmlResultPrinter
 
printTestResult(TestResult, PrintStream) - Method in class org.mule.munit.plugin.maven.runner.printer.TextResultFilePrinter
 
printTestResult(TestResult) - Method in class org.mule.munit.plugin.maven.runner.printer.XmlResultPrinter
 
ProductDiscoveryMode - Enum in org.mule.munit.plugin.maven
Indicates which runtimes to discover
project - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
PropertiesFileBuilder - Class in org.mule.munit.plugin.maven.util.properties
Saves properties to a file
PropertiesFileBuilder(String, Log) - Constructor for class org.mule.munit.plugin.maven.util.properties.PropertiesFileBuilder
 
Property - Class in org.mule.munit.plugin.maven.report.xml
Model to save system properties to the xml report
Property(String, String) - Constructor for class org.mule.munit.plugin.maven.report.xml.Property
 

R

redirectTestOutputToFile - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
REMOTE_RUNNER_CLASS - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
RemoteRepositoriesLocator - Class in org.mule.munit.plugin.maven.locators
Locates all RemoteRepository for a MavenProject
RemoteRepositoriesLocator(MavenProject) - Constructor for class org.mule.munit.plugin.maven.locators.RemoteRepositoriesLocator
 
reportBasePath - Variable in class org.mule.munit.plugin.maven.runner.printer.FileResultPrinter
 
repositorySystem - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
repositorySystemSession - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
ResultPrinter - Interface in org.mule.munit.plugin.maven.runner.printer
Interface that prints the result of a MUnit run
resultPrinterFactory - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
ResultPrinterFactory - Interface in org.mule.munit.plugin.maven.util
Creates result printer for the MUnit run
RUN_CONFIGURATION_ARG - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
RUN_CONFIGURATION_JSON - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
RUN_TOKEN_CONSOLE_PARAMETER - Static variable in class org.mule.munit.plugin.maven.util.BaseRunConfigurationFactory
 
RunConfigurationFactory - Interface in org.mule.munit.plugin.maven.util
Creates result printer for the MUnit run
RunnerMessageHandler - Interface in org.mule.munit.plugin.maven.runner.handler
Interface that handles Test Run Events
RunnerStreamConsumer - Class in org.mule.munit.plugin.maven.runner.consumer
A Stream Consumer that reads the Standard Output and identifies the Test Run protocol
RunnerStreamConsumer(RunnerMessageHandler) - Constructor for class org.mule.munit.plugin.maven.runner.consumer.RunnerStreamConsumer
 
RunResult - Class in org.mule.munit.plugin.maven.runner.model
A model that represents the result of the whole MUnit run
RunResult() - Constructor for class org.mule.munit.plugin.maven.runner.model.RunResult
 
runtimeProduct - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
RuntimeProducts - Enum in org.mule.munit.plugin.maven
List the types of Mule Runtime Products
runtimeVersion - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
runtimeVersionProviderFactory - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
RuntimeVersionProviderFactory - Class in org.mule.munit.plugin.maven.util
Creates RuntimeVersionProvider based on the Mule runtime product
RuntimeVersionProviderFactory(RepositorySystem, RepositorySystemSession, RemoteRepositoriesLocator, Log) - Constructor for class org.mule.munit.plugin.maven.util.RuntimeVersionProviderFactory
 
runtimeVersionsLocator - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
RuntimeVersionsLocator - Class in org.mule.munit.plugin.maven.locators
Locates all runtime versions and obtains resulting TargetRuntime list
RuntimeVersionsLocator(RuntimeVersionProviderFactory, Log) - Constructor for class org.mule.munit.plugin.maven.locators.RuntimeVersionsLocator
 

S

saveAsJsonDataToFile(Object, File) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
savePropertiesFileIfRequired(Map<String, String>) - Method in class org.mule.munit.plugin.maven.util.properties.PropertiesFileBuilder
 
saveRunConfigurationToFile(RunConfiguration) - Method in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
session - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
setCause(String) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setCause(String) - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
setCoverageEnabled(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
setCoverageReport(String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
setDestinationName(String) - Method in class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
 
setError(String) - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
setError(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
setErrors(int) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setFailed(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
setFailure(String) - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
setFailures(int) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setFinished(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
setIgnored(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
setName(String) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setParameterization(String) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setRunFinished(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
setRuntimeStartFailed(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setSkipped(boolean) - Method in class org.mule.munit.plugin.maven.report.xml.TestCase
 
setSkipped(int) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setSuiteError(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setSuiteFailed(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setSuiteFinished(boolean) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setSuiteOutputs(Map<String, List<String>>) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
setSuitePath(String) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setTestcases(List<TestCase>) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setTests(int) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setTime(float) - Method in class org.mule.munit.plugin.maven.report.xml.TestSuite
 
setTime(long) - Method in class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
setTime(long) - Method in class org.mule.munit.plugin.maven.runner.model.TestResult
 
setWhiteListRepositories(List<String>) - Method in class org.mule.munit.plugin.maven.locators.RemoteRepositoriesLocator
 
shouldFilter(String) - Method in class org.mule.munit.plugin.maven.util.TestSuiteFileFilter
Evaluates if the provided file name matches the pattern.
skipAfterFailure - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
skipMunitTests - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
Skipped - Class in org.mule.munit.plugin.maven.report.xml
Model to represent the skipped value in the xml report
Skipped() - Constructor for class org.mule.munit.plugin.maven.report.xml.Skipped
 
StandardOutputMessageHandler - Class in org.mule.munit.plugin.maven.runner.handler
RunnerMessageHandler that prints to Standard Output from the new jvm to the Standard Output of the Mojo
StandardOutputMessageHandler() - Constructor for class org.mule.munit.plugin.maven.runner.handler.StandardOutputMessageHandler
 
STARTER_CLASS_FILE - Static variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
suiteError(String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
suiteFailure(String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
suiteFiles - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
suiteFinished(long) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
SuiteResult - Class in org.mule.munit.plugin.maven.runner.model
A model that represents the result of a suite run
SuiteResult() - Constructor for class org.mule.munit.plugin.maven.runner.model.SuiteResult
 
supportsCe() - Method in enum org.mule.munit.plugin.maven.ProductDiscoveryMode
 
supportsEe() - Method in enum org.mule.munit.plugin.maven.ProductDiscoveryMode
 
surefireReportsFolder - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
systemPropertyVariables - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 

T

TargetRuntime - Class in org.mule.munit.plugin.maven
Runtime version and product (CE or EE)
TargetRuntime(String, String) - Constructor for class org.mule.munit.plugin.maven.TargetRuntime
 
TestCase - Class in org.mule.munit.plugin.maven.report.xml
Model to represent the test case in the xml report
TestCase(float, String, String) - Constructor for class org.mule.munit.plugin.maven.report.xml.TestCase
 
TestConfigFilesLocator - Class in org.mule.munit.plugin.maven.locators
Locates all Test Configuration files
TestConfigFilesLocator() - Constructor for class org.mule.munit.plugin.maven.locators.TestConfigFilesLocator
 
testError(String, String, long) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
testFailure(String, String, long) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
testFailureIgnore - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
Set this to true to ignore a failure during testing.
testFinished(String, long) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
testIgnored(String, long) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
testOutputDirectory - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
TestOutputFilePrinter - Class in org.mule.munit.plugin.maven.runner.printer
Prints the test output to a file
TestOutputFilePrinter(File, Log) - Constructor for class org.mule.munit.plugin.maven.runner.printer.TestOutputFilePrinter
 
TestOutputMessageHandler - Class in org.mule.munit.plugin.maven.runner.handler
RunnerMessageHandler that stores the standard output of the JVM in a map for each suite
TestOutputMessageHandler(Log) - Constructor for class org.mule.munit.plugin.maven.runner.handler.TestOutputMessageHandler
 
TestResult - Class in org.mule.munit.plugin.maven.runner.model
A model that represents the result of a test run
TestResult(String) - Constructor for class org.mule.munit.plugin.maven.runner.model.TestResult
 
testStarted(String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
TestSuite - Class in org.mule.munit.plugin.maven.report.xml
Model to represent the test suite in the xml report
TestSuite(List<Property>, String) - Constructor for class org.mule.munit.plugin.maven.report.xml.TestSuite
 
TestSuiteFileFilter - Class in org.mule.munit.plugin.maven.util
The class handles the filtering logic for the MUnit test suite files
TestSuiteFileFilter(Log, String) - Constructor for class org.mule.munit.plugin.maven.util.TestSuiteFileFilter
 
TestSuiteFilesLocator - Class in org.mule.munit.plugin.maven.locators
Locates all MUnit suite files
TestSuiteFilesLocator() - Constructor for class org.mule.munit.plugin.maven.locators.TestSuiteFilesLocator
 
testSuiteStarted(String, String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
testSuiteStartFailed(String, String, String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
testSuiteUnexpectedError(String, String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
TextResultFilePrinter - Class in org.mule.munit.plugin.maven.runner.printer
Prints the run result to a xml file following the surefire format.
TextResultFilePrinter(File, Log) - Constructor for class org.mule.munit.plugin.maven.runner.printer.TextResultFilePrinter
 
toolchainManager - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
toString() - Method in class org.mule.munit.plugin.maven.TargetRuntime
 

U

unexpectedError(String) - Method in class org.mule.munit.plugin.maven.runner.model.RunResult
 
USER_SYSTEM_PROPERTIES_FILE - Static variable in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
USER_SYSTEM_PROPERTIES_FILE_NAME - Static variable in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
UserPropertiesBuilder - Class in org.mule.munit.plugin.maven.util.properties
Generates the final properties for the new JVM
UserPropertiesBuilder(String, Log) - Constructor for class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 

V

value() - Method in enum org.mule.munit.plugin.maven.RuntimeProducts
 
valueOf(String) - Static method in enum org.mule.munit.plugin.maven.ProductDiscoveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.munit.plugin.maven.RuntimeProducts
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.munit.plugin.maven.ProductDiscoveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.munit.plugin.maven.RuntimeProducts
Returns an array containing the constants of this enum type, in the order they are declared.

W

withArgLines(List<String>) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
withArgLines(Map<String, File>) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
withDynamicPorts(List<String>) - Method in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
withJar(File) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
withJVM(String) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
withMinMuleVersion(String) - Method in class org.mule.munit.plugin.maven.locators.RuntimeVersionsLocator
 
withProductDiscoveryMode(ProductDiscoveryMode) - Method in class org.mule.munit.plugin.maven.locators.RuntimeVersionsLocator
 
withRuntimeProduct(String) - Method in class org.mule.munit.plugin.maven.util.MuleApplicationModelLoader
 
withRuntimeVersion(String) - Method in class org.mule.munit.plugin.maven.util.MuleApplicationModelLoader
 
withSurefireReports(Boolean, File, Map<String, String>) - Method in class org.mule.munit.plugin.maven.util.DefaultResultPrinterFactory
 
withSystemProperties(Map<String, String>) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
withSystemPropertyVariables(Map<String, String>) - Method in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
withTestOutputReports(Boolean, File) - Method in class org.mule.munit.plugin.maven.util.DefaultResultPrinterFactory
 
withUserProperties(Properties) - Method in class org.mule.munit.plugin.maven.util.properties.UserPropertiesBuilder
 
withWorkingDirectory(File) - Method in class org.mule.munit.plugin.maven.runner.JVMStarter
 
workingDirectoryGenerator - Variable in class org.mule.munit.plugin.maven.AbstractMunitMojo
 
WorkingDirectoryGenerator - Class in org.mule.munit.plugin.maven.runner.structure
It knows how to generate a MUnit working directory and the folders that are required to run.
WorkingDirectoryGenerator(Log, ApplicationStructureGenerator, MavenProject) - Constructor for class org.mule.munit.plugin.maven.runner.structure.WorkingDirectoryGenerator
 

X

XmlResultPrinter - Class in org.mule.munit.plugin.maven.runner.printer
Prints the run result to a xml file following the surefire format.
XmlResultPrinter(File, Map<String, String>, Log) - Constructor for class org.mule.munit.plugin.maven.runner.printer.XmlResultPrinter
 
A B C D E F G H I J L M O P R S T U V W X 
Skip navigation links

Copyright © 2019. All rights reserved.