uk.ac.ed.inf.ec.test
Class EcNumberTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by uk.ac.ed.inf.ec.test.EcNumberTest
All Implemented Interfaces:
junit.framework.Test

public class EcNumberTest
extends junit.framework.TestCase

Class

Version:
30 Apr 2010
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
EcNumberTest()
           
 
Method Summary
static EcNumber get0dashEcA()
           
static EcNumber get0dashEcB()
           
static EcNumber get1dashEc()
           
static EcNumber get2dashEc()
           
static EcNumber get3dashEc()
           
static EcNumber get4dashEc()
           
 void testCompareTo()
           
 void testGetBlock1()
           
 void testGetBlock2()
           
 void testGetBlock3()
           
 void testGetBlock4()
           
 void testGetHierarchy()
           
 void testGetHierarchyLevel()
           
 void testGetParent()
           
 void testIsComplete()
           
 void testIsParent()
           
 void testSplitString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EcNumberTest

public EcNumberTest()
Method Detail

testCompareTo

public void testCompareTo()

testGetBlock1

public void testGetBlock1()

testGetBlock2

public void testGetBlock2()

testGetBlock3

public void testGetBlock3()

testGetBlock4

public void testGetBlock4()

testGetHierarchy

public void testGetHierarchy()

testGetHierarchyLevel

public void testGetHierarchyLevel()

testGetParent

public void testGetParent()

testIsComplete

public void testIsComplete()

testIsParent

public void testIsParent()

testSplitString

public void testSplitString()

get0dashEcA

public static EcNumber get0dashEcA()

get0dashEcB

public static EcNumber get0dashEcB()

get1dashEc

public static EcNumber get1dashEc()

get2dashEc

public static EcNumber get2dashEc()

get3dashEc

public static EcNumber get3dashEc()

get4dashEc

public static EcNumber get4dashEc()