org.apache.maven.surefire.booter
Class PropertiesWrapperTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.surefire.booter.PropertiesWrapperTest
All Implemented Interfaces:
junit.framework.Test

public class PropertiesWrapperTest
extends junit.framework.TestCase

Author:
Kristian Rosenvold

Constructor Summary
PropertiesWrapperTest()
           
 
Method Summary
 void testAddList()
           
 void testReadFromProperties()
           
 void testReadFromPropertiesWithEmptyProperties()
           
 void testRoundtrip()
           
 void testWriteToProperties()
           
 
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

PropertiesWrapperTest

public PropertiesWrapperTest()
Method Detail

testAddList

public void testAddList()
                 throws Exception
Throws:
Exception

testReadFromProperties

public void testReadFromProperties()
                            throws Exception
Throws:
Exception

testReadFromPropertiesWithEmptyProperties

public void testReadFromPropertiesWithEmptyProperties()
                                               throws Exception
Throws:
Exception

testWriteToProperties

public void testWriteToProperties()
                           throws Exception
Throws:
Exception

testRoundtrip

public void testRoundtrip()
                   throws Exception
Throws:
Exception


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.