org.apache.commons.codec.language
Class RefinedSoundexTest

java.lang.Object
  extended by org.apache.commons.codec.StringEncoderAbstractTest<RefinedSoundex>
      extended by org.apache.commons.codec.language.RefinedSoundexTest

public class RefinedSoundexTest
extends StringEncoderAbstractTest<RefinedSoundex>

Tests RefinedSoundex.

Version:
$Id$

Field Summary
 
Fields inherited from class org.apache.commons.codec.StringEncoderAbstractTest
stringEncoder
 
Constructor Summary
RefinedSoundexTest()
           
 
Method Summary
protected  RefinedSoundex createStringEncoder()
           
 void testDifference()
           
 void testEncode()
           
 void testGetMappingCodeNonLetter()
           
 void testNewInstance()
           
 void testNewInstance2()
           
 void testNewInstance3()
           
 
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

RefinedSoundexTest

public RefinedSoundexTest()
Method Detail

createStringEncoder

protected RefinedSoundex createStringEncoder()
Specified by:
createStringEncoder in class StringEncoderAbstractTest<RefinedSoundex>

testDifference

public void testDifference()
                    throws EncoderException
Throws:
EncoderException

testEncode

public void testEncode()

testGetMappingCodeNonLetter

public void testGetMappingCodeNonLetter()

testNewInstance

public void testNewInstance()

testNewInstance2

public void testNewInstance2()

testNewInstance3

public void testNewInstance3()


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