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
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
 
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 Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testUnicodePunctuationRemovedFromParametersInUtf8

public void testUnicodePunctuationRemovedFromParametersInUtf8()
                                                       throws Exception
Throws:
Exception

testPunctuationRemovedByGetParameterValues

public void testPunctuationRemovedByGetParameterValues()
                                                throws Exception
Throws:
Exception

testPunctuationRemovedByGetParameterMap

public void testPunctuationRemovedByGetParameterMap()
                                             throws Exception
Throws:
Exception

testWindows1252PunctuationRemovedFromParametersInLatin1

public void testWindows1252PunctuationRemovedFromParametersInLatin1()
                                                             throws Exception
Throws:
Exception

testUnicodePunctuationRemovedFromParametersInWindows1252

public void testUnicodePunctuationRemovedFromParametersInWindows1252()
                                                              throws Exception
Throws:
Exception

testParametersUnchangedInUtf16

public void testParametersUnchangedInUtf16()
                                    throws Exception
Throws:
Exception


Copyright © 2015 Atlassian. All rights reserved.