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 DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithOneReportsExpressionAndOneProjectBasedExpression

public void testParamWithOneReportsExpressionAndOneProjectBasedExpression()
                                                                   throws DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithNonActiveExpression

public void testParamWithNonActiveExpression()
                                      throws DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithoutExpression

public void testParamWithoutExpression()
                                throws DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithOneLocalRepositoryExpression

public void testParamWithOneLocalRepositoryExpression()
                                               throws DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithOneSystemPropertyExpression

public void testParamWithOneSystemPropertyExpression()
                                              throws DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithOneProjectBasedExpression

public void testParamWithOneProjectBasedExpression()
                                            throws DuplicateParameterException
Throws:
DuplicateParameterException

testParamWithOneProjectAPIBasedExpression

public void testParamWithOneProjectAPIBasedExpression()
                                               throws DuplicateParameterException
Throws:
DuplicateParameterException

testNonEditableParamWithOneProjectBasedExpression

public void testNonEditableParamWithOneProjectBasedExpression()
                                                       throws DuplicateParameterException
Throws:
DuplicateParameterException


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