org.joda.time.field
Class TestPreciseDurationDateTimeField

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

public class TestPreciseDurationDateTimeField
extends junit.framework.TestCase

This class is a Junit unit test for PreciseDurationDateTimeField.

Author:
Stephen Colebourne

Constructor Summary
TestPreciseDurationDateTimeField(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void test_add_long_int()
           
 void test_add_long_long()
           
 void test_add_RP_int_intarray_int()
           
 void test_addWrapField_long_int()
           
 void test_addWrapField_RP_int_intarray_int()
           
 void test_constructor()
           
 void test_convertText()
           
 void test_get()
           
 void test_getAsShortText_int_Locale()
           
 void test_getAsShortText_long_Locale()
           
 void test_getAsShortText_long()
           
 void test_getAsShortText_RP_int_Locale()
           
 void test_getAsShortText_RP_Locale()
           
 void test_getAsText_int_Locale()
           
 void test_getAsText_long_Locale()
           
 void test_getAsText_long()
           
 void test_getAsText_RP_int_Locale()
           
 void test_getAsText_RP_Locale()
           
 void test_getDifference_long_long()
           
 void test_getDifferenceAsLong_long_long()
           
 void test_getLeapAmount_long()
           
 void test_getLeapDurationField()
           
 void test_getMaximumShortTextLength_Locale()
           
 void test_getMaximumTextLength_Locale()
           
 void test_getMaximumValue_long()
           
 void test_getMaximumValue_RP_intarray()
           
 void test_getMaximumValue_RP()
           
 void test_getMaximumValue()
           
 void test_getMinimumValue_long()
           
 void test_getMinimumValue_RP_intarray()
           
 void test_getMinimumValue_RP()
           
 void test_getMinimumValue()
           
 void test_getName()
           
 void test_getType()
           
 void test_isLeap_long()
           
 void test_isLenient()
           
 void test_isSupported()
           
 void test_remainder_long()
           
 void test_roundCeiling_long()
           
 void test_roundFloor_long()
           
 void test_roundHalfCeiling_long()
           
 void test_roundHalfEven_long()
           
 void test_roundHalfFloor_long()
           
 void test_set_long_int()
           
 void test_set_long_String_Locale()
           
 void test_set_long_String()
           
 void test_set_RP_int_intarray_int()
           
 void test_set_RP_int_intarray_String_Locale()
           
 void test_toString()
           
 
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

TestPreciseDurationDateTimeField

public TestPreciseDurationDateTimeField(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

test_constructor

public void test_constructor()

test_getType

public void test_getType()

test_getName

public void test_getName()

test_toString

public void test_toString()

test_isSupported

public void test_isSupported()

test_isLenient

public void test_isLenient()

test_get

public void test_get()

test_getAsText_long_Locale

public void test_getAsText_long_Locale()

test_getAsText_long

public void test_getAsText_long()

test_getAsText_RP_int_Locale

public void test_getAsText_RP_int_Locale()

test_getAsText_RP_Locale

public void test_getAsText_RP_Locale()

test_getAsText_int_Locale

public void test_getAsText_int_Locale()

test_getAsShortText_long_Locale

public void test_getAsShortText_long_Locale()

test_getAsShortText_long

public void test_getAsShortText_long()

test_getAsShortText_RP_int_Locale

public void test_getAsShortText_RP_int_Locale()

test_getAsShortText_RP_Locale

public void test_getAsShortText_RP_Locale()

test_getAsShortText_int_Locale

public void test_getAsShortText_int_Locale()

test_add_long_int

public void test_add_long_int()

test_add_long_long

public void test_add_long_long()

test_add_RP_int_intarray_int

public void test_add_RP_int_intarray_int()

test_addWrapField_long_int

public void test_addWrapField_long_int()

test_addWrapField_RP_int_intarray_int

public void test_addWrapField_RP_int_intarray_int()

test_getDifference_long_long

public void test_getDifference_long_long()

test_getDifferenceAsLong_long_long

public void test_getDifferenceAsLong_long_long()

test_set_long_int

public void test_set_long_int()

test_set_RP_int_intarray_int

public void test_set_RP_int_intarray_int()

test_set_long_String_Locale

public void test_set_long_String_Locale()

test_set_long_String

public void test_set_long_String()

test_set_RP_int_intarray_String_Locale

public void test_set_RP_int_intarray_String_Locale()

test_convertText

public void test_convertText()

test_isLeap_long

public void test_isLeap_long()

test_getLeapAmount_long

public void test_getLeapAmount_long()

test_getLeapDurationField

public void test_getLeapDurationField()

test_getMinimumValue

public void test_getMinimumValue()

test_getMinimumValue_long

public void test_getMinimumValue_long()

test_getMinimumValue_RP

public void test_getMinimumValue_RP()

test_getMinimumValue_RP_intarray

public void test_getMinimumValue_RP_intarray()

test_getMaximumValue

public void test_getMaximumValue()

test_getMaximumValue_long

public void test_getMaximumValue_long()

test_getMaximumValue_RP

public void test_getMaximumValue_RP()

test_getMaximumValue_RP_intarray

public void test_getMaximumValue_RP_intarray()

test_getMaximumTextLength_Locale

public void test_getMaximumTextLength_Locale()

test_getMaximumShortTextLength_Locale

public void test_getMaximumShortTextLength_Locale()

test_roundFloor_long

public void test_roundFloor_long()

test_roundCeiling_long

public void test_roundCeiling_long()

test_roundHalfFloor_long

public void test_roundHalfFloor_long()

test_roundHalfCeiling_long

public void test_roundHalfCeiling_long()

test_roundHalfEven_long

public void test_roundHalfEven_long()

test_remainder_long

public void test_remainder_long()


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