|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.test.PluginAutomaticTestBuilder
public class PluginAutomaticTestBuilder
Called by the code generated by maven-hpi-plugin to build tests for plugins.
| Constructor Summary | |
|---|---|
PluginAutomaticTestBuilder()
|
|
| Method Summary | |
|---|---|
static junit.framework.TestSuite |
build(java.util.Map<java.lang.String,?> params)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginAutomaticTestBuilder()
| Method Detail |
|---|
public static junit.framework.TestSuite build(java.util.Map<java.lang.String,?> params)
throws java.lang.Exception
params - Various information about the plugin that maven-hpi-plugin adds.
As of 1.52, this includes the followings:
basedir (String) : directory that contains pom.xml
artifactId (String) : artifact ID of the plugin
outputDirectory (String) : target/classes dir where class files and resources can be found
testOutputDirectory (String) : target/test-classes.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||