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

A

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
 
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_TEST - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
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
 

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_TEST - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
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.model.builders.SuiteBuilder
Builds the Suite with a particular suite name, based on the mule context
buildSuite(String, List<String>, Set<String>, SuiteRunEventListener) - Method in class org.mule.munit.runner.remote.api.server.RunMessageHandler
 

C

CONFIG - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
createServerSocket() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 

D

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.remote.api.server.RunnerServer
 
doExecute(Event) - Method in class org.mule.munit.runner.flow.TestFlow
 
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
 

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
 

G

getComponentBuildingDefinitions() - Method in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
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
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
 
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
 
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
 
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
 
getStackTrace() - Method in class org.mule.munit.runner.model.TestResult
 
getStatus() - Method in class org.mule.munit.runner.model.TestResult
 
getTags() - Method in class org.mule.munit.runner.flow.TestFlow
 
getTestName() - Method in class org.mule.munit.runner.model.SuiteResult
Returns the Suite Name
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

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.processors.MunitProcessor
 
initialise() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
isDisableFlowSources() - Method in class org.mule.munit.runner.processors.MunitModule
 
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.flow.TestFlow
 
isIgnore() - Method in class org.mule.munit.runner.model.Test
 
isKeepRunning() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 

L

logger - Variable in class org.mule.munit.runner.model.Suite
 
logger - Variable in class org.mule.munit.runner.model.Test
 

M

muleRegistry - Variable in class org.mule.munit.runner.processors.MunitModule
 
MUNIT_RUNNER_SERVER_TIME_OUT - Static variable in class org.mule.munit.runner.remote.api.server.RunnerServer
 
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
 
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_SPACE - Static variable in class org.mule.munit.runner.config.MunitXmlNamespaceInfoProvider
 
NO_TAG_TOKEN - Static variable in class org.mule.munit.runner.flow.TestFlow
 
notifySuiteEnd(String, long) - Method in class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 
notifySuiteStart(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) - Method in class org.mule.munit.runner.remote.api.notifiers.StreamNotifier
 

O

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
 
org.mule.munit.runner - package org.mule.munit.runner
 
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.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
 

P

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.

R

registry - Variable in class org.mule.munit.runner.component.state.MunitComponentInitialStateManager
 
reset() - Method in class org.mule.munit.runner.processors.MunitModule
 
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, ConfigurationComponentLocator, LazyComponentInitializer) - 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
 
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
 
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
 
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(boolean) - Method in class org.mule.munit.runner.flow.TestFlow
 
setInboundAttachments(List<Attachment>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setInboundProperties(List<Property>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setMuleContext(PrivilegedMuleContext) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setName(String) - Method in class org.mule.munit.runner.model.TestResult
 
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
 
setPayload(Payload) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
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
 
setVariables(List<Variable>) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
shouldRunTest(TestFlow, 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.remote.api.server.RunnerServer
 
stop() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
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
 
SuiteBuilder - Class in org.mule.munit.runner.model.builders
Creates a MUnit Suite and its Tests
SuiteBuilder(String, ConfigurationComponentLocator, LazyComponentInitializer) - 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 - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
TEST - Static variable in class org.mule.munit.runner.config.MunitComponentBuildingDefinitionProvider
 
test(BeforeTest, TestFlow, 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, TestFlow, AfterTest, MunitModule) - Constructor for class org.mule.munit.runner.model.Test
 
test - Variable in class org.mule.munit.runner.model.Test
The MUnit test.
TestFlow - Class in org.mule.munit.runner.flow
The Test Flow
TestFlow() - Constructor for class org.mule.munit.runner.flow.TestFlow
 
testNames - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
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
 
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(Throwable, 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 © 2018. All rights reserved.