org.apache.maven.plugin.coreit
Class PropertyUtilTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.coreit.PropertyUtilTest
All Implemented Interfaces:
Test

public class PropertyUtilTest
extends TestCase

Version:
$Id: PropertyUtilTest.java 714129 2008-11-14 20:32:14Z bentmann $
Author:
Benjamin Bentmann

Nested Class Summary
static class PropertyUtilTest.Bean
           
 
Constructor Summary
PropertyUtilTest()
           
 
Method Summary
 void testGetPropertyName()
           
 void testStoreArray()
           
 void testStoreBean()
           
 void testStoreCycle()
           
 void testStoreList()
           
 void testStoreMap()
           
 void testStoreScalar()
           
 
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

PropertyUtilTest

public PropertyUtilTest()
Method Detail

testStoreScalar

public void testStoreScalar()

testStoreArray

public void testStoreArray()

testStoreList

public void testStoreList()

testStoreMap

public void testStoreMap()

testStoreBean

public void testStoreBean()

testStoreCycle

public void testStoreCycle()

testGetPropertyName

public void testGetPropertyName()


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