public class

MuleSuiteRunner

extends Runner
implements Filterable Sortable
java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.mule.munit.MuleSuiteRunner

Summary

Nested Classes
class MuleSuiteRunner.MuleTest  
Constants
String CLASSNAME_ANNOTATIONS_CONFIG_BUILDER
Fields
private MuleContext muleContext
private String resources
private TestSuite testSuite
Public Constructors
MuleSuiteRunner(Class testClass)
Public Methods
TestListener createAdaptingListener(RunNotifier notifier)
void filter(Filter filter)
Description getDescription()
void run(RunNotifier notifier)
void sort(Sorter sorter)
Protected Methods
void configureMuleContext(MuleContextBuilder contextBuilder)
MuleContext createMuleContext()
ConfigurationBuilder getBuilder()
[Expand]
Inherited Methods
From class org.junit.runner.Runner
From class java.lang.Object
From interface org.junit.runner.Describable
From interface org.junit.runner.manipulation.Filterable
From interface org.junit.runner.manipulation.Sortable

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

Public Constructors

public MuleSuiteRunner (Class testClass)

Parameters
testClass

Public Methods

public TestListener createAdaptingListener (RunNotifier notifier)

Parameters
notifier

public void filter (Filter filter)

Parameters
filter
Throws
NoTestsRemainException

public Description getDescription ()

public void run (RunNotifier notifier)

Parameters
notifier

public void sort (Sorter sorter)

Parameters
sorter

Protected Methods

protected void configureMuleContext (MuleContextBuilder contextBuilder)

Parameters
contextBuilder

protected MuleContext createMuleContext ()

Throws
Exception

protected ConfigurationBuilder getBuilder ()

Throws
Exception