org.acegisecurity.providers.anonymous
Class AnonymousAuthenticationProviderTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.acegisecurity.providers.anonymous.AnonymousAuthenticationProviderTests
All Implemented Interfaces:
junit.framework.Test

public class AnonymousAuthenticationProviderTests
extends junit.framework.TestCase

Tests AnonymousAuthenticationProvider.

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

Constructor Summary
AnonymousAuthenticationProviderTests()
           
AnonymousAuthenticationProviderTests(String arg0)
           
 
Method Summary
static void main(String[] args)
           
 void setUp()
           
 void testDetectsAnInvalidKey()
           
 void testDetectsMissingKey()
           
 void testGettersSetters()
           
 void testIgnoresClassesItDoesNotSupport()
           
 void testNormalOperation()
           
 void testSupports()
           
 
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

AnonymousAuthenticationProviderTests

public AnonymousAuthenticationProviderTests()

AnonymousAuthenticationProviderTests

public AnonymousAuthenticationProviderTests(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

testDetectsAnInvalidKey

public void testDetectsAnInvalidKey()
                             throws Exception
Throws:
Exception

testDetectsMissingKey

public void testDetectsMissingKey()
                           throws Exception
Throws:
Exception

testGettersSetters

public void testGettersSetters()
                        throws Exception
Throws:
Exception

testIgnoresClassesItDoesNotSupport

public void testIgnoresClassesItDoesNotSupport()
                                        throws Exception
Throws:
Exception

testNormalOperation

public void testNormalOperation()
                         throws Exception
Throws:
Exception

testSupports

public void testSupports()


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