org.joda.time
Class TestMutableDateTime_Basics

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

public class TestMutableDateTime_Basics
extends junit.framework.TestCase

This class is a JUnit test for MutableDateTime.

Author:
Stephen Colebourne

Constructor Summary
TestMutableDateTime_Basics(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testClone()
           
 void testCompareTo()
           
 void testCopy()
           
 void testEqualsHashCode()
           
 void testGet_DateTimeField()
           
 void testGet_DateTimeFieldType()
           
 void testGetMethods()
           
 void testIsAfter()
           
 void testIsBefore()
           
 void testIsEqual()
           
 void testProperty()
           
 void testRounding1()
           
 void testRounding2()
           
 void testRounding3()
           
 void testRounding4()
           
 void testRounding5()
           
 void testRounding6()
           
 void testRounding7()
           
 void testRounding8()
           
 void testSerialization()
           
 void testTest()
           
 void testToCalendar_Locale()
           
 void testToDate()
           
 void testToDateTime_Chronology()
           
 void testToDateTime_DateTimeZone()
           
 void testToDateTime()
           
 void testToDateTimeISO()
           
 void testToGregorianCalendar()
           
 void testToInstant()
           
 void testToMutableDateTime_Chronology()
           
 void testToMutableDateTime_DateTimeZone()
           
 void testToMutableDateTime()
           
 void testToMutableDateTimeISO()
           
 void testToString_DTFormatter()
           
 void testToString_String_String()
           
 void testToString_String()
           
 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

TestMutableDateTime_Basics

public TestMutableDateTime_Basics(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()

testGet_DateTimeField

public void testGet_DateTimeField()

testGet_DateTimeFieldType

public void testGet_DateTimeFieldType()

testGetMethods

public void testGetMethods()

testEqualsHashCode

public void testEqualsHashCode()

testCompareTo

public void testCompareTo()

testIsEqual

public void testIsEqual()

testIsBefore

public void testIsBefore()

testIsAfter

public void testIsAfter()

testSerialization

public void testSerialization()
                       throws Exception
Throws:
Exception

testToString

public void testToString()

testToString_String

public void testToString_String()

testToString_String_String

public void testToString_String_String()

testToString_DTFormatter

public void testToString_DTFormatter()

testToInstant

public void testToInstant()

testToDateTime

public void testToDateTime()

testToDateTimeISO

public void testToDateTimeISO()

testToDateTime_DateTimeZone

public void testToDateTime_DateTimeZone()

testToDateTime_Chronology

public void testToDateTime_Chronology()

testToMutableDateTime

public void testToMutableDateTime()

testToMutableDateTimeISO

public void testToMutableDateTimeISO()

testToMutableDateTime_DateTimeZone

public void testToMutableDateTime_DateTimeZone()

testToMutableDateTime_Chronology

public void testToMutableDateTime_Chronology()

testToDate

public void testToDate()

testToCalendar_Locale

public void testToCalendar_Locale()

testToGregorianCalendar

public void testToGregorianCalendar()

testClone

public void testClone()

testCopy

public void testCopy()

testRounding1

public void testRounding1()

testRounding2

public void testRounding2()

testRounding3

public void testRounding3()

testRounding4

public void testRounding4()

testRounding5

public void testRounding5()

testRounding6

public void testRounding6()

testRounding7

public void testRounding7()

testRounding8

public void testRounding8()

testProperty

public void testProperty()


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