public class

MUnitMojo

extends AbstractMojo
java.lang.Object
   ↳ org.apache.maven.plugin.AbstractMojo
     ↳ org.mule.MUnitMojo

Class Overview

Runs tests

Summary

Fields
protected List<String> classpathElements The classpath elements of the project being tested.@required
protected String munittest
protected MavenProject project
[Expand]
Inherited Fields
From class org.apache.maven.plugin.AbstractMojo
From interface org.apache.maven.plugin.Mojo
Public Constructors
MUnitMojo()
Public Methods
void execute()
URLClassLoader getClassPath(List<URL> classpath)
[Expand]
Inherited Methods
From class org.apache.maven.plugin.AbstractMojo
From class java.lang.Object
From interface org.apache.maven.plugin.ContextEnabled
From interface org.apache.maven.plugin.Mojo

Fields

protected List<String> classpathElements

The classpath elements of the project being tested.@required

protected String munittest

protected MavenProject project

Public Constructors

public MUnitMojo ()

Public Methods

public void execute ()

Throws
MojoExecutionException

public URLClassLoader getClassPath (List<URL> classpath)

Parameters
classpath