org.apache.commons.codec.language
Class ColognePhoneticTest

java.lang.Object
  extended by org.apache.commons.codec.StringEncoderAbstractTest
      extended by org.apache.commons.codec.language.ColognePhoneticTest

public class ColognePhoneticTest
extends StringEncoderAbstractTest

Tests the ColognePhonetic class.

Keep this file in UTF-8 encoding for proper Javadoc processing.


Field Summary
 
Fields inherited from class org.apache.commons.codec.StringEncoderAbstractTest
stringEncoder
 
Constructor Summary
ColognePhoneticTest()
           
 
Method Summary
protected  org.apache.commons.codec.StringEncoder createStringEncoder()
           
 void testAabjoe()
           
 void testAaclan()
           
 void testAychlmajrForCodec122()
          Tests [CODEC-122]
 void testEdgeCases()
           
 void testExamples()
           
 void testHyphen()
           
 void testIsEncodeEquals()
           
 void testVariationsMella()
           
 void testVariationsMeyer()
           
 
Methods inherited from class org.apache.commons.codec.StringEncoderAbstractTest
checkEncoding, checkEncodings, checkEncodingVariations, getStringEncoder, testEncodeEmpty, testEncodeNull, testEncodeWithInvalidObject, testLocaleIndependence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColognePhoneticTest

public ColognePhoneticTest()
Method Detail

createStringEncoder

protected org.apache.commons.codec.StringEncoder createStringEncoder()
Specified by:
createStringEncoder in class StringEncoderAbstractTest

testAabjoe

public void testAabjoe()
                throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException

testAaclan

public void testAaclan()
                throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException

testAychlmajrForCodec122

public void testAychlmajrForCodec122()
                              throws org.apache.commons.codec.EncoderException
Tests [CODEC-122]

Throws:
org.apache.commons.codec.EncoderException

testEdgeCases

public void testEdgeCases()
                   throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException

testExamples

public void testExamples()
                  throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException

testHyphen

public void testHyphen()
                throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException

testIsEncodeEquals

public void testIsEncodeEquals()

testVariationsMella

public void testVariationsMella()
                         throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException

testVariationsMeyer

public void testVariationsMeyer()
                         throws org.apache.commons.codec.EncoderException
Throws:
org.apache.commons.codec.EncoderException


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.