org.apache.commons.codec.binary
Class BaseNCodecTest

java.lang.Object
  extended by org.apache.commons.codec.binary.BaseNCodecTest

public class BaseNCodecTest
extends Object


Constructor Summary
BaseNCodecTest()
           
 
Method Summary
 void setUp()
           
 void testBaseNCodec()
           
 void testContainsAlphabetOrPad()
           
 void testIsInAlphabetByte()
           
 void testIsInAlphabetByteArrayBoolean()
           
 void testIsInAlphabetString()
           
 void testIsWhiteSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseNCodecTest

public BaseNCodecTest()
Method Detail

setUp

public void setUp()

testBaseNCodec

public void testBaseNCodec()

testIsWhiteSpace

public void testIsWhiteSpace()

testIsInAlphabetByte

public void testIsInAlphabetByte()

testIsInAlphabetByteArrayBoolean

public void testIsInAlphabetByteArrayBoolean()

testIsInAlphabetString

public void testIsInAlphabetString()

testContainsAlphabetOrPad

public void testContainsAlphabetOrPad()


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