org.joda.time.field
Class TestFieldUtils

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

public class TestFieldUtils
extends junit.framework.TestCase

Author:
Brian S O'Neill

Constructor Summary
TestFieldUtils(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.TestSuite suite()
           
 void testSafeAddInt()
           
 void testSafeAddLong()
           
 void testSafeMultiplyLongInt()
           
 void testSafeMultiplyLongLong()
           
 void testSafeSubtractLong()
           
 
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

TestFieldUtils

public TestFieldUtils(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

testSafeAddInt

public void testSafeAddInt()

testSafeAddLong

public void testSafeAddLong()

testSafeSubtractLong

public void testSafeSubtractLong()

testSafeMultiplyLongLong

public void testSafeMultiplyLongLong()

testSafeMultiplyLongInt

public void testSafeMultiplyLongInt()


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