org.apache.maven.plugin.invoker
Class InvokerPropertiesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.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 735456 2009-01-18 13:40:12Z bentmann $
Author:
Benjamin Bentmann

Constructor Summary
InvokerPropertiesTest()
           
 
Method Summary
 void testConfigureRequestFailureBehavior()
           
 void testConfigureRequestGoals()
           
 void testConfigureRequestMavenOpts()
           
 void testConfigureRequestOffline()
           
 void testConfigureRequestProfiles()
           
 void testConfigureRequestProject()
           
 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 Exception
Throws:
Exception

testGetInvokerProperty

public void testGetInvokerProperty()
                            throws Exception
Throws:
Exception

testIsExpectedResult

public void testIsExpectedResult()
                          throws Exception
Throws:
Exception

testConfigureRequestGoals

public void testConfigureRequestGoals()
                               throws Exception
Throws:
Exception

testConfigureRequestProfiles

public void testConfigureRequestProfiles()
                                  throws Exception
Throws:
Exception

testConfigureRequestProject

public void testConfigureRequestProject()
                                 throws Exception
Throws:
Exception

testConfigureRequestMavenOpts

public void testConfigureRequestMavenOpts()
                                   throws Exception
Throws:
Exception

testConfigureRequestFailureBehavior

public void testConfigureRequestFailureBehavior()
                                         throws Exception
Throws:
Exception

testConfigureRequestRecursion

public void testConfigureRequestRecursion()
                                   throws Exception
Throws:
Exception

testConfigureRequestOffline

public void testConfigureRequestOffline()
                                 throws Exception
Throws:
Exception


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