org.joda.time
Class TestChronology

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

public class TestChronology
extends junit.framework.TestCase

This class is a Junit unit test for Chronology.

Author:
Stephen Colebourne

Constructor Summary
TestChronology(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testEqualsHashCode_ISO()
           
 void testEqualsHashCode_Lenient()
           
 void testEqualsHashCode_Limit()
           
 void testEqualsHashCode_Strict()
           
 void testEqualsHashCode_Zoned()
           
 void testTest()
           
 void testToString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestChronology

public TestChronology(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testTest

public void testTest()

testEqualsHashCode_ISO

public void testEqualsHashCode_ISO()

testEqualsHashCode_Lenient

public void testEqualsHashCode_Lenient()

testEqualsHashCode_Strict

public void testEqualsHashCode_Strict()

testEqualsHashCode_Limit

public void testEqualsHashCode_Limit()

testEqualsHashCode_Zoned

public void testEqualsHashCode_Zoned()

testToString

public void testToString()


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