public class ReflectionUtilsTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReflectionUtilsTest.PrivateClass |
Constructor and Description |
---|
ReflectionUtilsTest() |
Modifier and Type | Method and Description |
---|---|
void |
testGetPrivateField() |
void |
testGetPrivateFieldException() |
void |
testGetPrivateStaticField() |
void |
testGetPrivateStaticFieldException() |
void |
testSetPrivateField() |
void |
testSetPrivateStaticField() |
public void testGetPrivateField() throws java.lang.Exception
java.lang.Exception
public void testGetPrivateFieldException() throws java.lang.Exception
java.lang.Exception
public void testSetPrivateField() throws java.lang.Exception
java.lang.Exception
public void testGetPrivateStaticField() throws java.lang.Exception
java.lang.Exception
public void testGetPrivateStaticFieldException() throws java.lang.Exception
java.lang.Exception
public void testSetPrivateStaticField() throws java.lang.Exception
java.lang.Exception