public class PluginAutomaticTestBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginAutomaticTestBuilder.OtherTests |
| Constructor and Description |
|---|
PluginAutomaticTestBuilder()
InjectedTest mistakenly calls build(java.util.Map<java.lang.String, ?>) as an instance method, and uses this constructor. |
public PluginAutomaticTestBuilder()
InjectedTest mistakenly calls build(java.util.Map<java.lang.String, ?>) as an instance method, and uses this constructor.public static junit.framework.TestSuite build(Map<String,?> params) throws 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.ExceptionCopyright © 2004–2015. All rights reserved.