public class

Suite

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

Summary

Fields
private List<Test> munitTests
private String name
private NotificationListener notificationListener
Public Constructors
Suite(String name)
Public Methods
void add(Test test)
int getNumberOfTests()
SuiteResult run()
void setNotificationListener(NotificationListener notificationListener)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private List<Test> munitTests

private String name

private NotificationListener notificationListener

Public Constructors

public Suite (String name)

Parameters
name

Public Methods

public void add (Test test)

Parameters
test

public int getNumberOfTests ()

public SuiteResult run ()

Throws
Exception

public void setNotificationListener (NotificationListener notificationListener)

Parameters
notificationListener