org.apache.maven.shared.filtering
Class PropertyUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.shared.filtering.PropertyUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class PropertyUtilsTest
extends PlexusTestCase

Since:
1.0-beta-1
Version:
$Id: PropertyUtilsTest.java 1058704 2011-01-13 18:29:54Z dennisl $
Author:
olamy

Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
PropertyUtilsTest()
           
 
Method Summary
 void testBasic()
           
 void testException()
           
 void testloadpropertiesFile()
           
 void testSystemProperties()
           
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

PropertyUtilsTest

public PropertyUtilsTest()
Method Detail

testBasic

public void testBasic()
               throws Exception
Throws:
Exception

testSystemProperties

public void testSystemProperties()
                          throws Exception
Throws:
Exception

testException

public void testException()
                   throws Exception
Throws:
Exception

testloadpropertiesFile

public void testloadpropertiesFile()
                            throws Exception
Throws:
Exception


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