com.atlassian.core.filters
Class TestAbstractEncodingFilterPunctuationReplacement

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

public class TestAbstractEncodingFilterPunctuationReplacement
extends junit.framework.TestCase


Constructor Summary
TestAbstractEncodingFilterPunctuationReplacement()
           
 
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

TestAbstractEncodingFilterPunctuationReplacement

public TestAbstractEncodingFilterPunctuationReplacement()
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.