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.119, this includes the followings:
basedir (String) : directory that contains pom.xml
artifactId (String) : artifact ID from the pom.xml
packaging (String) : packaging of from the pom.xml (used to determine if the pom is a plugin or not)
outputDirectory (String) : target/classes dir where class files and resources can be found
testOutputDirectory (String) : target/test-classes.
requirePI (String) : either true
to verify that all the jelly scripts have the Jelly XSS PI in
them or false
to ignore any missing ones.Exception
Copyright © 2004–2022. All rights reserved.