org.openjump.test
Class ReflectionUtilsTest

java.lang.Object
  extended by org.openjump.test.ReflectionUtilsTest

public class ReflectionUtilsTest
extends java.lang.Object

Author:
Benjamin Gudehus

Nested Class Summary
static class ReflectionUtilsTest.PrivateClass
           
 
Constructor Summary
ReflectionUtilsTest()
           
 
Method Summary
 void testGetPrivateField()
           
 void testGetPrivateFieldException()
           
 void testGetPrivateStaticField()
           
 void testGetPrivateStaticFieldException()
           
 void testSetPrivateField()
           
 void testSetPrivateStaticField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionUtilsTest

public ReflectionUtilsTest()
Method Detail

testGetPrivateField

public void testGetPrivateField()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testGetPrivateFieldException

public void testGetPrivateFieldException()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testSetPrivateField

public void testSetPrivateField()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testGetPrivateStaticField

public void testGetPrivateStaticField()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testGetPrivateStaticFieldException

public void testGetPrivateStaticFieldException()
                                        throws java.lang.Exception
Throws:
java.lang.Exception

testSetPrivateStaticField

public void testSetPrivateStaticField()
                               throws java.lang.Exception
Throws:
java.lang.Exception