org.acegisecurity.taglibs.authz
Class AuthorizeTagExpressionLanguageTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.acegisecurity.taglibs.authz.AuthorizeTagExpressionLanguageTests
All Implemented Interfaces:
junit.framework.Test

public class AuthorizeTagExpressionLanguageTests
extends junit.framework.TestCase

Test case to implement commons-el expression language expansion.


Constructor Summary
AuthorizeTagExpressionLanguageTests()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAllGrantedUsesExpressionLanguageWhenExpressionIsEL()
           
 void testAnyGrantedUsesExpressionLanguageWhenExpressionIsEL()
           
 void testNotGrantedUsesExpressionLanguageWhenExpressionIsEL()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

AuthorizeTagExpressionLanguageTests

public AuthorizeTagExpressionLanguageTests()
Method Detail

setUp

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

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testAllGrantedUsesExpressionLanguageWhenExpressionIsEL

public void testAllGrantedUsesExpressionLanguageWhenExpressionIsEL()
                                                            throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

testAnyGrantedUsesExpressionLanguageWhenExpressionIsEL

public void testAnyGrantedUsesExpressionLanguageWhenExpressionIsEL()
                                                            throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

testNotGrantedUsesExpressionLanguageWhenExpressionIsEL

public void testNotGrantedUsesExpressionLanguageWhenExpressionIsEL()
                                                            throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException


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