org.apache.maven.plugin.invoker
Class InvokerPropertiesTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.maven.plugin.invoker.InvokerPropertiesTest
All Implemented Interfaces:
junit.framework.Test

public class InvokerPropertiesTest
extends junit.framework.TestCase

Tests the invoker properties facade.

Version:
$Id: InvokerPropertiesTest.java 688545 2008-08-24 18:38:59Z bentmann $
Author:
Benjamin Bentmann

Constructor Summary
InvokerPropertiesTest()
           
 
Method Summary
 void testConfigureRequestFailureBehavior()
           
 void testConfigureRequestGoals()
           
 void testConfigureRequestMavenOpts()
           
 void testConfigureRequestProfiles()
           
 void testConfigureRequestRecursion()
           
 void testConstructorNullSafe()
           
 void testGetInvokerProperty()
           
 void testIsExpectedResult()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokerPropertiesTest

public InvokerPropertiesTest()
Method Detail

testConstructorNullSafe

public void testConstructorNullSafe()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testGetInvokerProperty

public void testGetInvokerProperty()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testIsExpectedResult

public void testIsExpectedResult()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testConfigureRequestGoals

public void testConfigureRequestGoals()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testConfigureRequestProfiles

public void testConfigureRequestProfiles()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testConfigureRequestMavenOpts

public void testConfigureRequestMavenOpts()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testConfigureRequestFailureBehavior

public void testConfigureRequestFailureBehavior()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

testConfigureRequestRecursion

public void testConfigureRequestRecursion()
                                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.