org.acegisecurity.concurrent
Class ConcurrentSessionFilterTests

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

public class ConcurrentSessionFilterTests
extends junit.framework.TestCase

Tests ConcurrentSessionFilter.

Version:
$Id: ConcurrentSessionFilterTests.java 1541 2006-06-11 01:20:29Z raykrueger $
Author:
Ben Alex

Constructor Summary
ConcurrentSessionFilterTests()
           
ConcurrentSessionFilterTests(String arg0)
           
 
Method Summary
static void main(String[] args)
           
 void testDetectsExpiredSessions()
           
 void testDetectsMissingExpiredUrl()
           
 void testDetectsMissingSessionRegistry()
           
 void testUpdatesLastRequestTime()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentSessionFilterTests

public ConcurrentSessionFilterTests()

ConcurrentSessionFilterTests

public ConcurrentSessionFilterTests(String arg0)
Method Detail

main

public static void main(String[] args)

testDetectsExpiredSessions

public void testDetectsExpiredSessions()
                                throws Exception
Throws:
Exception

testDetectsMissingExpiredUrl

public void testDetectsMissingExpiredUrl()
                                  throws Exception
Throws:
Exception

testDetectsMissingSessionRegistry

public void testDetectsMissingSessionRegistry()
                                       throws Exception
Throws:
Exception

testUpdatesLastRequestTime

public void testUpdatesLastRequestTime()
                                throws Exception
Throws:
Exception


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