org.apache.commons.beanutils.bugs
Class Jira339TestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.beanutils.bugs.Jira339TestCase
All Implemented Interfaces:
junit.framework.Test

public class Jira339TestCase
extends junit.framework.TestCase

See https://issues.apache.org/jira/browse/BEANUTILS-339

Version:
$Revision: 800650 $ $Date: 2009-08-03 21:38:16 -0400 (Mon, 03 Aug 2009) $

Nested Class Summary
static class Jira339TestCase.TestBean
          Test Bean.
 
Constructor Summary
Jira339TestCase(String name)
          Create a test case with the specified name.
 
Method Summary
static void main(String[] args)
          Run the Test.
protected  void setUp()
          Set up.
static junit.framework.Test suite()
          Create a test suite for this test.
protected  void tearDown()
          Tear Down.
 void testIssue_BEANUTILS_331_BeanUtilsBean_populate()
          Test BeanUtils.populate(Object, Map)
 void testIssue_BEANUTILS_339_BeanUtilsBean_setProperty()
          Test PropertyUtils.setProperty(Object, String, Object)
 
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

Jira339TestCase

public Jira339TestCase(String name)
Create a test case with the specified name.

Parameters:
name - The name of the test
Method Detail

main

public static void main(String[] args)
Run the Test.

Parameters:
args - Arguments

suite

public static junit.framework.Test suite()
Create a test suite for this test.

Returns:
a test suite

setUp

protected void setUp()
              throws Exception
Set up.

Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Tear Down.

Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testIssue_BEANUTILS_339_BeanUtilsBean_setProperty

public void testIssue_BEANUTILS_339_BeanUtilsBean_setProperty()
Test PropertyUtils.setProperty(Object, String, Object)


testIssue_BEANUTILS_331_BeanUtilsBean_populate

public void testIssue_BEANUTILS_331_BeanUtilsBean_populate()
Test BeanUtils.populate(Object, Map)



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.