public class SpringFitRunnerMojo extends FitRunnerMojo
ContextConfiguration, specifying the location of the Spring XML configuration.
NOTE: By default, properties from parent Mojos are not visible to the Javadoc annotation
processor on derived Mojos. The maven-inherit-plugin relieves this restriction by providing
the extendsPlugin annotation, instructing the plugin builder to include the
inherited properties.| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationContext
EXPERIMENTAL, DO NOT USE.
|
caseSensitive, classpathElements, ignoreFailures, outputDirectory, parseTags, skip, sourceDirectory, sourceExcludes, sourceIncludes| Constructor and Description |
|---|
SpringFitRunnerMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected ClasspathClassLoader |
getTestClassLoader() |
afterSuite, afterTest, beforeTest, execute, runprotected String applicationContext
The location of an XML Spring context definition for a standard application context.
If this is parameter is missing, the plugin will use the Spring Test Context and build
contexts for all fixture classes annotated with ContextConfiguration.
protected ClasspathClassLoader getTestClassLoader()
getTestClassLoader in class FitRunnerMojoCopyright © 2011-2013. All Rights Reserved.