org.apache.commons.codec.net
Class UtilsTest

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

public class UtilsTest
extends Object

Tests Utils.

Methods currently get 100%/100% line/branch code coverage from other tests classes.

Since:
1.4
Version:
$Id: UtilsTest.html 889935 2013-12-11 05:05:13Z ggregory $

Constructor Summary
UtilsTest()
           
 
Method Summary
 void testConstructor()
          We could make the constructor private but there does not seem to be a point to jumping through extra code hoops to restrict instantiation right now.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilsTest

public UtilsTest()
Method Detail

testConstructor

public void testConstructor()
We could make the constructor private but there does not seem to be a point to jumping through extra code hoops to restrict instantiation right now.



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