org.jopendocument.dom
Class LengthUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jopendocument.dom.LengthUnitTest
All Implemented Interfaces:
junit.framework.Test

public class LengthUnitTest
extends junit.framework.TestCase


Constructor Summary
LengthUnitTest()
           
 
Method Summary
static
<T> void
assertEqualsWithCompareTo(Comparable<T> o1, T o2)
           
 void testConvert()
           
 void testFormat()
           
 void testLength()
           
 void testParseLength()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LengthUnitTest

public LengthUnitTest()
Method Detail

assertEqualsWithCompareTo

public static final <T> void assertEqualsWithCompareTo(Comparable<T> o1,
                                                       T o2)

testParseLength

public void testParseLength()
                     throws Exception
Throws:
Exception

testFormat

public void testFormat()
                throws Exception
Throws:
Exception

testConvert

public void testConvert()
                 throws Exception
Throws:
Exception

testLength

public void testLength()
                throws Exception
Throws:
Exception


Copyright © 2010 jOpenDocument All Rights Reserved.