Package org.apache.maven.plugins.pmd
Class CpdViolationCheckMojoTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.codehaus.plexus.PlexusTestCase
-
- org.apache.maven.plugin.testing.AbstractMojoTestCase
-
- org.apache.maven.plugins.pmd.CpdViolationCheckMojoTest
-
- All Implemented Interfaces:
junit.framework.Test
public class CpdViolationCheckMojoTest extends AbstractMojoTestCase
- Version:
- $Id$
- Author:
- Maria Odea Ching
-
-
Constructor Summary
Constructors Constructor Description CpdViolationCheckMojoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestDefaultConfiguration()voidtestException()voidtestExclusionsConfiguration()voidtestNotFailOnViolation()-
Methods inherited from class org.apache.maven.plugin.testing.AbstractMojoTestCase
configureMojo, configureMojo, extractPluginConfiguration, extractPluginConfiguration, getContainer, getPluginDescriptorLocation, getPluginDescriptorPath, getPublicDescriptorStream, getVariablesAndValuesFromObject, getVariablesAndValuesFromObject, getVariableValueFromObject, lookupConfiguredMojo, lookupConfiguredMojo, lookupEmptyMojo, lookupEmptyMojo, lookupMojo, lookupMojo, lookupMojo, newMavenSession, newMojoExecution, setupContainer, setupContainerConfiguration, setVariableValueToObject
-
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, tearDown
-
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
-
setUp
protected void setUp() throws java.lang.Exception- Overrides:
setUpin classAbstractMojoTestCase- Throws:
java.lang.Exception
-
testDefaultConfiguration
public void testDefaultConfiguration() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNotFailOnViolation
public void testNotFailOnViolation() throws java.lang.Exception- Throws:
java.lang.Exception
-
testException
public void testException() throws java.lang.Exception- Throws:
java.lang.Exception
-
testExclusionsConfiguration
public void testExclusionsConfiguration() throws java.lang.Exception- Throws:
java.lang.Exception
-
-