org.joda.time
Class TestDateMidnight_Properties

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

public class TestDateMidnight_Properties
extends junit.framework.TestCase

This class is a Junit unit test for DateTime.

Author:
Stephen Colebourne, Mike Schrag

Constructor Summary
TestDateMidnight_Properties(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testPropertyAddLongMonthOfYear()
           
 void testPropertyAddMonthOfYear()
           
 void testPropertyAddWrapFieldMonthOfYear()
           
 void testPropertyEqualsHashCodeLenient()
           
 void testPropertyEqualsHashCodeStrict()
           
 void testPropertyGetCenturyOfEra()
           
 void testPropertyGetDayOfMonth()
           
 void testPropertyGetDayOfWeek()
           
 void testPropertyGetDayOfYear()
           
 void testPropertyGetDifferenceMonthOfYear()
           
 void testPropertyGetEra()
           
 void testPropertyGetMonthOfYear()
           
 void testPropertyGetWeekOfWeekyear()
           
 void testPropertyGetWeekyear()
           
 void testPropertyGetYear()
           
 void testPropertyGetYearOfCentury()
           
 void testPropertyGetYearOfEra()
           
 void testPropertyRemainderMonthOfYear()
           
 void testPropertyRoundCeilingMonthOfYear()
           
 void testPropertyRoundFloorMonthOfYear()
           
 void testPropertyRoundHalfCeilingMonthOfYear()
           
 void testPropertyRoundHalfEvenMonthOfYear()
           
 void testPropertyRoundHalfFloorMonthOfYear()
           
 void testPropertySetMonthOfYear()
           
 void testPropertySetTextLocaleMonthOfYear()
           
 void testPropertySetTextMonthOfYear()
           
 void testPropertyToIntervalDayOfMonth()
           
 void testPropertyToIntervalMonthOfYear()
           
 void testPropertyToIntervalYear()
           
 void testPropertyToIntervalYearOfCentury()
           
 void testPropertyToIntervalYearOfEra()
           
 void testPropertyWithMaximumValueDayOfMonth()
           
 void testPropertyWithMinimumValueDayOfMonth()
           
 void testTest()
           
 
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

TestDateMidnight_Properties

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

testPropertyGetEra

public void testPropertyGetEra()

testPropertyGetYearOfEra

public void testPropertyGetYearOfEra()

testPropertyGetCenturyOfEra

public void testPropertyGetCenturyOfEra()

testPropertyGetYearOfCentury

public void testPropertyGetYearOfCentury()

testPropertyGetWeekyear

public void testPropertyGetWeekyear()

testPropertyGetYear

public void testPropertyGetYear()

testPropertyGetMonthOfYear

public void testPropertyGetMonthOfYear()

testPropertySetMonthOfYear

public void testPropertySetMonthOfYear()

testPropertySetTextMonthOfYear

public void testPropertySetTextMonthOfYear()

testPropertySetTextLocaleMonthOfYear

public void testPropertySetTextLocaleMonthOfYear()

testPropertyAddMonthOfYear

public void testPropertyAddMonthOfYear()

testPropertyAddLongMonthOfYear

public void testPropertyAddLongMonthOfYear()

testPropertyAddWrapFieldMonthOfYear

public void testPropertyAddWrapFieldMonthOfYear()

testPropertyGetDifferenceMonthOfYear

public void testPropertyGetDifferenceMonthOfYear()

testPropertyRoundFloorMonthOfYear

public void testPropertyRoundFloorMonthOfYear()

testPropertyRoundCeilingMonthOfYear

public void testPropertyRoundCeilingMonthOfYear()

testPropertyRoundHalfFloorMonthOfYear

public void testPropertyRoundHalfFloorMonthOfYear()

testPropertyRoundHalfCeilingMonthOfYear

public void testPropertyRoundHalfCeilingMonthOfYear()

testPropertyRoundHalfEvenMonthOfYear

public void testPropertyRoundHalfEvenMonthOfYear()

testPropertyRemainderMonthOfYear

public void testPropertyRemainderMonthOfYear()

testPropertyGetDayOfMonth

public void testPropertyGetDayOfMonth()

testPropertyWithMaximumValueDayOfMonth

public void testPropertyWithMaximumValueDayOfMonth()

testPropertyWithMinimumValueDayOfMonth

public void testPropertyWithMinimumValueDayOfMonth()

testPropertyGetDayOfYear

public void testPropertyGetDayOfYear()

testPropertyGetWeekOfWeekyear

public void testPropertyGetWeekOfWeekyear()

testPropertyGetDayOfWeek

public void testPropertyGetDayOfWeek()

testPropertyToIntervalYearOfEra

public void testPropertyToIntervalYearOfEra()

testPropertyToIntervalYearOfCentury

public void testPropertyToIntervalYearOfCentury()

testPropertyToIntervalYear

public void testPropertyToIntervalYear()

testPropertyToIntervalMonthOfYear

public void testPropertyToIntervalMonthOfYear()

testPropertyToIntervalDayOfMonth

public void testPropertyToIntervalDayOfMonth()

testPropertyEqualsHashCodeLenient

public void testPropertyEqualsHashCodeLenient()

testPropertyEqualsHashCodeStrict

public void testPropertyEqualsHashCodeStrict()


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