org.acegisecurity.util
Class FilterToBeanProxyTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.acegisecurity.util.FilterToBeanProxyTests
All Implemented Interfaces:
junit.framework.Test

public class FilterToBeanProxyTests
extends junit.framework.TestCase

Tests FilterToBeanProxy.

Version:
$Id: FilterToBeanProxyTests.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Ben Alex

Constructor Summary
FilterToBeanProxyTests()
           
FilterToBeanProxyTests(String arg0)
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
 void testDetectsClassNotInClassLoader()
           
 void testDetectsNeitherPropertyBeingSet()
           
 void testDetectsTargetBeanIsNotAFilter()
           
 void testDetectsTargetBeanNotInBeanContext()
           
 void testDetectsTargetClassNotInBeanContext()
           
 void testIgnoresEmptyTargetBean()
           
 void testNormalOperationWithLazyTrue()
           
 void testNormalOperationWithSpecificBeanName()
           
 void testNormalOperationWithTargetClass()
           
 void testNullDelegateDoesNotCauseNullPointerException()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterToBeanProxyTests

public FilterToBeanProxyTests()

FilterToBeanProxyTests

public FilterToBeanProxyTests(String arg0)
Method Detail

main

public static void main(String[] args)

setUp

public final void setUp()
                 throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testDetectsClassNotInClassLoader

public void testDetectsClassNotInClassLoader()
                                      throws Exception
Throws:
Exception

testDetectsNeitherPropertyBeingSet

public void testDetectsNeitherPropertyBeingSet()
                                        throws Exception
Throws:
Exception

testDetectsTargetBeanIsNotAFilter

public void testDetectsTargetBeanIsNotAFilter()
                                       throws Exception
Throws:
Exception

testDetectsTargetBeanNotInBeanContext

public void testDetectsTargetBeanNotInBeanContext()
                                           throws Exception
Throws:
Exception

testDetectsTargetClassNotInBeanContext

public void testDetectsTargetClassNotInBeanContext()
                                            throws Exception
Throws:
Exception

testIgnoresEmptyTargetBean

public void testIgnoresEmptyTargetBean()
                                throws Exception
Throws:
Exception

testNormalOperationWithLazyTrue

public void testNormalOperationWithLazyTrue()
                                     throws Exception
Throws:
Exception

testNormalOperationWithSpecificBeanName

public void testNormalOperationWithSpecificBeanName()
                                             throws Exception
Throws:
Exception

testNormalOperationWithTargetClass

public void testNormalOperationWithTargetClass()
                                        throws Exception
Throws:
Exception

testNullDelegateDoesNotCauseNullPointerException

public void testNullDelegateDoesNotCauseNullPointerException()
                                                      throws Exception
Throws:
Exception


Copyright © 2004-2008 Interface21, Inc. All Rights Reserved.