com.atlassian.core.filters.legacy
Class TestWordCurlyQuotesRequestWrapper

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.core.filters.legacy.TestWordCurlyQuotesRequestWrapper
All Implemented Interfaces:
junit.framework.Test

public class TestWordCurlyQuotesRequestWrapper
extends junit.framework.TestCase


Constructor Summary
TestWordCurlyQuotesRequestWrapper()
           
 
Method Summary
protected  void setUp()
           
 void testParametersUnchangedInUtf16()
           
 void testPunctuationRemovedByGetParameterMap()
           
 void testPunctuationRemovedByGetParameterValues()
           
 void testUnicodePunctuationRemovedFromParametersInUtf8()
           
 void testUnicodePunctuationRemovedFromParametersInWindows1252()
           
 void testWindows1252PunctuationRemovedFromParametersInLatin1()
           
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestWordCurlyQuotesRequestWrapper

public TestWordCurlyQuotesRequestWrapper()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testUnicodePunctuationRemovedFromParametersInUtf8

public void testUnicodePunctuationRemovedFromParametersInUtf8()
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

testPunctuationRemovedByGetParameterValues

public void testPunctuationRemovedByGetParameterValues()
                                                throws java.lang.Exception
Throws:
java.lang.Exception

testPunctuationRemovedByGetParameterMap

public void testPunctuationRemovedByGetParameterMap()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

testWindows1252PunctuationRemovedFromParametersInLatin1

public void testWindows1252PunctuationRemovedFromParametersInLatin1()
                                                             throws java.lang.Exception
Throws:
java.lang.Exception

testUnicodePunctuationRemovedFromParametersInWindows1252

public void testUnicodePunctuationRemovedFromParametersInWindows1252()
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

testParametersUnchangedInUtf16

public void testParametersUnchangedInUtf16()
                                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.