public class

MunitTestRunner

extends Object
java.lang.Object
   ↳ org.mule.munit.test.MunitTestRunner

Summary

Constants
String CLASSNAME_ANNOTATIONS_CONFIG_BUILDER
Fields
private MuleContext muleContext
private String resources
private Suite suite
Public Constructors
MunitTestRunner(String resources)
Public Methods
int getNumberOfTests()
SuiteResult run()
void setNotificationListener(NotificationListener notificationListener)
Protected Methods
void configureMuleContext(MuleContextBuilder contextBuilder)
MuleContext createMuleContext()
ConfigurationBuilder getBuilder()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CLASSNAME_ANNOTATIONS_CONFIG_BUILDER

Constant Value: "org.mule.org.mule.munit.config.AnnotationsConfigurationBuilder"

Fields

private MuleContext muleContext

private String resources

private Suite suite

Public Constructors

public MunitTestRunner (String resources)

Parameters
resources

Public Methods

public int getNumberOfTests ()

public SuiteResult run ()

public void setNotificationListener (NotificationListener notificationListener)

Parameters
notificationListener

Protected Methods

protected void configureMuleContext (MuleContextBuilder contextBuilder)

Parameters
contextBuilder

protected MuleContext createMuleContext ()

Throws
Exception

protected ConfigurationBuilder getBuilder ()

Throws
Exception