org.alfresco.repo.security.authentication
Class AuthenticationBootstrapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.security.authentication.AuthenticationBootstrapTest
All Implemented Interfaces:
junit.framework.Test

public class AuthenticationBootstrapTest
extends junit.framework.TestCase

Checks that no residual authentications are left over after bootstrap. It is important that this test run on its own and not part of a suite.

Since:
3.0.1

Constructor Summary
AuthenticationBootstrapTest()
           
 
Method Summary
 void testBootstrap()
          Creates the application context in the context of the test (not statically) and checks that no residual authentication is left hanging around.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationBootstrapTest

public AuthenticationBootstrapTest()
Method Detail

testBootstrap

public void testBootstrap()
Creates the application context in the context of the test (not statically) and checks that no residual authentication is left hanging around.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.