org.silverpeas.jstl.constant.reflect
Class ClassConstantInspectorTest

java.lang.Object
  extended by org.silverpeas.jstl.constant.reflect.ClassConstantInspectorTest

public class ClassConstantInspectorTest
extends Object


Nested Class Summary
 class ClassConstantInspectorTest.ClassAccessTest
           
static class ClassConstantInspectorTest.EnumAccessTest
           
static class ClassConstantInspectorTest.NonFinalClass
           
 class ClassConstantInspectorTest.NonStaticClass
           
protected static class ClassConstantInspectorTest.ProtectedEnumAccessTest
           
 
Field Summary
static String lowerCaseConstantAccessTest
           
static String nonFinalField
           
protected static String nonPublicField
           
 String nonStaticField
           
static String UPPERCASE_CONSTANT_ACCESS_TEST
           
 
Constructor Summary
ClassConstantInspectorTest()
           
 
Method Summary
 void testClassAccessTest()
           
 void testEnumAccessTest()
           
 void testFieldOfNonFinalClass()
           
 void testFieldOfNonPublicClass()
           
 void testFieldOfNonStaticClass()
           
 void testLowercaseConstantAccessTest()
           
 void testNonFinalField()
           
 void testNonPublicField()
           
 void testNonStaticClass()
           
 void testNonStaticField()
           
 void testProtectedEnumAccessTest()
           
 void testUnexistingConstant()
           
 void testUppercaseConstantAccessTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ClassConstantInspectorTest

public ClassConstantInspectorTest()
Method Detail

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.