org.apache.commons.codec.net
Class UtilsTest
java.lang.Object
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 $
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 |
UtilsTest
public UtilsTest()
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.