Class PropertiesWrapperTest

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

public class PropertiesWrapperTest extends junit.framework.TestCase
Author:
Kristian Rosenvold
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     
    void
     

    Methods inherited from class junit.framework.TestCase

    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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PropertiesWrapperTest

      public PropertiesWrapperTest()
  • Method Details

    • testAddList

      public void testAddList()
    • testReadFromProperties

      public void testReadFromProperties()
    • testReadFromPropertiesWithEmptyProperties

      public void testReadFromPropertiesWithEmptyProperties()
    • testWriteToProperties

      public void testWriteToProperties()
    • testRoundtrip

      public void testRoundtrip()