org.silverpeas.jstl.constant.reflect
Class ClassConstantInspectorTest
java.lang.Object
org.silverpeas.jstl.constant.reflect.ClassConstantInspectorTest
public class ClassConstantInspectorTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lowerCaseConstantAccessTest
public static final String lowerCaseConstantAccessTest
- See Also:
- Constant Field Values
UPPERCASE_CONSTANT_ACCESS_TEST
public static final String UPPERCASE_CONSTANT_ACCESS_TEST
- See Also:
- Constant Field Values
nonPublicField
protected static final String nonPublicField
- See Also:
- Constant Field Values
nonStaticField
public final String nonStaticField
- See Also:
- Constant Field Values
nonFinalField
public static String nonFinalField
ClassConstantInspectorTest
public ClassConstantInspectorTest()
testUnexistingConstant
public void testUnexistingConstant()
throws Exception
- Throws:
Exception
testLowercaseConstantAccessTest
public void testLowercaseConstantAccessTest()
throws Exception
- Throws:
Exception
testUppercaseConstantAccessTest
public void testUppercaseConstantAccessTest()
throws Exception
- Throws:
Exception
testEnumAccessTest
public void testEnumAccessTest()
throws Exception
- Throws:
Exception
testProtectedEnumAccessTest
public void testProtectedEnumAccessTest()
throws Exception
- Throws:
Exception
testClassAccessTest
public void testClassAccessTest()
throws Exception
- Throws:
Exception
testFieldOfNonPublicClass
public void testFieldOfNonPublicClass()
throws Exception
- Throws:
Exception
testNonStaticClass
public void testNonStaticClass()
throws Exception
- Throws:
Exception
testFieldOfNonStaticClass
public void testFieldOfNonStaticClass()
throws Exception
- Throws:
Exception
testFieldOfNonFinalClass
public void testFieldOfNonFinalClass()
throws Exception
- Throws:
Exception
testNonPublicField
public void testNonPublicField()
throws Exception
- Throws:
Exception
testNonStaticField
public void testNonStaticField()
throws Exception
- Throws:
Exception
testNonFinalField
public void testNonFinalField()
throws Exception
- Throws:
Exception
Copyright © 2016 Silverpeas. All Rights Reserved.