org.acegisecurity.captcha
Class CaptchaChannelProcessorTemplateTests

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

public class CaptchaChannelProcessorTemplateTests
extends junit.framework.TestCase

Tests CaptchaChannelProcessorTemplate

Version:
$Id: CaptchaChannelProcessorTemplateTests.java 1496 2006-05-23 13:38:33Z benalex $
Author:
marc antoine Garrigue

Constructor Summary
CaptchaChannelProcessorTemplateTests()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testContextRedirect()
           
 void testDecideRejectsNulls()
           
 void testGettersSetters()
           
 void testIncrementRequestCount()
           
 void testMissingEntryPoint()
           
 void testMissingKeyword()
           
 void testSupports()
           
 
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

CaptchaChannelProcessorTemplateTests

public CaptchaChannelProcessorTemplateTests()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testContextRedirect

public void testContextRedirect()
                         throws Exception
Throws:
Exception

testDecideRejectsNulls

public void testDecideRejectsNulls()
                            throws Exception
Throws:
Exception

testGettersSetters

public void testGettersSetters()

testIncrementRequestCount

public void testIncrementRequestCount()
                               throws Exception
Throws:
Exception

testMissingEntryPoint

public void testMissingEntryPoint()
                           throws Exception
Throws:
Exception

testMissingKeyword

public void testMissingKeyword()
                        throws Exception
Throws:
Exception

testSupports

public void testSupports()


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