org.joda.time
Class TestIllegalFieldValueException

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

public class TestIllegalFieldValueException
extends junit.framework.TestCase

Tests IllegalFieldValueException by triggering it from other methods.

Author:
Brian S O'Neill

Constructor Summary
TestIllegalFieldValueException(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.TestSuite suite()
           
 void testGJCutover()
           
 void testJulianYearZero()
           
 void testOtherConstructors()
           
 void testReadablePartialValidate()
           
 void testSetText()
           
 void testSkipDateTimeField()
           
 void testVerifyValueBounds()
           
 void testZoneTransition()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

TestIllegalFieldValueException

public TestIllegalFieldValueException(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

testVerifyValueBounds

public void testVerifyValueBounds()

testSkipDateTimeField

public void testSkipDateTimeField()

testSetText

public void testSetText()

testZoneTransition

public void testZoneTransition()

testJulianYearZero

public void testJulianYearZero()

testGJCutover

public void testGJCutover()

testReadablePartialValidate

public void testReadablePartialValidate()

testOtherConstructors

public void testOtherConstructors()


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