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

A

AbstractMuleVersionFunction - Class in org.mule.munit.runner.functions
Base class to implement a Mule Version comparison ExpressionFunction
AbstractMuleVersionFunction() - Constructor for class org.mule.munit.runner.functions.AbstractMuleVersionFunction
 
accept(ExtensionDeclarer, ExtensionLoadingContext) - Method in class org.mule.munit.runner.MunitExtensionLoadingDelegate
 
add(TestResult) - Method in class org.mule.munit.runner.model.SuiteResult
 
addEnableFlowSources(EnableFlowSources) - Method in class org.mule.munit.runner.processors.MunitModule
 
addProcessingStrategy(String, ProcessingStrategy) - Method in class org.mule.munit.runner.flow.TestFlow
 
addTest(Test) - Method in class org.mule.munit.runner.model.Suite
 
after - Variable in class org.mule.munit.runner.model.Test
The MUnit flow that have to be run after the MUnit test.
AFTER_SUITE - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
AFTER_SUITE_IDENTIFIER - Static variable in class org.mule.munit.runner.config.TestComponentLocator
 
AFTER_TEST - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
AFTER_TEST_IDENTIFIER - Static variable in class org.mule.munit.runner.config.TestComponentLocator
 
AfterSuite - Class in org.mule.munit.runner.flow
After Suite Flow
AfterSuite() - Constructor for class org.mule.munit.runner.flow.AfterSuite
 
AfterTest - Class in org.mule.munit.runner.flow
After test flow
AfterTest() - Constructor for class org.mule.munit.runner.flow.AfterTest
 
allTestsIgnored() - Method in class org.mule.munit.runner.model.Suite
 
apply(TestDescription) - Method in interface org.mule.munit.runner.component.rules.TestRule
 
applyRules(TestDescription) - Method in class org.mule.munit.runner.processors.MunitModule
 

B

before - Variable in class org.mule.munit.runner.model.Test
The MUnit flow that have to be run before the MUnit test.
BEFORE_SUITE - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
BEFORE_SUITE_IDENTIFIER - Static variable in class org.mule.munit.runner.config.TestComponentLocator
 
BEFORE_TEST - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
BEFORE_TEST_IDENTIFIER - Static variable in class org.mule.munit.runner.config.TestComponentLocator
 
BeforeSuite - Class in org.mule.munit.runner.flow
Before Suite flow
BeforeSuite() - Constructor for class org.mule.munit.runner.flow.BeforeSuite
 
BeforeTest - Class in org.mule.munit.runner.flow
Before Test flow
BeforeTest() - Constructor for class org.mule.munit.runner.flow.BeforeTest
 
build() - Method in class org.mule.munit.runner.component.rules.TestDescription.Builder
 
build() - Method in class org.mule.munit.runner.model.builders.SuiteBuilder
Builds the Suite with a particular suite name, based on the mule context
builder() - Static method in class org.mule.munit.runner.component.rules.TestDescription
 
buildSuite(String, String, List<String>, Set<String>, SuiteRunEventListener) - Method in class org.mule.munit.runner.remote.api.server.RunMessageHandler
 

C

call() - Method in class org.mule.munit.runner.flow.TestFlow.ExceptionAwareCallable
 
call(Object[], BindingContext) - Method in class org.mule.munit.runner.functions.AbstractMuleVersionFunction
 
call(Object[], BindingContext) - Method in class org.mule.munit.runner.functions.OsEqualToFunction
 
clear() - Method in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
compare(MuleVersion, MuleVersion) - Method in class org.mule.munit.runner.functions.AbstractMuleVersionFunction
Base method to compare two mule versions
compare(MuleVersion, MuleVersion) - Method in class org.mule.munit.runner.functions.MuleVersionEqualToFunction
 
compare(MuleVersion, MuleVersion) - Method in class org.mule.munit.runner.functions.MuleVersionNewerThanFunction
 
compare(MuleVersion, MuleVersion) - Method in class org.mule.munit.runner.functions.MuleVersionPriorToFunction
 
CONFIG - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
CONFIG_IDENTIFIER - Static variable in class org.mule.munit.runner.config.TestComponentLocator
 
configurationProperties - Variable in class org.mule.munit.runner.component.rules.TemporaryDirectoryRule
 
createProvider(ConfigurationParameters, ResourceProvider) - Method in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 
createServerSocket() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 

D

DbServerTestComponentInfoProvider - Class in org.mule.munit.runner.config
TestComponentInfoProvider for the dbserver:config
DbServerTestComponentInfoProvider() - Constructor for class org.mule.munit.runner.config.DbServerTestComponentInfoProvider
 
description(String) - Method in class org.mule.munit.runner.component.rules.TestDescription.Builder
 
disableFlowSources - Variable in class org.mule.munit.runner.processors.MunitModule
Defines if the flow sources should be disabled or not
dispose() - Method in class org.mule.munit.runner.component.rules.TemporaryDirectoryRule
 
dispose() - Method in class org.mule.munit.runner.flow.TestFlow
 
dispose() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
doExecute(Event) - Method in class org.mule.munit.runner.flow.TestFlow
 
doGetObject() - Method in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
doProcess(CoreEvent) - Method in class org.mule.munit.runner.processors.MunitProcessor
The method that do the actual process
doProcess(CoreEvent) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
doProcess(CoreEvent) - Method in class org.mule.munit.runner.processors.SetNullPayloadProcessor
 
DummySuiteRunEventListener - Class in org.mule.munit.runner.remote.api.notifiers
The default notification listener for a Suite.
DummySuiteRunEventListener() - Constructor for class org.mule.munit.runner.remote.api.notifiers.DummySuiteRunEventListener
 
DYNAMIC_PORT - Static variable in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 
DYNAMIC_PORT_ELEMENT - Static variable in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 
DynamicPortPropertiesProvider - Class in org.mule.munit.runner.component.properties
ConfigurationPropertiesProvider that provides a ConfigurationProperty binding a free port to the given property name
DynamicPortPropertiesProvider(String, Integer, Integer) - Constructor for class org.mule.munit.runner.component.properties.DynamicPortPropertiesProvider
 
DynamicPortPropertiesProviderFactory - Class in org.mule.munit.runner.component.properties
ConfigurationPropertiesProviderFactory for a dynamic port property
DynamicPortPropertiesProviderFactory() - Constructor for class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 

E

EnableFlowSources - Class in org.mule.munit.runner.processors
Model that represents the list of flows to be excluded
EnableFlowSources() - Constructor for class org.mule.munit.runner.processors.EnableFlowSources
 
enableFlowSources - Variable in class org.mule.munit.runner.processors.MunitModule
List of flows to exclude from disableFlowSources configuration
EnableFlowSources.FlowRef - Class in org.mule.munit.runner.processors
Inner object holding reference to a flow
evaluate(CoreEvent, Object) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
evaluateExpectException(Event) - Method in class org.mule.munit.runner.flow.TestFlow
 
exceptionMatches(Throwable) - Method in class org.mule.munit.runner.flow.TestFlow
 
expressionWrapper - Variable in class org.mule.munit.runner.processors.MunitProcessor
 

F

FlowRef() - Constructor for class org.mule.munit.runner.processors.EnableFlowSources.FlowRef
 
flows - Variable in class org.mule.munit.runner.processors.EnableFlowSources
 
FtpServerTestComponentInfoProvider - Class in org.mule.munit.runner.config
TestComponentInfoProvider for the ftpserver:config
FtpServerTestComponentInfoProvider() - Constructor for class org.mule.munit.runner.config.FtpServerTestComponentInfoProvider
 

G

getBindingContext() - Method in class org.mule.munit.runner.functions.MunitFunctionsBindingContextProvider
 
getBuilderInstance() - Method in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
getComponentBuildingDefinitions() - Method in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
getComponentIdentifier() - Method in interface org.mule.munit.runner.component.TestComponentInfoProvider
Component identifier of the test in order to be found
getComponentIdentifier() - Method in class org.mule.munit.runner.config.DbServerTestComponentInfoProvider
 
getComponentIdentifier() - Method in class org.mule.munit.runner.config.FtpServerTestComponentInfoProvider
 
getComponentIdentifier() - Method in class org.mule.munit.runner.config.RunnerTestComponentInfoProvider
 
getConfigurationProperty(String) - Method in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProvider
 
getDescription() - Method in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProvider
 
getDescription() - Method in class org.mule.munit.runner.component.rules.TestDescription
 
getDescription() - Method in interface org.mule.munit.runner.component.TestComponent
 
getDescription() - Method in class org.mule.munit.runner.flow.SimpleFlow
 
getDescription() - Method in class org.mule.munit.runner.flow.TestFlow
 
getDescription() - Method in class org.mule.munit.runner.model.Test
 
getDescription() - Method in class org.mule.munit.runner.model.TestResult
 
getElapsedTime() - Method in class org.mule.munit.runner.model.SuiteResult
 
getElapsedTime() - Method in class org.mule.munit.runner.model.TestResult
 
getEnableFlowSources() - Method in class org.mule.munit.runner.flow.TestFlow
 
getEnableFlowSources() - Method in class org.mule.munit.runner.processors.MunitModule
 
getErrorTests() - Method in class org.mule.munit.runner.model.SuiteResult
Returns all tests in error
getExpectedErrorDescription() - Method in class org.mule.munit.runner.flow.TestFlow
 
getExpectedErrorType() - Method in class org.mule.munit.runner.flow.TestFlow
 
getExpectedException() - Method in class org.mule.munit.runner.flow.TestFlow
 
getFailingTests() - Method in class org.mule.munit.runner.model.SuiteResult
Returns all failing tests
getFlow() - Method in class org.mule.munit.runner.processors.EnableFlowSources.FlowRef
 
getFlows() - Method in class org.mule.munit.runner.processors.EnableFlowSources
 
getMinMuleVersion() - Method in class org.mule.munit.runner.processors.MunitModule
 
getName() - Method in class org.mule.munit.runner.component.rules.TestDescription
 
getName() - Method in interface org.mule.munit.runner.component.TestComponent
 
getName() - Method in class org.mule.munit.runner.flow.SimpleFlow
 
getName() - Method in class org.mule.munit.runner.flow.TestFlow
 
getName() - Method in class org.mule.munit.runner.model.Test
 
getName() - Method in class org.mule.munit.runner.model.TestResult
 
getName() - Method in class org.mule.munit.runner.processors.MunitModule
 
getName() - Method in class org.mule.munit.runner.processors.Parameterization
 
getNumberOfErrors() - Method in class org.mule.munit.runner.model.SuiteResult
Returns the number of errors in the suite
getNumberOfFailures() - Method in class org.mule.munit.runner.model.SuiteResult
Returns the number of failing tests in the suite
getNumberOfSkipped() - Method in class org.mule.munit.runner.model.SuiteResult
 
getNumberOfTests() - Method in class org.mule.munit.runner.model.Suite
 
getNumberOfTests() - Method in class org.mule.munit.runner.model.SuiteResult
 
getParameterization() - Method in class org.mule.munit.runner.model.Suite
 
getParameterizations() - Method in class org.mule.munit.runner.processors.MunitModule
 
getParameterizations() - Method in class org.mule.munit.runner.processors.Parameterizations
 
getParameters() - Method in class org.mule.munit.runner.processors.Parameterization
 
getParameters() - Method in class org.mule.munit.runner.processors.Parameters
 
getPath() - Method in class org.mule.munit.runner.model.Suite
 
getProcessor() - Method in class org.mule.munit.runner.processors.MunitProcessor
 
getProcessor() - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
getProcessor() - Method in class org.mule.munit.runner.processors.SetNullPayloadProcessor
 
getPropertyName() - Method in class org.mule.munit.runner.processors.Parameters.Parameter
 
getRequiredProduct() - Method in class org.mule.munit.runner.processors.MunitModule
 
getStackTrace() - Method in class org.mule.munit.runner.model.TestResult
 
getStatus() - Method in class org.mule.munit.runner.model.TestResult
 
getSupportedComponentIdentifier() - Method in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 
getTags() - Method in class org.mule.munit.runner.component.rules.TestDescription
 
getTags() - Method in interface org.mule.munit.runner.component.TestComponent
 
getTags() - Method in class org.mule.munit.runner.flow.TestFlow
 
getTestName() - Method in class org.mule.munit.runner.model.SuiteResult
Returns the Suite Name
getTimeOut() - Method in class org.mule.munit.runner.flow.TestFlow
 
getValue() - Method in class org.mule.munit.runner.processors.Parameters.Parameter
 
getXmlNamespacesInfo() - Method in class org.mule.munit.runner.config.MunitXmlNamespaceInfoProvider
 

H

handle() - Method in class org.mule.munit.runner.remote.api.server.RunMessageHandler
 
handleBeforeSuiteEndByException(String, Throwable) - Method in class org.mule.munit.runner.model.Suite
 
handleClientMessage(ObjectInput, ObjectOutput) - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
hasSucceeded() - Method in class org.mule.munit.runner.model.SuiteResult
Notifies if the Suite failed or not

I

ignored(boolean) - Method in class org.mule.munit.runner.component.rules.TestDescription.Builder
 
init() - Method in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
init() - Method in class org.mule.munit.runner.remote.api.notifiers.ObjectOutputNotifier
 
initialise() - Method in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
initialise() - Method in class org.mule.munit.runner.flow.TestFlow
 
initialise() - Method in class org.mule.munit.runner.processors.MunitProcessor
 
initialise() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
initializeComponents(String) - Method in class org.mule.munit.runner.config.TestComponentLocator
 
isDisableFlowSources() - Method in class org.mule.munit.runner.processors.MunitModule
 
isErrorDescriptionExpected(Error) - Method in class org.mule.munit.runner.flow.TestFlow
 
isErrorIdExpected(Event) - Method in class org.mule.munit.runner.flow.TestFlow
 
isExceptionExpected(Throwable, Event) - Method in class org.mule.munit.runner.flow.TestFlow
 
isExpectingFailure() - Method in class org.mule.munit.runner.flow.TestFlow
Validates if this Test is expecting to fail
isIgnore() - Method in class org.mule.munit.runner.model.Test
 
isIgnored() - Method in class org.mule.munit.runner.component.rules.TestDescription
 
isIgnored() - Method in interface org.mule.munit.runner.component.TestComponent
 
isIgnored() - Method in class org.mule.munit.runner.flow.TestFlow
 
isIgnored() - Method in class org.mule.munit.runner.processors.MunitModule
 
isKeepRunning() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 

L

lockFactory - Variable in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
logger - Static variable in class org.mule.munit.runner.flow.TestFlow
 
logger - Variable in class org.mule.munit.runner.model.Suite
 
logger - Static variable in class org.mule.munit.runner.model.Test
 
lookupAfterSuite() - Method in class org.mule.munit.runner.config.TestComponentLocator
 
lookupAfterTest() - Method in class org.mule.munit.runner.config.TestComponentLocator
 
lookupBeforeSuite() - Method in class org.mule.munit.runner.config.TestComponentLocator
 
lookupBeforeTest() - Method in class org.mule.munit.runner.config.TestComponentLocator
 
lookupMunitModule() - Method in class org.mule.munit.runner.config.TestComponentLocator
 
lookupTests() - Method in class org.mule.munit.runner.config.TestComponentLocator
 

M

MAX_PORT_PARAMETER - Static variable in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 
MIN_PORT_PARAMETER - Static variable in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 
muleContext - Variable in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
muleRegistry - Variable in class org.mule.munit.runner.processors.MunitModule
 
MuleVersionEqualToFunction - Class in org.mule.munit.runner.functions
ExpressionFunction that checks if the provided mule version is equal to the current one
MuleVersionEqualToFunction() - Constructor for class org.mule.munit.runner.functions.MuleVersionEqualToFunction
 
MuleVersionNewerThanFunction - Class in org.mule.munit.runner.functions
ExpressionFunction that checks if the current mule version is newer than the provided one
MuleVersionNewerThanFunction() - Constructor for class org.mule.munit.runner.functions.MuleVersionNewerThanFunction
 
MuleVersionPriorToFunction - Class in org.mule.munit.runner.functions
ExpressionFunction that checks if the current mule version is prior to the provided one
MuleVersionPriorToFunction() - Constructor for class org.mule.munit.runner.functions.MuleVersionPriorToFunction
 
MUNIT_DISABLE_INITIAL_STATE_MANAGER - Static variable in class org.mule.munit.runner.component.state.MunitComponentInitialStateManager
 
MUNIT_ENABLE_SOURCES_ON_START - Static variable in class org.mule.munit.runner.component.state.MunitComponentInitialStateManager
 
MUNIT_RUNNER_SERVER_TIME_OUT - Static variable in class org.mule.munit.runner.remote.api.server.RunnerServer
 
MUNIT_SCHEDULER_NAME - Static variable in class org.mule.munit.runner.remote.api.server.RunnerServer
 
MUNIT_TEST_TIMEOUT_PROPERTY - Static variable in class org.mule.munit.runner.flow.TestFlow
 
MunitComponentBuildingDefinitionProvider - Class in org.mule.munit.runner.config
Provides the Component Definition for the MUnit schema
MunitComponentBuildingDefinitionProvider() - Constructor for class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
MunitComponentInitialStateManager - Class in org.mule.munit.runner.component.state
The goal of this class is to shutdown flow sources.
MunitComponentInitialStateManager() - Constructor for class org.mule.munit.runner.component.state.MunitComponentInitialStateManager
 
MunitExtensionLoadingDelegate - Class in org.mule.munit.runner
Provides the MUnit Extension Model for the "crafted" extensionModelLoaderDescriptor
MunitExtensionLoadingDelegate() - Constructor for class org.mule.munit.runner.MunitExtensionLoadingDelegate
 
MunitFunctionsBindingContextProvider - Class in org.mule.munit.runner.functions
GlobalBindingContextProvider that provides helper functions under the Munit namespace
MunitFunctionsBindingContextProvider() - Constructor for class org.mule.munit.runner.functions.MunitFunctionsBindingContextProvider
 
munitModule - Variable in class org.mule.munit.runner.flow.TestFlow
 
munitModule - Variable in class org.mule.munit.runner.model.Test
 
MunitModule - Class in org.mule.munit.runner.processors
Model representing the MUnit configuration
MunitModule() - Constructor for class org.mule.munit.runner.processors.MunitModule
 
MunitProcessor - Class in org.mule.munit.runner.processors
Generic Munit Processor.
MunitProcessor() - Constructor for class org.mule.munit.runner.processors.MunitProcessor
 
MunitXmlNamespaceInfoProvider - Class in org.mule.munit.runner.config
Provides the MUnit Namespace Information
MunitXmlNamespaceInfoProvider() - Constructor for class org.mule.munit.runner.config.MunitXmlNamespaceInfoProvider
 
mustStartMessageSource(Component) - Method in class org.mule.munit.runner.component.state.MunitComponentInitialStateManager
 

N

name - Variable in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
name(String) - Method in class org.mule.munit.runner.component.rules.TestDescription.Builder
 
NAME_SPACE - Static variable in class org.mule.munit.runner.config.MunitXmlNamespaceInfoProvider
 
NO_TAG_TOKEN - Static variable in class org.mule.munit.runner.model.builders.TestRunFilter
 
notifySuiteEnd(String, String, long) - Method in class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 
notifySuiteStart(String, String, int) - Method in class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 
notifyTestEnd(String, String, TestStatus, long) - Method in class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 
notifyTestStart(String, String, boolean) - Method in class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 

O

OBJECT_STORE_NAME - Static variable in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
ObjectOutputNotifier - Class in org.mule.munit.runner.remote.api.notifiers
The goal of this class is to notify through a outputStream all events received though the interface RunMessageNotifier
ObjectOutputNotifier(String, ObjectOutput) - Constructor for class org.mule.munit.runner.remote.api.notifiers.ObjectOutputNotifier
 
objectStoreManager - Variable in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
org.mule.munit.runner - package org.mule.munit.runner
 
org.mule.munit.runner.component - package org.mule.munit.runner.component
 
org.mule.munit.runner.component.factory - package org.mule.munit.runner.component.factory
 
org.mule.munit.runner.component.properties - package org.mule.munit.runner.component.properties
 
org.mule.munit.runner.component.rules - package org.mule.munit.runner.component.rules
 
org.mule.munit.runner.component.state - package org.mule.munit.runner.component.state
 
org.mule.munit.runner.config - package org.mule.munit.runner.config
 
org.mule.munit.runner.flow - package org.mule.munit.runner.flow
 
org.mule.munit.runner.functions - package org.mule.munit.runner.functions
 
org.mule.munit.runner.model - package org.mule.munit.runner.model
 
org.mule.munit.runner.model.builders - package org.mule.munit.runner.model.builders
 
org.mule.munit.runner.processors - package org.mule.munit.runner.processors
 
org.mule.munit.runner.remote.api.notifiers - package org.mule.munit.runner.remote.api.notifiers
 
org.mule.munit.runner.remote.api.server - package org.mule.munit.runner.remote.api.server
 
OsEqualToFunction - Class in org.mule.munit.runner.functions
ExpressionFunction that checks if the provided os name is equal to the current one
OsEqualToFunction(ConfigurationProperties) - Constructor for class org.mule.munit.runner.functions.OsEqualToFunction
 

P

Parameter() - Constructor for class org.mule.munit.runner.processors.Parameters.Parameter
 
Parameterization - Class in org.mule.munit.runner.processors
Parameterization model
Parameterization() - Constructor for class org.mule.munit.runner.processors.Parameterization
 
parameterizations - Variable in class org.mule.munit.runner.processors.MunitModule
 
Parameterizations - Class in org.mule.munit.runner.processors
Parameterization configuration of the test
Parameterizations() - Constructor for class org.mule.munit.runner.processors.Parameterizations
 
parameters() - Method in class org.mule.munit.runner.functions.AbstractMuleVersionFunction
 
parameters() - Method in class org.mule.munit.runner.functions.OsEqualToFunction
 
Parameters - Class in org.mule.munit.runner.processors
Parameterization configuration of the test
Parameters() - Constructor for class org.mule.munit.runner.processors.Parameters
 
Parameters.Parameter - Class in org.mule.munit.runner.processors
Parameter model
parseAndRun(RunMessage, SuiteRunEventListener) - Method in class org.mule.munit.runner.remote.api.server.RunMessageHandler
 
process(SimpleFlow, Event) - Method in class org.mule.munit.runner.model.Suite
 
process(CoreEvent) - Method in class org.mule.munit.runner.processors.MunitProcessor
Executes the message processor code.
processorChainsToExecute(List<MessageProcessorChain>) - Method in class org.mule.munit.runner.flow.TestFlow
We override this method that is present since Mule Version 4.2.0.
processors - Variable in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
PROPERTY_NAME_PARAMETER - Static variable in class org.mule.munit.runner.component.properties.DynamicPortPropertiesProviderFactory
 

R

registry - Variable in class org.mule.munit.runner.component.state.MunitComponentInitialStateManager
 
remove(String) - Method in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
reset() - Method in class org.mule.munit.runner.component.rules.TemporaryDirectoryRule
 
reset() - Method in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
reset() - Method in interface org.mule.munit.runner.component.rules.TestRule
 
reset() - Method in class org.mule.munit.runner.processors.MunitModule
 
retrieve(String) - Method in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
returnType() - Method in class org.mule.munit.runner.functions.AbstractMuleVersionFunction
 
returnType() - Method in class org.mule.munit.runner.functions.OsEqualToFunction
 
run(Event) - Method in interface org.mule.munit.runner.component.TestComponent
 
run(Event) - Method in class org.mule.munit.runner.flow.TestFlow
 
run() - Method in class org.mule.munit.runner.model.Suite
Runs all the tests of the suite
run() - Method in class org.mule.munit.runner.model.Test
 
run(Event, SimpleFlow) - Method in class org.mule.munit.runner.model.Test
 
run() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
run() - Method in class org.mule.munit.runner.SuiteRunner
Runs the suite based on the constructor arguments
RunMessageHandler - Class in org.mule.munit.runner.remote.api.server
The goal of this class is to parse incoming message from a socket and run the suite according to the message parameters
RunMessageHandler(ObjectInput, ObjectOutput, TestComponentLocator) - Constructor for class org.mule.munit.runner.remote.api.server.RunMessageHandler
 
RunnerServer - Class in org.mule.munit.runner.remote.api.server
The goal of this class is to offer an entry point to the container through the munit-runner plugin with the objective to run MUnit Test Suites
RunnerServer() - Constructor for class org.mule.munit.runner.remote.api.server.RunnerServer
 
RunnerTestComponentInfoProvider - Class in org.mule.munit.runner.config
TestComponentInfoProvider for the munit:test
RunnerTestComponentInfoProvider() - Constructor for class org.mule.munit.runner.config.RunnerTestComponentInfoProvider
 
runSuite(Suite, SuiteRunEventListener) - Method in class org.mule.munit.runner.remote.api.server.RunMessageHandler
 

S

sendMessage(String) - Method in class org.mule.munit.runner.remote.api.notifiers.ObjectOutputNotifier
 
setAfterSuite(AfterSuite) - Method in class org.mule.munit.runner.model.Suite
 
setAttributes(EventAttributes) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setBeforeSuite(BeforeSuite) - Method in class org.mule.munit.runner.model.Suite
 
setCloneOriginalEvent(Boolean) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setComponentLocator(ConfigurationComponentLocator) - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
setDescription(String) - Method in class org.mule.munit.runner.flow.SimpleFlow
 
setDescription(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setDescription(String) - Method in class org.mule.munit.runner.model.TestResult
 
setDisableFlowSources(boolean) - Method in class org.mule.munit.runner.processors.MunitModule
 
setElapsedTime(long) - Method in class org.mule.munit.runner.model.SuiteResult
 
setElapsedTime(long) - Method in class org.mule.munit.runner.model.TestResult
 
setEnableFlowSources(EnableFlowSources) - Method in class org.mule.munit.runner.flow.TestFlow
 
setEnableFlowSources(EnableFlowSources) - Method in class org.mule.munit.runner.processors.MunitModule
Deprecated.
setError(String) - Method in class org.mule.munit.runner.model.TestResult
 
setError(UntypedEventError) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setErrorTypeRepository(ErrorTypeRepository) - Method in class org.mule.munit.runner.flow.TestFlow
 
SetEventProcessor - Class in org.mule.munit.runner.processors
Sets the payload
SetEventProcessor() - Constructor for class org.mule.munit.runner.processors.SetEventProcessor
 
setExpectedErrorDescription(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setExpectedErrorType(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setExpectedException(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setExtendedExpressionManager(ExtendedExpressionManager) - Method in class org.mule.munit.runner.flow.TestFlow
 
setExtendedExpressionManager(ExtendedExpressionManager) - Method in class org.mule.munit.runner.processors.MunitProcessor
 
setFailure(String) - Method in class org.mule.munit.runner.model.TestResult
 
setFile(String) - Method in class org.mule.munit.runner.processors.Parameterizations
 
setFlow(Component) - Method in class org.mule.munit.runner.processors.EnableFlowSources.FlowRef
 
setFlows(List<EnableFlowSources.FlowRef>) - Method in class org.mule.munit.runner.processors.EnableFlowSources
 
setIgnore(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setIgnore(boolean) - Method in class org.mule.munit.runner.processors.MunitModule
 
setInboundAttachments(List<Attachment>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setInboundProperties(List<Property>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setMessageProcessors(List) - Method in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
setMinMuleVersion(String) - Method in class org.mule.munit.runner.processors.MunitModule
 
setMuleContext(PrivilegedMuleContext) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setName(String) - Method in class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
setName(String) - Method in class org.mule.munit.runner.model.TestResult
 
setName(String) - Method in class org.mule.munit.runner.processors.Parameterization
 
SetNullPayloadProcessor - Class in org.mule.munit.runner.processors
Sets the payload as null
SetNullPayloadProcessor() - Constructor for class org.mule.munit.runner.processors.SetNullPayloadProcessor
 
setOutboundAttachments(List<Attachment>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setOutboundProperties(List<Property>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setParameterizations(Parameterizations) - Method in class org.mule.munit.runner.processors.MunitModule
 
setParameterizations(List<Parameterization>) - Method in class org.mule.munit.runner.processors.Parameterizations
 
setParameters(Parameters) - Method in class org.mule.munit.runner.processors.Parameterization
 
setParameters(List<Parameters.Parameter>) - Method in class org.mule.munit.runner.processors.Parameters
 
setPayload(Payload) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setPropertyName(String) - Method in class org.mule.munit.runner.processors.Parameters.Parameter
 
setRequiredProduct(String) - Method in class org.mule.munit.runner.processors.MunitModule
 
setSchedulerService(SchedulerService) - Method in class org.mule.munit.runner.flow.TestFlow
 
setSchedulerService(SchedulerService) - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
setSessionProperties(List<Property>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setSkipped() - Method in class org.mule.munit.runner.model.TestResult
 
setSuccess() - Method in class org.mule.munit.runner.model.TestResult
 
setSuiteRunEventListener(SuiteRunEventListener) - Method in class org.mule.munit.runner.model.Suite
 
setTags(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setTestComponentInfoProviders(List<TestComponentInfoProvider>) - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
setTimeOut(Integer) - Method in class org.mule.munit.runner.flow.TestFlow
 
setUp() - Method in interface org.mule.munit.runner.component.TestComponent
 
setUp() - Method in class org.mule.munit.runner.flow.TestFlow
 
setValue(String) - Method in class org.mule.munit.runner.processors.Parameters.Parameter
 
setVariables(List<Variable>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
shouldRunTest(TestComponent, List<String>, Set<String>) - Method in class org.mule.munit.runner.model.builders.TestRunFilter
Define if a test should be run
SimpleFlow - Class in org.mule.munit.runner.flow
Abstraction of those MUnit Flows that only contains a single list of processors
SimpleFlow() - Constructor for class org.mule.munit.runner.flow.SimpleFlow
 
start() - Method in class org.mule.munit.runner.flow.TestFlow
 
start() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
startFlowSources() - Method in class org.mule.munit.runner.flow.TestFlow
 
stop() - Method in class org.mule.munit.runner.flow.TestFlow
 
stop() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
stopFlowSources() - Method in class org.mule.munit.runner.flow.TestFlow
 
store(String, Serializable) - Method in class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
StreamNotifier - Class in org.mule.munit.runner.remote.api.notifiers
Prints friendly messages of the test results through a given PrintStream
StreamNotifier(PrintStream) - Constructor for class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 
Suite - Class in org.mule.munit.runner.model
MUnit Suite.
Suite(String) - Constructor for class org.mule.munit.runner.model.Suite
 
Suite(String, String) - Constructor for class org.mule.munit.runner.model.Suite
 
SuiteBuilder - Class in org.mule.munit.runner.model.builders
Creates a MUnit Suite and its Tests
SuiteBuilder(String, String, TestComponentLocator) - Constructor for class org.mule.munit.runner.model.builders.SuiteBuilder
 
suitePath - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
SuiteResult - Class in org.mule.munit.runner.model
Is the representation of the Suite result.
SuiteResult(String) - Constructor for class org.mule.munit.runner.model.SuiteResult
 
suiteRunEventListener - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
SuiteRunner - Class in org.mule.munit.runner
Runs a MUnit Suite
SuiteRunner(Suite, SuiteRunEventListener) - Constructor for class org.mule.munit.runner.SuiteRunner
 

T

tags(Set<String>) - Method in class org.mule.munit.runner.component.rules.TestDescription.Builder
 
tags - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
tearDown() - Method in interface org.mule.munit.runner.component.TestComponent
 
tearDown() - Method in class org.mule.munit.runner.flow.TestFlow
 
TEMP_DIRECTORY_PROPERTY - Static variable in class org.mule.munit.runner.component.rules.TemporaryDirectoryRule
 
TemporaryDirectoryRule - Class in org.mule.munit.runner.component.rules
Provides logic to manage MUnit testing rules
TemporaryDirectoryRule() - Constructor for class org.mule.munit.runner.component.rules.TemporaryDirectoryRule
 
TemporaryStorageRule - Class in org.mule.munit.runner.component.rules
Rule to manage temporary data.
TemporaryStorageRule() - Constructor for class org.mule.munit.runner.component.rules.TemporaryStorageRule
 
TEST - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
test(BeforeTest, TestComponent, AfterTest, MunitModule) - Method in class org.mule.munit.runner.model.builders.SuiteBuilder
Create a test
Test - Class in org.mule.munit.runner.model
MUnit Test.
Test(BeforeTest, TestComponent, AfterTest, MunitModule) - Constructor for class org.mule.munit.runner.model.Test
 
test - Variable in class org.mule.munit.runner.model.Test
The MUnit test.
TestComponent - Interface in org.mule.munit.runner.component
A test component interface MUnit is able to run
TestComponentInfoProvider - Interface in org.mule.munit.runner.component
Test component information provider.
TestComponentLocator - Class in org.mule.munit.runner.config
Initializes and looks up test components such as tests, before/after test/suites and the config.
TestComponentLocator(ConfigurationComponentLocator, LazyComponentInitializer, Collection<TestComponentInfoProvider>) - Constructor for class org.mule.munit.runner.config.TestComponentLocator
 
TestDescription - Class in org.mule.munit.runner.component.rules
Contains information about the test to be run
TestDescription.Builder - Class in org.mule.munit.runner.component.rules
Builder for a TestDescription
TestFlow - Class in org.mule.munit.runner.flow
The Test Flow
TestFlow() - Constructor for class org.mule.munit.runner.flow.TestFlow
 
TestFlow.ExceptionAwareCallable - Class in org.mule.munit.runner.flow
 
testNames - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
TestProcessorChainFactory - Class in org.mule.munit.runner.component.factory
AbstractComponentFactory for processor chains inside the MUnit test
TestProcessorChainFactory() - Constructor for class org.mule.munit.runner.component.factory.TestProcessorChainFactory
 
TestResult - Class in org.mule.munit.runner.model
The result of each test in MUnit
TestResult(String, String) - Constructor for class org.mule.munit.runner.model.TestResult
 
TestRule - Interface in org.mule.munit.runner.component.rules
Represents a testing rule that resets for each test case
TestRuleException - Exception in org.mule.munit.runner.component.rules
An exception thrown by a MUnit Test rule
TestRuleException(String, Throwable) - Constructor for exception org.mule.munit.runner.component.rules.TestRuleException
 
TestRunFilter - Class in org.mule.munit.runner.model.builders
Given a it validates if the test should be run, based of a list of names and a set of tags
TestRunFilter() - Constructor for class org.mule.munit.runner.model.builders.TestRunFilter
 

V

validateExpected(Error, Event) - Method in class org.mule.munit.runner.flow.TestFlow
Validates if the MUnit Test Flow is expecting this specific exception

W

withSuiteRunnerEventListener(SuiteRunEventListener) - Method in class org.mule.munit.runner.model.builders.SuiteBuilder
 
withTags(Set<String>) - Method in class org.mule.munit.runner.model.builders.SuiteBuilder
 
withTestNames(List<String>) - Method in class org.mule.munit.runner.model.builders.SuiteBuilder
 
A B C D E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.