org.apache.commons.ognl.internal
Class MethodAccessCacheTest

java.lang.Object
  extended by org.apache.commons.ognl.internal.MethodAccessCacheTest

public class MethodAccessCacheTest
extends Object

User: Maurizio Cucchiara Date: 10/17/11 Time: 12:59 AM


Constructor Summary
MethodAccessCacheTest()
           
 
Method Summary
 void testGetAccessibleNonPublicMethod()
           
 void testGetNotAccessibleNonPublicMethod()
           
 void testGetPublicMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodAccessCacheTest

public MethodAccessCacheTest()
Method Detail

testGetAccessibleNonPublicMethod

public void testGetAccessibleNonPublicMethod()
                                      throws Exception
Throws:
Exception

testGetNotAccessibleNonPublicMethod

public void testGetNotAccessibleNonPublicMethod()
                                         throws Exception
Throws:
Exception

testGetPublicMethod

public void testGetPublicMethod()
                         throws NoSuchMethodException,
                                CacheException
Throws:
NoSuchMethodException
CacheException


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.