org.apache.commons.beanutils.bugs
Class Jira368TestCase

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

public class Jira368TestCase
extends junit.framework.TestCase

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

Version:
$Revision: 834031 $ $Date: 2009-11-09 07:26:52 -0500 (Mon, 09 Nov 2009) $

Constructor Summary
Jira368TestCase(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 testBeanUtilsSetProperty_NullBean()
          Test BeanUtils setProperty() with Null value
 
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

Jira368TestCase

public Jira368TestCase(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

testBeanUtilsSetProperty_NullBean

public void testBeanUtilsSetProperty_NullBean()
                                       throws Exception
Test BeanUtils setProperty() with Null value

Throws:
Exception


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