org.acegisecurity.taglibs.authz
Class AuthorizeTagAttributeTests

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

public class AuthorizeTagAttributeTests
extends junit.framework.TestCase

DOCUMENT ME!

Version:
$Id: AuthorizeTagAttributeTests.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Francois Beausoleil

Constructor Summary
AuthorizeTagAttributeTests()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAssertsIfAllGrantedSecond()
           
 void testAssertsIfAnyGrantedLast()
           
 void testAssertsIfNotGrantedFirst()
           
 void testAssertsIfNotGrantedIgnoresWhitespaceInAttribute()
           
 void testIfAllGrantedIgnoresWhitespaceInAttribute()
           
 void testIfNotGrantedIgnoresWhitespaceInAttribute()
           
 
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

AuthorizeTagAttributeTests

public AuthorizeTagAttributeTests()
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

testAssertsIfAllGrantedSecond

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

testAssertsIfAnyGrantedLast

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

testAssertsIfNotGrantedFirst

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

testAssertsIfNotGrantedIgnoresWhitespaceInAttribute

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

testIfAllGrantedIgnoresWhitespaceInAttribute

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

testIfNotGrantedIgnoresWhitespaceInAttribute

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


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