org.joda.time.convert
Class TestConverterSet

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.joda.time.convert.TestConverterSet
All Implemented Interfaces:
junit.framework.Test

public class TestConverterSet
extends junit.framework.TestCase

This class is a JUnit test for ConverterSet. Mostly for coverage.

Author:
Stephen Colebourne

Constructor Summary
TestConverterSet(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.TestSuite suite()
           
 void testAddNullRemoved1()
           
 void testAddNullRemoved2()
           
 void testAddNullRemoved3()
           
 void testBigHashtable()
           
 void testClass()
           
 void testRemoveBadIndex1()
           
 void testRemoveBadIndex2()
           
 void testRemoveNullRemoved1()
           
 void testRemoveNullRemoved2()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestConverterSet

public TestConverterSet(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

testClass

public void testClass()
               throws Exception
Throws:
Exception

testBigHashtable

public void testBigHashtable()

testAddNullRemoved1

public void testAddNullRemoved1()

testAddNullRemoved2

public void testAddNullRemoved2()

testAddNullRemoved3

public void testAddNullRemoved3()

testRemoveNullRemoved1

public void testRemoveNullRemoved1()

testRemoveNullRemoved2

public void testRemoveNullRemoved2()

testRemoveBadIndex1

public void testRemoveBadIndex1()

testRemoveBadIndex2

public void testRemoveBadIndex2()


Copyright © 2002-2013 Joda.org. All Rights Reserved.