org.apache.maven.usability
Class PluginErrorDiagnoserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.usability.PluginErrorDiagnoserTest
All Implemented Interfaces:
junit.framework.Test

public class PluginErrorDiagnoserTest
extends junit.framework.TestCase


Constructor Summary
PluginErrorDiagnoserTest()
           
 
Method Summary
 void testNonEditableParamWithOneProjectBasedExpression()
           
 void testParamWithNonActiveExpression()
           
 void testParamWithOneLocalRepositoryExpression()
           
 void testParamWithOneProjectAPIBasedExpression()
           
 void testParamWithOneProjectBasedExpression()
           
 void testParamWithOneReportsExpressionAndOneProjectBasedExpression()
           
 void testParamWithOneSystemPropertyExpression()
           
 void testParamWithoutExpression()
           
 void testShouldBeAbleToDiagnosePluginParameterExceptions()
           
 void testShouldDiagnoseInvalidPluginConfiguration()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginErrorDiagnoserTest

public PluginErrorDiagnoserTest()
Method Detail

testShouldDiagnoseInvalidPluginConfiguration

public void testShouldDiagnoseInvalidPluginConfiguration()

testShouldBeAbleToDiagnosePluginParameterExceptions

public void testShouldBeAbleToDiagnosePluginParameterExceptions()
                                                         throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithOneReportsExpressionAndOneProjectBasedExpression

public void testParamWithOneReportsExpressionAndOneProjectBasedExpression()
                                                                   throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithNonActiveExpression

public void testParamWithNonActiveExpression()
                                      throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithoutExpression

public void testParamWithoutExpression()
                                throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithOneLocalRepositoryExpression

public void testParamWithOneLocalRepositoryExpression()
                                               throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithOneSystemPropertyExpression

public void testParamWithOneSystemPropertyExpression()
                                              throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithOneProjectBasedExpression

public void testParamWithOneProjectBasedExpression()
                                            throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testParamWithOneProjectAPIBasedExpression

public void testParamWithOneProjectAPIBasedExpression()
                                               throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException

testNonEditableParamWithOneProjectBasedExpression

public void testNonEditableParamWithOneProjectBasedExpression()
                                                       throws org.apache.maven.plugin.descriptor.DuplicateParameterException
Throws:
org.apache.maven.plugin.descriptor.DuplicateParameterException


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.