Package org.apache.maven.plugins.invoker
Class InvokerMojoTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.codehaus.plexus.PlexusTestCase
-
- org.apache.maven.plugin.testing.AbstractMojoTestCase
-
- org.apache.maven.plugins.invoker.InvokerMojoTest
-
- All Implemented Interfaces:
junit.framework.Test
public class InvokerMojoTest extends AbstractMojoTestCase
- Since:
- 18 nov. 07
- Author:
- Olivier Lamy
-
-
Constructor Summary
Constructors Constructor Description InvokerMojoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAlreadyCloned()
void
testFullPatternInvokerTest()
void
testMultiInvokerTest()
void
testParallelThreadsSettings()
void
testSingleInvokerTest()
-
Methods inherited from class org.apache.maven.plugin.testing.AbstractMojoTestCase
addGuiceModules, configureMojo, configureMojo, extractPluginConfiguration, extractPluginConfiguration, getContainer, getPluginDescriptorLocation, getPluginDescriptorPath, getPublicDescriptorStream, getVariablesAndValuesFromObject, getVariablesAndValuesFromObject, getVariableValueFromObject, lookupConfiguredMojo, lookupConfiguredMojo, lookupEmptyMojo, lookupEmptyMojo, lookupMojo, lookupMojo, lookupMojo, newMavenSession, newMojoExecution, setUp, setupContainer, setupContainerConfiguration, setVariableValueToObject
-
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfigurationName, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, tearDown, teardownContainer
-
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
-
-
-
-
Method Detail
-
testSingleInvokerTest
public void testSingleInvokerTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testMultiInvokerTest
public void testMultiInvokerTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testFullPatternInvokerTest
public void testFullPatternInvokerTest() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testAlreadyCloned
public void testAlreadyCloned()
-
testParallelThreadsSettings
public void testParallelThreadsSettings() throws java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException
-
-