org.joda.time
Class TestBaseSingleFieldPeriod

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

public class TestBaseSingleFieldPeriod
extends junit.framework.TestCase

This class is a Junit unit test for BaseSingleFieldPeriod.

Author:
Stephen Colebourne

Constructor Summary
TestBaseSingleFieldPeriod(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testCompareTo()
           
 void testEqualsHashCode()
           
 void testFactory_between_RInstant()
           
 void testFactory_between_RPartial()
           
 void testFactory_standardPeriodIn_RPeriod()
           
 void testFieldTypeIndexMethods()
           
 void testGet()
           
 void testGetSetValue()
           
 void testIsSupported()
           
 void testToMutablePeriod()
           
 void testToPeriod()
           
 void testValueIndexMethods()
           
 
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

TestBaseSingleFieldPeriod

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

testFactory_between_RInstant

public void testFactory_between_RInstant()

testFactory_between_RPartial

public void testFactory_between_RPartial()

testFactory_standardPeriodIn_RPeriod

public void testFactory_standardPeriodIn_RPeriod()

testValueIndexMethods

public void testValueIndexMethods()

testFieldTypeIndexMethods

public void testFieldTypeIndexMethods()

testIsSupported

public void testIsSupported()

testGet

public void testGet()

testEqualsHashCode

public void testEqualsHashCode()

testCompareTo

public void testCompareTo()

testToPeriod

public void testToPeriod()

testToMutablePeriod

public void testToMutablePeriod()

testGetSetValue

public void testGetSetValue()


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