org.apache.maven.shared.release.config
Class ReleaseUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.shared.release.config.ReleaseUtilsTest
All Implemented Interfaces:
Test

public class ReleaseUtilsTest
extends TestCase

ReleaseDescriptor Tester.

Author:
Brett Porter

Constructor Summary
ReleaseUtilsTest()
           
 
Method Summary
 void testEquals()
           
 void testHashCode()
           
 void testMergeConfiguration()
           
 void testMergeConfigurationDestEmpty()
           
 void testMergeConfigurationSourceEmpty()
           
 void testMergeEqualsWithUpdateWorkingCopyTrue()
           
 
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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReleaseUtilsTest

public ReleaseUtilsTest()
Method Detail

testMergeConfigurationSourceEmpty

public void testMergeConfigurationSourceEmpty()
                                       throws IOException
Throws:
IOException

testMergeEqualsWithUpdateWorkingCopyTrue

public void testMergeEqualsWithUpdateWorkingCopyTrue()
                                              throws IOException
Throws:
IOException

testMergeConfigurationDestEmpty

public void testMergeConfigurationDestEmpty()
                                     throws IOException
Throws:
IOException

testMergeConfiguration

public void testMergeConfiguration()
                            throws IOException
Throws:
IOException

testEquals

public void testEquals()
                throws IOException
Throws:
IOException

testHashCode

public void testHashCode()
                  throws IOException
Throws:
IOException


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