org.apache.commons.codec.net
Class RFC1522CodecTest

java.lang.Object
  extended by org.apache.commons.codec.net.RFC1522CodecTest

public class RFC1522CodecTest
extends Object

RFC 1522 compliant codec test cases

Version:
$Id: RFC1522CodecTest.html 889935 2013-12-11 05:05:13Z ggregory $

Constructor Summary
RFC1522CodecTest()
           
 
Method Summary
 void testDecodeInvalid()
           
 void testNullInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFC1522CodecTest

public RFC1522CodecTest()
Method Detail

testNullInput

public void testNullInput()
                   throws Exception
Throws:
Exception

testDecodeInvalid

public void testDecodeInvalid()
                       throws Exception
Throws:
Exception


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