Package org.apache.maven.plugins.pmd
Class PmdViolationCheckMojoTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.codehaus.plexus.PlexusTestCase
-
- org.apache.maven.plugin.testing.AbstractMojoTestCase
-
- org.apache.maven.plugins.pmd.PmdViolationCheckMojoTest
-
- All Implemented Interfaces:
junit.framework.Test
public class PmdViolationCheckMojoTest extends AbstractMojoTestCase
- Version:
- $Id$
- Author:
- Maria Odea Ching
-
-
Constructor Summary
Constructors Constructor Description PmdViolationCheckMojoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestDefaultConfiguration()voidtestException()voidtestFailurePriority()voidtestMaxAllowedViolations()voidtestNotFailOnViolation()voidtestViolationExclusion()-
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
-
testMaxAllowedViolations
public void testMaxAllowedViolations() throws java.lang.Exception- Throws:
java.lang.Exception
-
testFailurePriority
public void testFailurePriority() throws java.lang.Exception- Throws:
java.lang.Exception
-
testException
public void testException() throws java.lang.Exception- Throws:
java.lang.Exception
-
testViolationExclusion
public void testViolationExclusion() throws java.lang.Exception- Throws:
java.lang.Exception
-
-