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
 
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

BeanDefinitionGenericBuilder - Interface in org.mule.munit.runner.config.model
BeanDefinitionGenericBuilder interface.
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
buildAttributeMap() - Method in interface org.mule.munit.runner.config.model.BeanDefinitionGenericBuilder
 
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
 
configureMessageProcessors(List<Processor>, MessageProcessorChainBuilder) - Method in class org.mule.munit.runner.config.factory.MessageProcessorChainFactory
 
ConsolePrinter - Class in org.mule.munit.runner.output
Prints the description in the system console
ConsolePrinter() - Constructor for class org.mule.munit.runner.output.ConsolePrinter
 
create(String, List<Processor>) - Method in class org.mule.munit.runner.config.factory.MessageProcessorChainFactory
 
createServerSocket() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 

D

DefaultOutputHandler - Class in org.mule.munit.runner.output
Prints the description using different printers
DefaultOutputHandler() - Constructor for class org.mule.munit.runner.output.DefaultOutputHandler
 
DefaultOutputHandler(List<OutputPrinter>) - Constructor for class org.mule.munit.runner.output.DefaultOutputHandler
 
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
 
disposePlugins() - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
doProcess(InternalEvent) - Method in class org.mule.munit.runner.processors.MunitProcessor
The method that do the actual process
doProcess(InternalEvent) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
doProcess(InternalEvent) - 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

evaluate(InternalEvent, 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
 
ExcludeFlowSources - Class in org.mule.munit.runner.processors
Model that represents the list of flows to be excluded
ExcludeFlowSources() - Constructor for class org.mule.munit.runner.processors.ExcludeFlowSources
 
excludeFlowSources - Variable in class org.mule.munit.runner.processors.MunitModule
List of flows to exclude from disableFlowSources configuration
execute(MuleContext) - Method in interface org.mule.munit.runner.simple.MunitSimpleRunnerAction
 
expressionWrapper - Variable in class org.mule.munit.runner.processors.MunitProcessor
 

F

flows - Variable in class org.mule.munit.runner.processors.ExcludeFlowSources
 

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
 
getElapsedTime() - Method in class org.mule.munit.runner.model.SuiteResult
 
getElapsedTime() - Method in class org.mule.munit.runner.model.TestResult
 
getErrorTests() - Method in class org.mule.munit.runner.model.SuiteResult
Returns all tests in error
getExcludeFlowSources() - Method in class org.mule.munit.runner.processors.MunitModule
 
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
getFlows() - Method in class org.mule.munit.runner.processors.ExcludeFlowSources
 
getMuleContext() - Method in class org.mule.munit.runner.processors.MunitModule
 
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
 
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
 
getPrinters() - Method in class org.mule.munit.runner.output.DefaultOutputHandler
 
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
 
getResources() - Method in class org.mule.munit.runner.simple.MunitSimpleRunner
 
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
 
initialisePlugins() - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
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

loadAndInitialisePlugins() - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
loadPlugins(MuleContext) - Method in class org.mule.munit.runner.context.plugin.MunitPluginFactory
It loads each MUnit Plugin it can find in the current thread classloader
loadPlugins() - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
logger - Variable in class org.mule.munit.runner.model.Suite
 
logger - Variable in class org.mule.munit.runner.model.Test
 

M

MessageProcessorChainFactory - Class in org.mule.munit.runner.config.factory
Generates a MessageProcessorChain
MessageProcessorChainFactory(MuleContext, Map<QName, Object>) - Constructor for class org.mule.munit.runner.config.factory.MessageProcessorChainFactory
 
META_INF_MUNIT_PLUGIN_PROPERTIES - Static variable in class org.mule.munit.runner.context.plugin.MunitPluginFactory
 
muleContext - Variable in class org.mule.munit.runner.flow.SimpleFlow
 
muleContext - Variable in class org.mule.munit.runner.flow.TestFlow
 
muleContext - Variable in class org.mule.munit.runner.processors.MunitModule
 
muleContext - Variable in class org.mule.munit.runner.processors.MunitProcessor
 
MUNIT_MODULE_ID - Static variable in class org.mule.munit.runner.processors.MunitModule
 
MUNIT_SERVER_PORT - 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.component.state.MunitComponentInitialStateManager
 
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
 
MunitPluginFactory - Class in org.mule.munit.runner.context.plugin
Loads all the MunitPlugin that are in the Class Loader, those plugins are set with the MuleContext (if necessary) but are not initialised
MunitPluginFactory() - Constructor for class org.mule.munit.runner.context.plugin.MunitPluginFactory
 
MunitPluginManager - Class in org.mule.munit.runner.context.plugin
The class is a container of MUnit plugins and through it you should handle the plugins lifecycle
MunitPluginManager() - Constructor for class org.mule.munit.runner.context.plugin.MunitPluginManager
 
MunitProcessor - Class in org.mule.munit.runner.processors
Generic Munit Processor.
MunitProcessor() - Constructor for class org.mule.munit.runner.processors.MunitProcessor
 
MunitSimpleRunner - Class in org.mule.munit.runner.simple
The Goal of this class is to start a Mule context with a simple MUnit configuration.
MunitSimpleRunner(String, List<MunitSimpleRunnerAction>, File) - Constructor for class org.mule.munit.runner.simple.MunitSimpleRunner
 
MunitSimpleRunnerAction - Interface in org.mule.munit.runner.simple
An action to be executed to a Mule Context
MunitXmlNamespaceInfoProvider - Class in org.mule.munit.runner.config
Provides the MUnit Namespace Information
MunitXmlNamespaceInfoProvider() - Constructor for class org.mule.munit.runner.config.MunitXmlNamespaceInfoProvider
 
mustStartMessageSource(AnnotatedObject) - 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
 
notifyTestEnd(String, String, TestStatus, long) - 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.config.factory - package org.mule.munit.runner.config.factory
 
org.mule.munit.runner.config.model - package org.mule.munit.runner.config.model
 
org.mule.munit.runner.context.plugin - package org.mule.munit.runner.context.plugin
 
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.output - package org.mule.munit.runner.output
 
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
 
org.mule.munit.runner.simple - package org.mule.munit.runner.simple
 
outputHandler - Variable in class org.mule.munit.runner.model.builders.SuiteBuilder
 
outputHandler - Variable in class org.mule.munit.runner.model.Test
The Output handler to be use.
OutputPrinter - Interface in org.mule.munit.runner.output
Output printer interface

P

parseAndRun(RunMessage, SuiteRunEventListener) - Method in class org.mule.munit.runner.remote.api.server.RunMessageHandler
 
print(String) - Method in class org.mule.munit.runner.output.ConsolePrinter
 
print(String) - Method in interface org.mule.munit.runner.output.OutputPrinter
Prints with an end of line the text passed as parameter
printDescription(String, String) - Method in class org.mule.munit.runner.output.DefaultOutputHandler
 
printDescription(String, String) - Method in interface org.mule.munit.runner.output.TestOutputHandler
Prints the MUnit flow information
printTestName(String) - Method in class org.mule.munit.runner.output.DefaultOutputHandler
 
printTestName(String) - Method in interface org.mule.munit.runner.output.TestOutputHandler
 
process(SimpleFlow, Event) - Method in class org.mule.munit.runner.model.Suite
 
process(InternalEvent) - Method in class org.mule.munit.runner.processors.MunitProcessor
Executes the message processor code.

R

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.simple.MunitSimpleRunner
Starts a Mule Context and run each of the actions provided.
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) - 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
 
setDescription(String) - Method in class org.mule.munit.runner.flow.SimpleFlow
 
setDescription(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
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
 
setError(String) - Method in class org.mule.munit.runner.model.TestResult
 
setError(UntypedEventError) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
SetEventProcessor - Class in org.mule.munit.runner.processors
Sets the payload
SetEventProcessor() - Constructor for class org.mule.munit.runner.processors.SetEventProcessor
 
setExcludeFlowSources(ExcludeFlowSources) - Method in class org.mule.munit.runner.processors.MunitModule
 
setExpectedErrorType(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setExpectedException(String) - Method in class org.mule.munit.runner.flow.TestFlow
 
setFailure(String) - Method in class org.mule.munit.runner.model.TestResult
 
setFlows(List<String>) - Method in class org.mule.munit.runner.processors.ExcludeFlowSources
 
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(MuleContext) - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
setMuleContext(MuleContext) - Method in class org.mule.munit.runner.flow.TestFlow
 
setMuleContext(MuleContext) - Method in class org.mule.munit.runner.processors.MunitProcessor
 
setMuleContext(MuleContext) - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
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
 
setOutputHandler(TestOutputHandler) - Method in class org.mule.munit.runner.model.Suite
 
setOutputHandler(TestOutputHandler) - Method in class org.mule.munit.runner.SuiteRunner
 
setPayload(Payload) - Method in class org.mule.munit.runner.processors.SetEventProcessor
 
setPluginFactory(MunitPluginFactory) - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
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
 
startPlugins() - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
stop() - Method in class org.mule.munit.runner.remote.api.server.RunnerServer
 
stopPlugins() - Method in class org.mule.munit.runner.context.plugin.MunitPluginManager
 
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) - 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, TestOutputHandler, 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
 
TestOutputHandler - Interface in org.mule.munit.runner.output
Defines how the stage notification of the test will be handled
TestResult - Class in org.mule.munit.runner.model
The result of each test in MUnit
TestResult(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

withOutputHandler(TestOutputHandler) - Method in class org.mule.munit.runner.model.builders.SuiteBuilder
 
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 © 2017. All rights reserved.