org.apache.commons.beanutils.bugs
Class Jira349TestCase

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

public class Jira349TestCase
extends junit.framework.TestCase

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

Version:
$Revision$ $Date$

Nested Class Summary
static class Jira349TestCase.ObjectBean
          Test Bean with a Boolean object property.
static class Jira349TestCase.PrimitiveBean
          Test Bean with a primitive boolean property.
 
Field Summary
private  org.apache.commons.logging.Log log
           
 
Constructor Summary
Jira349TestCase(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_349_PropertyUtils_copyProperties()
          Test PropertyUtils.copyProperties(Object, 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
 

Field Detail

log

private org.apache.commons.logging.Log log
Constructor Detail

Jira349TestCase

public Jira349TestCase(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_349_PropertyUtils_copyProperties

public void testIssue_BEANUTILS_349_PropertyUtils_copyProperties()
Test PropertyUtils.copyProperties(Object, Object)



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