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

accepts(Artifact) - Method in class org.mule.munit.util.CoordinateFilter
Returns true if the coordinate filter matches the Artifact attributes.
add(String, TestResult) - Method in class org.mule.munit.runner.model.SuiteResult
 
add(TestCase) - Method in class org.mule.munit.xml.TestSuite
 
addEnvironmentVariables(Map<String, String>) - Method in class org.mule.munit.runner.JVMStarter
 
argLines - Variable in class org.mule.munit.MUnitMojo
 
ArgLinesManager - Class in org.mule.munit.util
Generates the final argument lines for the new JVM
ArgLinesManager(List<String>, String, Log) - Constructor for class org.mule.munit.util.ArgLinesManager
 

B

build() - Method in class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
build() - Method in class org.mule.munit.util.properties.UserPropertiesBuilder
 
buildException(String, Throwable) - Method in class org.mule.munit.mojo.exceptions.MojoExecutionExceptionFactory
 
buildPrinters(Coverage) - Method in class org.mule.munit.MUnitCoverageReportMojo
 

C

canGenerateReport() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
CdataAwareXppDriver - Class in org.mule.munit.xml
Driver class to generate XML reports with surefire format
CdataAwareXppDriver() - Constructor for class org.mule.munit.xml.CdataAwareXppDriver
 
classpathElements - Variable in class org.mule.munit.MUnitMojo
 
classpathManager - Variable in class org.mule.munit.MUnitMojo
 
ClasspathManager - Class in org.mule.munit.util
Generates the final classpath for the new JVM
ClasspathManager(List<String>, Class, Log) - Constructor for class org.mule.munit.util.ClasspathManager
 
clear() - Method in class org.mule.munit.reflection.MethodInvoker
 
commandline - Variable in class org.mule.munit.runner.JVMStarter
 
ConsolePrinter - Class in org.mule.munit.coverage.printer
Prints Coverage Report through the Console.
ConsolePrinter(Log) - Constructor for class org.mule.munit.coverage.printer.ConsolePrinter
 
consumeLine(String) - Method in class org.mule.munit.runner.consumer.ErrorStreamConsumer
 
consumeLine(String) - Method in class org.mule.munit.runner.consumer.RunnerStreamConsumer
 
CoordinateFilter - Class in org.mule.munit.util
Class in charge of creating Maven coordinates filters that can match attributes of a Maven Artifact
CoordinateFilter.CoordinateFilterBuilder - Class in org.mule.munit.util
Coordinate Filter Builder
CoordinateFilterBuilder() - Constructor for class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
copyFile(String, File) - Method in class org.mule.munit.coverage.printer.ReportFileWriter
 
Coverage - Class in org.mule.munit
This class define the configuration of the coverage functionality
Coverage() - Constructor for class org.mule.munit.Coverage
 
coverage - Variable in class org.mule.munit.MUnitMojo
 
CoverageAuthorizator - Class in org.mule.munit.coverage
This class holds the logic to validate if coverage should be run.
CoverageAuthorizator(Coverage, String) - Constructor for class org.mule.munit.coverage.CoverageAuthorizator
 
coverageConfigDataFile - Variable in class org.mule.munit.MUnitCoverageReportMojo
 
coverageConfigDataFile - Variable in class org.mule.munit.MUnitMojo
 
CoverageLimitsChecker - Class in org.mule.munit.coverage
Defines if a build should fail based on the coverage configuration.
CoverageLimitsChecker(Coverage, String, Log) - Constructor for class org.mule.munit.coverage.CoverageLimitsChecker
 
coverageLimitsChecker - Variable in class org.mule.munit.MUnitMojo
 
coverageReportDataFile - Variable in class org.mule.munit.MUnitCoverageReportMojo
 
coverageReportDataFile - Variable in class org.mule.munit.MUnitMojo
 
CoverageReportModel - Class in org.mule.munit.coverage.printer.model
Model that represents a Coverage Report.
CoverageReportModel(ApplicationCoverageReport, Coverage) - Constructor for class org.mule.munit.coverage.printer.model.CoverageReportModel
 
CoverageSummaryPrinter - Class in org.mule.munit.runner.printer
Prints the Coverage Summary through the Console
CoverageSummaryPrinter(Log, Coverage) - Constructor for class org.mule.munit.runner.printer.CoverageSummaryPrinter
 
create(Boolean) - Method in class org.mule.munit.mojo.MessageHandlerFactory
 
create() - Method in class org.mule.munit.mojo.ResultPrinterFactory
 
create(List<String>, String, File, String) - Method in class org.mule.munit.util.JarFileFactory
 
createJVMStarter(RunConfiguration) - Method in class org.mule.munit.MUnitMojo
 
createRunConfiguration() - Method in class org.mule.munit.util.RunConfigurationFactory
 
createWriter(Writer) - Method in class org.mule.munit.xml.CdataAwareXppDriver
Override createWriter to wrap fields listed in CDATA_FIELDS with CDATA block

D

doExecute() - Method in class org.mule.munit.MUnitMojo
 
doGenerateReport(Locale, ApplicationCoverageReport, Coverage) - Method in class org.mule.munit.MUnitCoverageReportMojo
 
dynamicPorts - Variable in class org.mule.munit.MUnitMojo
 

E

effectiveSystemProperties - Variable in class org.mule.munit.MUnitMojo
 
enableSurefireReports - Variable in class org.mule.munit.MUnitMojo
 
environmentVariables - Variable in class org.mule.munit.MUnitMojo
 
ErrorStreamConsumer - Class in org.mule.munit.runner.consumer
A Stream Consumer that stores the Error Standard Output
ErrorStreamConsumer(boolean) - Constructor for class org.mule.munit.runner.consumer.ErrorStreamConsumer
 
exceptionFactory - Variable in class org.mule.munit.MUnitMojo
 
execute() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
execute() - Method in class org.mule.munit.MUnitMojo
 
execute(StreamConsumer, StreamConsumer) - Method in class org.mule.munit.runner.JVMStarter
 

F

failBuild() - Method in class org.mule.munit.coverage.CoverageLimitsChecker
 
FileResultPrinter - Class in org.mule.munit.runner.printer
Abstract class that prints a test run result to a file
FileResultPrinter(File, Log) - Constructor for class org.mule.munit.runner.printer.FileResultPrinter
 
FilesLocator - Interface in org.mule.munit.mojo.locators
Interface to locate files

G

generate(Sink, SinkFactory, Locale) - Method in class org.mule.munit.MUnitCoverageReportMojo
Generates the coverage report when executing the site lifecycle
generate(Sink, Locale) - Method in class org.mule.munit.MUnitCoverageReportMojo
 
generateApplicationStructure() - Method in class org.mule.munit.MUnitMojo
 
getApplicationCoverageReport() - Method in class org.mule.munit.runner.model.RunResult
 
getCategoryName() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
getCause() - Method in class org.mule.munit.runner.model.SuiteResult
 
getCause() - Method in class org.mule.munit.runner.model.TestResult
 
getClassname() - Method in class org.mule.munit.xml.TestCase
 
getConfigResources() - Method in class org.mule.munit.util.MulePropertiesLoader
It'll return the value of the property config.resources in the file mule-deploy.properties
getCoverage() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getCoverage() - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
getCoverage() - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
getCoveredProcessorCount() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getCurrentSuite() - Method in class org.mule.munit.runner.model.RunResult
 
getDescription(Locale) - Method in class org.mule.munit.MUnitCoverageReportMojo
 
getEffectiveArgLines(String) - Method in class org.mule.munit.MUnitMojo
 
getEffectiveArgLines() - Method in class org.mule.munit.util.ArgLinesManager
 
getEffectiveClasspath() - Method in class org.mule.munit.util.ClasspathManager
 
getError() - Method in class org.mule.munit.xml.TestCase
 
getErrors() - Method in class org.mule.munit.xml.TestSuite
 
getErrorTests() - Method in class org.mule.munit.runner.model.SuiteResult
 
getFailBuild() - Method in class org.mule.munit.Coverage
 
getFailingTests() - Method in class org.mule.munit.runner.model.SuiteResult
 
getFailure() - Method in class org.mule.munit.xml.TestCase
 
getFailures() - Method in class org.mule.munit.xml.TestSuite
 
getFileName() - Method in class org.mule.munit.util.properties.PropertiesFileBuilder
 
getFileName() - Method in class org.mule.munit.util.properties.UserPropertiesBuilder
 
getFileProperty() - Method in class org.mule.munit.util.properties.PropertiesFileBuilder
 
getFileProperty() - Method in class org.mule.munit.util.properties.UserPropertiesBuilder
 
getFiles() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getFlowCount() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getFlowCount() - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
getFlows() - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
getFormats() - Method in class org.mule.munit.Coverage
 
getHtmlFileName(String) - Method in class org.mule.munit.coverage.printer.ReportFileWriter
 
getIgnoreFiles() - Method in class org.mule.munit.Coverage
 
getIgnoreFlows() - Method in class org.mule.munit.Coverage
 
getKey() - Method in class org.mule.munit.xml.Property
 
getMessageProcessorCount() - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
getMuleCoordinatesFormat() - Method in class org.mule.munit.util.CoordinateFilter
Returns the coordinate format followed by Mule, which follows the following convention: :::: Where the '*' symbol acts as a wild card
getName() - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
getName() - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
getName(Locale) - Method in class org.mule.munit.MUnitCoverageReportMojo
 
getName() - Method in class org.mule.munit.xml.TestCase
 
getName() - Method in class org.mule.munit.xml.TestSuite
 
getNumberOfErrors() - Method in class org.mule.munit.runner.model.RunResult
 
getNumberOfErrors() - Method in class org.mule.munit.runner.model.SuiteResult
 
getNumberOfFailures() - Method in class org.mule.munit.runner.model.RunResult
 
getNumberOfFailures() - Method in class org.mule.munit.runner.model.SuiteResult
 
getNumberOfIgnores() - Method in class org.mule.munit.runner.model.RunResult
 
getNumberOfIgnores() - Method in class org.mule.munit.runner.model.SuiteResult
 
getNumberOfProcessedTests() - Method in class org.mule.munit.runner.model.SuiteResult
 
getNumberOfTests() - Method in class org.mule.munit.runner.model.RunResult
 
getNumberOfTests() - Method in class org.mule.munit.runner.model.SuiteResult
 
getOutputName() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
getPrinterName() - Method in class org.mule.munit.coverage.printer.ConsolePrinter
 
getPrinterName() - Method in class org.mule.munit.coverage.printer.HtmlPrinter
 
getPrinterName() - Method in class org.mule.munit.coverage.printer.JsonPrinter
 
getPrinterName() - Method in interface org.mule.munit.coverage.printer.MavenCoverageReportPrinter
 
getProcessorCount() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getProcessorCount() - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
getProcessorCount() - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
getReportOutputDirectory() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
getRequiredApplicationCoverage() - Method in class org.mule.munit.Coverage
 
getRequiredApplicationCoverage() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getRequiredFlowCoverage() - Method in class org.mule.munit.Coverage
 
getRequiredFlowCoverage() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getRequiredResourceCoverage() - Method in class org.mule.munit.Coverage
 
getRequiredResourceCoverage() - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
getResultPrintStream(String) - Method in class org.mule.munit.runner.printer.FileResultPrinter
 
getRunningTest() - Method in class org.mule.munit.runner.model.SuiteResult
 
getRunResult() - Method in class org.mule.munit.runner.consumer.RunnerStreamConsumer
 
getRuntimeProduct() - Method in class org.mule.munit.util.MuleApplicationModelLoader
 
getRuntimeVersion() - Method in class org.mule.munit.util.MuleApplicationModelLoader
 
getSkipped() - Method in class org.mule.munit.xml.TestSuite
 
getStackTrace() - Method in class org.mule.munit.runner.model.RunResult
 
getSuite(String) - Method in class org.mule.munit.runner.model.RunResult
 
getSuiteOutputs() - Method in class org.mule.munit.runner.model.RunResult
 
getSuitePath() - Method in class org.mule.munit.runner.model.SuiteResult
 
getSuites() - Method in class org.mule.munit.runner.model.RunResult
 
getTest(String) - Method in class org.mule.munit.runner.model.SuiteResult
 
getTestcases() - Method in class org.mule.munit.xml.TestSuite
 
getTestName() - Method in class org.mule.munit.runner.model.TestResult
 
getTestNameRegEx() - Method in class org.mule.munit.mojo.TestSuiteFileFilter
 
getTests() - Method in class org.mule.munit.runner.model.SuiteResult
 
getTests() - Method in class org.mule.munit.xml.TestSuite
 
getTime() - Method in class org.mule.munit.runner.model.SuiteResult
 
getTime() - Method in class org.mule.munit.runner.model.TestResult
 
getTime() - Method in class org.mule.munit.xml.TestCase
 
getTime() - Method in class org.mule.munit.xml.TestSuite
 
getToolchain() - Method in class org.mule.munit.mojo.JVMLocator
 
getType() - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
getValue() - Method in class org.mule.munit.xml.Property
 
getWeight() - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
getWorkingDirectory() - Method in class org.mule.munit.MUnitMojo
 

H

handleProtocolLine(String) - Method in class org.mule.munit.runner.consumer.RunnerStreamConsumer
 
handleRunResult(RunResult) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleRunResult(RunResult) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleStandardOutputLine(String) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleStandardOutputLine(String) - Method in class org.mule.munit.runner.handler.StandardOutputMessageHandler
 
handleStandardOutputLine(String) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleSuiteError(SuiteResult) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleSuiteError(SuiteResult) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleSuiteErrorOrFailure(SuiteResult, String) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleSuiteFailure(SuiteResult) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleSuiteFailure(SuiteResult) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleSuiteFinished(SuiteResult) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleSuiteFinished(SuiteResult) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleSuiteStart(String) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleSuiteStart(String) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleSuiteStartFailure(String) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleSuiteStartFailure(String) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
handleUnexpectedError(String) - Method in interface org.mule.munit.runner.handler.RunnerMessageHandler
 
handleUnexpectedError(String) - Method in class org.mule.munit.runner.handler.TestOutputMessageHandler
 
hasError() - Method in class org.mule.munit.runner.model.SuiteResult
 
hasError() - Method in class org.mule.munit.runner.model.TestResult
 
hasExecutedBefore() - Method in class org.mule.munit.MUnitMojo
This method avoids running MUnit more than once.
hasFailed() - Method in class org.mule.munit.runner.model.RunResult
 
hasFailed() - Method in class org.mule.munit.runner.model.SuiteResult
 
hasFailed() - Method in class org.mule.munit.runner.model.TestResult
 
HtmlPrinter - Class in org.mule.munit.coverage.printer
Generates HTML Coverage Report.
HtmlPrinter(Coverage, File) - Constructor for class org.mule.munit.coverage.printer.HtmlPrinter
 

I

init() - Method in class org.mule.munit.MUnitMojo
 
invoke() - Method in class org.mule.munit.reflection.MethodInvoker
 
isCoverageEnabled() - Method in class org.mule.munit.runner.model.RunResult
 
isExternalReport() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
isFinished() - Method in class org.mule.munit.runner.model.TestResult
 
isIgnored() - Method in class org.mule.munit.runner.model.SuiteResult
 
isIgnored() - Method in class org.mule.munit.runner.model.TestResult
 
isRunCoverage() - Method in class org.mule.munit.Coverage
 
isRunFinished() - Method in class org.mule.munit.runner.model.RunResult
 
isRuntimeStartFailed() - Method in class org.mule.munit.runner.model.RunResult
 
isRuntimeStartFailed() - Method in class org.mule.munit.runner.model.SuiteResult
 
isSuiteError() - Method in class org.mule.munit.runner.model.SuiteResult
 
isSuiteFailed() - Method in class org.mule.munit.runner.model.SuiteResult
 
isSuiteFinished() - Method in class org.mule.munit.runner.model.SuiteResult
 

J

jarFileFactory - Variable in class org.mule.munit.MUnitMojo
 
JarFileFactory - Class in org.mule.munit.util
Generates the jar file for the new JVM
JarFileFactory() - Constructor for class org.mule.munit.util.JarFileFactory
 
JAVA_SYSTEM_CLASS_LOADER - Static variable in class org.mule.munit.util.ArgLinesManager
 
JsonPrinter - Class in org.mule.munit.coverage.printer
Generates JSON file Coverage Report.
JsonPrinter(Coverage, File) - Constructor for class org.mule.munit.coverage.printer.JsonPrinter
 
JVMLocator - Class in org.mule.munit.mojo
Locates the java executable daemon
JVMLocator(MavenSession, ToolchainManager, Log) - Constructor for class org.mule.munit.mojo.JVMLocator
 
jvmLocator - Variable in class org.mule.munit.MUnitMojo
 
JVMStarter - Class in org.mule.munit.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.runner.JVMStarter
 

L

locate() - Method in class org.mule.munit.mojo.JVMLocator
 
locateFiles(File) - Method in interface org.mule.munit.mojo.locators.FilesLocator
 
locateFiles(File) - Method in class org.mule.munit.mojo.locators.Log4J2ConfigurationLocator
It locates log4j2 configuration files starting in the rootPath sent.
locateFiles(File) - Method in class org.mule.munit.mojo.locators.MuleConfigurationFilesLocator
 
locateFiles(File) - Method in class org.mule.munit.mojo.locators.TestSuiteFilesLocator
 
log - Variable in class org.mule.munit.runner.printer.FileResultPrinter
 
log - Variable in class org.mule.munit.util.properties.PropertiesFileBuilder
 
Log4J2ConfigurationLocator - Class in org.mule.munit.mojo.locators
It locates LOG4J2 configuration files in a given directory.
Log4J2ConfigurationLocator(Log) - Constructor for class org.mule.munit.mojo.locators.Log4J2ConfigurationLocator
 

M

MANDATORY_MULE_PRODUCT - Static variable in class org.mule.munit.coverage.CoverageAuthorizator
 
MAVEN_COORDINATES_SEPARATOR - Static variable in class org.mule.munit.util.CoordinateFilter
 
MavenCoverageReportPrinter - Interface in org.mule.munit.coverage.printer
Interface for a printer that has a name and can handle a coverage report
MavenResultPrinter - Class in org.mule.munit.runner.printer
Prints the MUnit run result through the Maven Log
MavenResultPrinter(Log) - Constructor for class org.mule.munit.runner.printer.MavenResultPrinter
 
MAX_TOKENS - Static variable in class org.mule.munit.util.CoordinateFilter
 
MessageHandlerFactory - Class in org.mule.munit.mojo
This is a factory of MessageHandler
MessageHandlerFactory(Log) - Constructor for class org.mule.munit.mojo.MessageHandlerFactory
 
messageHandlerFactory - Variable in class org.mule.munit.MUnitMojo
 
MethodInvoker - Class in org.mule.munit.reflection
Builder to invoke methods by reflection.
MethodInvoker(Object, String) - Constructor for class org.mule.munit.reflection.MethodInvoker
 
MojoExecutionExceptionFactory - Class in org.mule.munit.mojo.exceptions
Returns Mojo Execution Exceptions with famous quotes
MojoExecutionExceptionFactory(boolean) - Constructor for class org.mule.munit.mojo.exceptions.MojoExecutionExceptionFactory
 
MULE_ARTIFACT_JSON_FILE_NAME - Static variable in class org.mule.munit.MUnitMojo
 
MULE_TESTING_MODE - Static variable in class org.mule.munit.util.properties.UserPropertiesBuilder
 
muleApplicationModelLoader - Variable in class org.mule.munit.MUnitMojo
 
MuleApplicationModelLoader - Class in org.mule.munit.util
Reads the mule application model and gives access to its properties based on the user settings
MuleApplicationModelLoader(File, String, String, Log) - Constructor for class org.mule.munit.util.MuleApplicationModelLoader
 
MuleConfigurationFilesLocator - Class in org.mule.munit.mojo.locators
Locates all Mule Configuration Files
MuleConfigurationFilesLocator() - Constructor for class org.mule.munit.mojo.locators.MuleConfigurationFilesLocator
 
MuleFlowModel - Class in org.mule.munit.coverage.printer.model
Model that represents a Mule Flow.
MuleFlowModel(MuleFlow) - Constructor for class org.mule.munit.coverage.printer.model.MuleFlowModel
 
MulePropertiesLoader - Class in org.mule.munit.util
This class knows how to access several properties file that belongs (by default) to a Mule application.
MulePropertiesLoader(String, String, Log) - Constructor for class org.mule.munit.util.MulePropertiesLoader
 
MuleResourceModel - Class in org.mule.munit.coverage.printer.model
Model that represents a Mule Config File.
MuleResourceModel(MuleResource) - Constructor for class org.mule.munit.coverage.printer.model.MuleResourceModel
 
MUNIT_DEBUG_DEFAULT_SYSTEM_PROPERTY - Static variable in class org.mule.munit.util.ArgLinesManager
 
MUNIT_PREVIOUS_RUN_PLACEHOLDER - Static variable in class org.mule.munit.MUnitMojo
 
MUNIT_RUNNER_SERVER_PORT - Static variable in class org.mule.munit.util.properties.UserPropertiesBuilder
 
MUnitCoverageReportMojo - Class in org.mule.munit
A mojo to generate reports regarding the MUnit test run
MUnitCoverageReportMojo() - Constructor for class org.mule.munit.MUnitCoverageReportMojo
 
MUnitMojo - Class in org.mule.munit
MUnit Mojo to run tests
MUnitMojo() - Constructor for class org.mule.munit.MUnitMojo
 
munitTags - Variable in class org.mule.munit.MUnitMojo
 
munitTest - Variable in class org.mule.munit.MUnitMojo
 
munitTestsDirectory - Variable in class org.mule.munit.MUnitMojo
 

O

of(String) - Static method in class org.mule.munit.util.CoordinateFilter
Receives a String that represents a coordinate to be matched and returns the proper filter for it, if the coordinate is incomplete, it completes the remaining attributes with wild cards '*'
org.mule.munit - package org.mule.munit
 
org.mule.munit.coverage - package org.mule.munit.coverage
 
org.mule.munit.coverage.printer - package org.mule.munit.coverage.printer
 
org.mule.munit.coverage.printer.model - package org.mule.munit.coverage.printer.model
 
org.mule.munit.mojo - package org.mule.munit.mojo
 
org.mule.munit.mojo.exceptions - package org.mule.munit.mojo.exceptions
 
org.mule.munit.mojo.locators - package org.mule.munit.mojo.locators
 
org.mule.munit.reflection - package org.mule.munit.reflection
 
org.mule.munit.runner - package org.mule.munit.runner
 
org.mule.munit.runner.consumer - package org.mule.munit.runner.consumer
 
org.mule.munit.runner.handler - package org.mule.munit.runner.handler
 
org.mule.munit.runner.model - package org.mule.munit.runner.model
 
org.mule.munit.runner.printer - package org.mule.munit.runner.printer
 
org.mule.munit.util - package org.mule.munit.util
 
org.mule.munit.util.properties - package org.mule.munit.util.properties
 
org.mule.munit.xml - package org.mule.munit.xml
 
outputDirectory - Variable in class org.mule.munit.MUnitCoverageReportMojo
Output directory for the reports.

P

pluginVersion - Variable in class org.mule.munit.MUnitMojo
 
print(RunResult) - Method in class org.mule.munit.runner.printer.CoverageSummaryPrinter
 
print(RunResult) - Method in class org.mule.munit.runner.printer.MavenResultPrinter
 
print(RunResult) - Method in interface org.mule.munit.runner.printer.ResultPrinter
 
print(RunResult) - Method in class org.mule.munit.runner.printer.TestOutputFilePrinter
 
print(RunResult) - Method in class org.mule.munit.runner.printer.TextResultFilePrinter
 
print(RunResult) - Method in class org.mule.munit.runner.printer.XmlResultPrinter
 
PRINTER_NAME - Static variable in class org.mule.munit.coverage.printer.ConsolePrinter
 
PRINTER_NAME - Static variable in class org.mule.munit.coverage.printer.HtmlPrinter
 
PRINTER_NAME - Static variable in class org.mule.munit.coverage.printer.JsonPrinter
 
printReport(ApplicationCoverageReport) - Method in class org.mule.munit.coverage.printer.ConsolePrinter
 
printReport(ApplicationCoverageReport) - Method in class org.mule.munit.coverage.printer.HtmlPrinter
 
printReport(ApplicationCoverageReport) - Method in class org.mule.munit.coverage.printer.JsonPrinter
 
printReport(ApplicationCoverageReport) - Method in interface org.mule.munit.coverage.printer.MavenCoverageReportPrinter
 
printSuiteResult(SuiteResult) - Method in class org.mule.munit.runner.printer.TextResultFilePrinter
 
printSuiteResult(SuiteResult) - Method in class org.mule.munit.runner.printer.XmlResultPrinter
 
printTestResult(TestResult, PrintStream) - Method in class org.mule.munit.runner.printer.TextResultFilePrinter
 
printTestResult(TestResult) - Method in class org.mule.munit.runner.printer.XmlResultPrinter
 
project - Variable in class org.mule.munit.MUnitMojo
 
project - Variable in class org.mule.munit.util.RunConfigurationFactory
 
PropertiesFileBuilder - Class in org.mule.munit.util.properties
Saves properties to a file
PropertiesFileBuilder(String, Log) - Constructor for class org.mule.munit.util.properties.PropertiesFileBuilder
 
Property - Class in org.mule.munit.xml
Model to save system properties to the xml report
Property(String, String) - Constructor for class org.mule.munit.xml.Property
 

R

readCoverageConfigurationData() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
readCoverageReportData() - Method in class org.mule.munit.MUnitCoverageReportMojo
 
redirectTestOutputToFile - Variable in class org.mule.munit.MUnitMojo
 
ReflectionUtilsException - Exception in org.mule.munit.reflection
Exception thrown when using Reflection Utils
ReflectionUtilsException() - Constructor for exception org.mule.munit.reflection.ReflectionUtilsException
 
ReflectionUtilsException(String) - Constructor for exception org.mule.munit.reflection.ReflectionUtilsException
 
ReflectionUtilsException(String, Throwable) - Constructor for exception org.mule.munit.reflection.ReflectionUtilsException
 
ReflectionUtilsException(Throwable) - Constructor for exception org.mule.munit.reflection.ReflectionUtilsException
 
ReflectionUtilsException(String, Throwable, boolean, boolean) - Constructor for exception org.mule.munit.reflection.ReflectionUtilsException
 
reportBasePath - Variable in class org.mule.munit.runner.printer.FileResultPrinter
 
ReportFileWriter - Class in org.mule.munit.coverage.printer
Handles report file creation and generates the HTML report file name
ReportFileWriter() - Constructor for class org.mule.munit.coverage.printer.ReportFileWriter
 
ResultPrinter - Interface in org.mule.munit.runner.printer
Interface that prints the result of a MUnit run
ResultPrinterFactory - Class in org.mule.munit.mojo
Returns the result printers based on the user configuration
ResultPrinterFactory(Log) - Constructor for class org.mule.munit.mojo.ResultPrinterFactory
 
resultPrinterFactory - Variable in class org.mule.munit.MUnitMojo
 
RUN_CONFIGURATION_JSON - Static variable in class org.mule.munit.MUnitMojo
 
RUN_TOKEN_CONSOLE_PARAMETER - Static variable in class org.mule.munit.util.RunConfigurationFactory
 
runConfigurationFactory - Variable in class org.mule.munit.MUnitMojo
 
RunConfigurationFactory - Class in org.mule.munit.util
Creates RunConfiguration
RunConfigurationFactory(Log, String, String, Boolean, MuleApplicationModelLoader, File, File, Coverage, String, MavenProject, MavenSession) - Constructor for class org.mule.munit.util.RunConfigurationFactory
 
RunnerMessageHandler - Interface in org.mule.munit.runner.handler
Interface that handles Test Run Events
RunnerStreamConsumer - Class in org.mule.munit.runner.consumer
A Stream Consumer that reads the Standard Output and identifies the Test Run protocol
RunnerStreamConsumer(RunnerMessageHandler) - Constructor for class org.mule.munit.runner.consumer.RunnerStreamConsumer
 
RunResult - Class in org.mule.munit.runner.model
A model that represents the result of the whole MUnit run
RunResult() - Constructor for class org.mule.munit.runner.model.RunResult
 
runtimeProduct - Variable in class org.mule.munit.MUnitMojo
 
RuntimeProducts - Enum in org.mule.munit.mojo
List the types of Mule Runtime Products
runtimeVersion - Variable in class org.mule.munit.MUnitMojo
 

S

savePropertiesFileIfRequired(Map<String, String>) - Method in class org.mule.munit.util.properties.PropertiesFileBuilder
 
saveRunConfigurationToFile(RunConfiguration) - Method in class org.mule.munit.MUnitMojo
 
session - Variable in class org.mule.munit.MUnitMojo
 
session - Variable in class org.mule.munit.util.RunConfigurationFactory
 
setCause(String) - Method in class org.mule.munit.runner.model.SuiteResult
 
setCause(String) - Method in class org.mule.munit.runner.model.TestResult
 
setCoverage(double) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setCoverage(double) - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
setCoverage(double) - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
setCoverageEnabled(boolean) - Method in class org.mule.munit.runner.model.RunResult
 
setCoverageReport(ApplicationCoverageReport) - Method in class org.mule.munit.coverage.CoverageLimitsChecker
 
setCoverageReport(String) - Method in class org.mule.munit.runner.model.RunResult
 
setCoveredProcessorCount(int) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setCoveredProcessorCount(int) - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
setError(boolean) - Method in class org.mule.munit.runner.model.TestResult
 
setError(String) - Method in class org.mule.munit.xml.TestCase
 
setErrors(int) - Method in class org.mule.munit.xml.TestSuite
 
setFailBuild(Boolean) - Method in class org.mule.munit.Coverage
 
setFailed(boolean) - Method in class org.mule.munit.runner.model.TestResult
 
setFailure(String) - Method in class org.mule.munit.xml.TestCase
 
setFailures(int) - Method in class org.mule.munit.xml.TestSuite
 
setFiles(List<MuleResourceModel>) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setFinished(boolean) - Method in class org.mule.munit.runner.model.TestResult
 
setFlowCount(int) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setFlowCount(int) - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
setFlows(List<MuleFlowModel>) - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
setFormats(List<String>) - Method in class org.mule.munit.Coverage
 
setIgnored(boolean) - Method in class org.mule.munit.runner.model.TestResult
 
setIgnoreFiles(Set<String>) - Method in class org.mule.munit.Coverage
 
setIgnoreFlows(Set<String>) - Method in class org.mule.munit.Coverage
 
setName(String) - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
setName(String) - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
setName(String) - Method in class org.mule.munit.xml.TestSuite
 
setProcessorCount(int) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setProcessorCount(int) - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
setProcessorCount(int) - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
setReportFileWriter(ReportFileWriter) - Method in class org.mule.munit.coverage.printer.HtmlPrinter
 
setReportOutputDirectory(File) - Method in class org.mule.munit.MUnitCoverageReportMojo
 
setRequiredApplicationCoverage(double) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setRequiredApplicationCoverage(Double) - Method in class org.mule.munit.Coverage
 
setRequiredFlowCoverage(double) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setRequiredFlowCoverage(Double) - Method in class org.mule.munit.Coverage
 
setRequiredResourceCoverage(double) - Method in class org.mule.munit.coverage.printer.model.CoverageReportModel
 
setRequiredResourceCoverage(Double) - Method in class org.mule.munit.Coverage
 
setRunCoverage(Boolean) - Method in class org.mule.munit.Coverage
 
setRunFinished(boolean) - Method in class org.mule.munit.runner.model.RunResult
 
setRuntimeStartFailed(boolean) - Method in class org.mule.munit.runner.model.SuiteResult
 
setSkipped(boolean) - Method in class org.mule.munit.xml.TestCase
 
setSkipped(int) - Method in class org.mule.munit.xml.TestSuite
 
setSuiteError(boolean) - Method in class org.mule.munit.runner.model.SuiteResult
 
setSuiteFailed(boolean) - Method in class org.mule.munit.runner.model.SuiteResult
 
setSuiteFinished(boolean) - Method in class org.mule.munit.runner.model.SuiteResult
 
setSuiteOutputs(Map<String, List<String>>) - Method in class org.mule.munit.runner.model.RunResult
 
setSuitePath(String) - Method in class org.mule.munit.runner.model.SuiteResult
 
setTestcases(List<TestCase>) - Method in class org.mule.munit.xml.TestSuite
 
setTests(int) - Method in class org.mule.munit.xml.TestSuite
 
setTime(long) - Method in class org.mule.munit.runner.model.SuiteResult
 
setTime(long) - Method in class org.mule.munit.runner.model.TestResult
 
setTime(float) - Method in class org.mule.munit.xml.TestSuite
 
setType(TypedComponentIdentifier.ComponentType) - Method in class org.mule.munit.coverage.printer.model.MuleFlowModel
 
setWeight(double) - Method in class org.mule.munit.coverage.printer.model.MuleResourceModel
 
shouldFilter(String) - Method in class org.mule.munit.mojo.TestSuiteFileFilter
Evaluates if the provided file name matches the pattern.
shouldRunCoverage() - Method in class org.mule.munit.coverage.CoverageAuthorizator
Validates if coverage should be run
skipAfterFailure - Variable in class org.mule.munit.MUnitMojo
 
skipMunitTests - Variable in class org.mule.munit.MUnitMojo
 
Skipped - Class in org.mule.munit.xml
Model to represent the skipped value in the xml report
Skipped() - Constructor for class org.mule.munit.xml.Skipped
 
SLF4J_LOG4J12_DEP - Static variable in class org.mule.munit.util.ClasspathManager
 
StandardOutputMessageHandler - Class in org.mule.munit.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.runner.handler.StandardOutputMessageHandler
 
STARTER_CLASS_FILE - Static variable in class org.mule.munit.MUnitMojo
 
suiteError(String, String) - Method in class org.mule.munit.runner.model.RunResult
 
suiteFailure(String, String) - Method in class org.mule.munit.runner.model.RunResult
 
suiteFinished(String, long) - Method in class org.mule.munit.runner.model.RunResult
 
SuiteResult - Class in org.mule.munit.runner.model
A model that represents the result of a suite run
SuiteResult() - Constructor for class org.mule.munit.runner.model.SuiteResult
 
surefireReportsFolder - Variable in class org.mule.munit.MUnitMojo
 
systemPropertyVariables - Variable in class org.mule.munit.MUnitMojo
 

T

TestCase - Class in org.mule.munit.xml
Model to represent the test case in the xml report
TestCase(float, String, String) - Constructor for class org.mule.munit.xml.TestCase
 
testError(String, String, String, long) - Method in class org.mule.munit.runner.model.RunResult
 
testFailure(String, String, String, long) - Method in class org.mule.munit.runner.model.RunResult
 
testFinished(String, String, long) - Method in class org.mule.munit.runner.model.RunResult
 
testIgnored(String, String, long) - Method in class org.mule.munit.runner.model.RunResult
 
testOutputDirectory - Variable in class org.mule.munit.MUnitMojo
 
TestOutputFilePrinter - Class in org.mule.munit.runner.printer
Prints the test output to a file
TestOutputFilePrinter(File, Log) - Constructor for class org.mule.munit.runner.printer.TestOutputFilePrinter
 
TestOutputMessageHandler - Class in org.mule.munit.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.runner.handler.TestOutputMessageHandler
 
TestResult - Class in org.mule.munit.runner.model
A model that represents the result of a test run
TestResult(String) - Constructor for class org.mule.munit.runner.model.TestResult
 
testStarted(String, String) - Method in class org.mule.munit.runner.model.RunResult
 
TestSuite - Class in org.mule.munit.xml
Model to represent the test suite in the xml report
TestSuite(List<Property>, String) - Constructor for class org.mule.munit.xml.TestSuite
 
TestSuiteFileFilter - Class in org.mule.munit.mojo
The class handles the filtering logic for the MUnit test suite files
TestSuiteFileFilter(Log, String) - Constructor for class org.mule.munit.mojo.TestSuiteFileFilter
 
TestSuiteFilesLocator - Class in org.mule.munit.mojo.locators
Locates all MUnit suite files
TestSuiteFilesLocator() - Constructor for class org.mule.munit.mojo.locators.TestSuiteFilesLocator
 
testSuiteStarted(String) - Method in class org.mule.munit.runner.model.RunResult
 
testSuiteStartFailed(String) - Method in class org.mule.munit.runner.model.RunResult
 
testSuiteUnexpectedError(String, String) - Method in class org.mule.munit.runner.model.RunResult
 
TextResultFilePrinter - Class in org.mule.munit.runner.printer
Prints the run result to a xml file following the surefire format.
TextResultFilePrinter(File, Log) - Constructor for class org.mule.munit.runner.printer.TextResultFilePrinter
 
toolchainManager - Variable in class org.mule.munit.MUnitMojo
 

U

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

V

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

W

WILD_CARD - Static variable in class org.mule.munit.util.CoordinateFilter
 
with(Class<?>, Object) - Method in class org.mule.munit.reflection.MethodInvoker
 
withArgLines(List<String>) - Method in class org.mule.munit.runner.JVMStarter
 
withArgLines(Map<String, File>) - Method in class org.mule.munit.runner.JVMStarter
 
withArtifactId(String) - Method in class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
withClassifier(String) - Method in class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
withCoverageSummaryReport(Coverage, String) - Method in class org.mule.munit.mojo.ResultPrinterFactory
 
withDynamicPorts(List<String>) - Method in class org.mule.munit.util.properties.UserPropertiesBuilder
 
withExtension(String) - Method in class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
withGroupId(String) - Method in class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
withJar(File) - Method in class org.mule.munit.runner.JVMStarter
 
withJVM(String) - Method in class org.mule.munit.runner.JVMStarter
 
withSurefireReports(Boolean, File, Map<String, String>) - Method in class org.mule.munit.mojo.ResultPrinterFactory
 
withSystemProperties(Map<String, String>) - Method in class org.mule.munit.runner.JVMStarter
 
withSystemPropertyVariables(Map<String, String>) - Method in class org.mule.munit.util.properties.UserPropertiesBuilder
 
withTestOutputReports(Boolean, File) - Method in class org.mule.munit.mojo.ResultPrinterFactory
 
withUserProperties(Properties) - Method in class org.mule.munit.util.properties.UserPropertiesBuilder
 
withVersion(String) - Method in class org.mule.munit.util.CoordinateFilter.CoordinateFilterBuilder
 
withWorkingDirectory(File) - Method in class org.mule.munit.runner.JVMStarter
 
writeToFile(File, String) - Method in class org.mule.munit.coverage.printer.ReportFileWriter
 

X

XmlResultPrinter - Class in org.mule.munit.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.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 © 2017. All rights reserved.