org.joda.time
Class TestLocalDate_Properties

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

public class TestLocalDate_Properties
extends junit.framework.TestCase

This class is a Junit unit test for YearMonthDay.

Author:
Stephen Colebourne

Constructor Summary
TestLocalDate_Properties(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testPropertyAddToCopyDay()
           
 void testPropertyAddToCopyMonth()
           
 void testPropertyAddToCopyYear()
           
 void testPropertyAddWrapFieldToCopyDay()
           
 void testPropertyAddWrapFieldToCopyMonth()
           
 void testPropertyAddWrapFieldToCopyYear()
           
 void testPropertyCompareToDay()
           
 void testPropertyCompareToMonth()
           
 void testPropertyCompareToYear()
           
 void testPropertyEquals()
           
 void testPropertyEqualsHashCodeLenient()
           
 void testPropertyEqualsHashCodeStrict()
           
 void testPropertyGetDay()
           
 void testPropertyGetMaxMinValuesDay()
           
 void testPropertyGetMaxMinValuesMonth()
           
 void testPropertyGetMaxMinValuesYear()
           
 void testPropertyGetMonth()
           
 void testPropertyGetYear()
           
 void testPropertyHashCode()
           
 void testPropertySetCopyDay()
           
 void testPropertySetCopyMonth()
           
 void testPropertySetCopyTextDay()
           
 void testPropertySetCopyTextMonth()
           
 void testPropertySetCopyTextYear()
           
 void testPropertySetCopyYear()
           
 void testPropertyWithMaximumValueDayOfMonth()
           
 void testPropertyWithMinimumValueDayOfMonth()
           
 
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

TestLocalDate_Properties

public TestLocalDate_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

testPropertyGetYear

public void testPropertyGetYear()

testPropertyGetMaxMinValuesYear

public void testPropertyGetMaxMinValuesYear()

testPropertyAddToCopyYear

public void testPropertyAddToCopyYear()

testPropertyAddWrapFieldToCopyYear

public void testPropertyAddWrapFieldToCopyYear()

testPropertySetCopyYear

public void testPropertySetCopyYear()

testPropertySetCopyTextYear

public void testPropertySetCopyTextYear()

testPropertyCompareToYear

public void testPropertyCompareToYear()

testPropertyGetMonth

public void testPropertyGetMonth()

testPropertyGetMaxMinValuesMonth

public void testPropertyGetMaxMinValuesMonth()

testPropertyAddToCopyMonth

public void testPropertyAddToCopyMonth()

testPropertyAddWrapFieldToCopyMonth

public void testPropertyAddWrapFieldToCopyMonth()

testPropertySetCopyMonth

public void testPropertySetCopyMonth()

testPropertySetCopyTextMonth

public void testPropertySetCopyTextMonth()

testPropertyCompareToMonth

public void testPropertyCompareToMonth()

testPropertyGetDay

public void testPropertyGetDay()

testPropertyGetMaxMinValuesDay

public void testPropertyGetMaxMinValuesDay()

testPropertyAddToCopyDay

public void testPropertyAddToCopyDay()

testPropertyAddWrapFieldToCopyDay

public void testPropertyAddWrapFieldToCopyDay()

testPropertySetCopyDay

public void testPropertySetCopyDay()

testPropertySetCopyTextDay

public void testPropertySetCopyTextDay()

testPropertyWithMaximumValueDayOfMonth

public void testPropertyWithMaximumValueDayOfMonth()

testPropertyWithMinimumValueDayOfMonth

public void testPropertyWithMinimumValueDayOfMonth()

testPropertyCompareToDay

public void testPropertyCompareToDay()

testPropertyEquals

public void testPropertyEquals()

testPropertyHashCode

public void testPropertyHashCode()

testPropertyEqualsHashCodeLenient

public void testPropertyEqualsHashCodeLenient()

testPropertyEqualsHashCodeStrict

public void testPropertyEqualsHashCodeStrict()


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