org.joda.time
Class TestMutableInterval_Basics

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

public class TestMutableInterval_Basics
extends junit.framework.TestCase

This class is a Junit unit test for Instant.

Author:
Stephen Colebourne

Constructor Summary
TestMutableInterval_Basics(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testClone()
           
 void testContains_long()
           
 void testContains_RI()
           
 void testContains_RInterval()
           
 void testContainsNow()
           
 void testCopy()
           
 void testEqualsHashCode()
           
 void testGetDuration1()
           
 void testGetDuration2()
           
 void testGetMillis()
           
 void testIsAfter_long()
           
 void testIsAfter_RI()
           
 void testIsAfter_RInterval()
           
 void testIsAfterNow()
           
 void testIsBefore_long()
           
 void testIsBefore_RI()
           
 void testIsBefore_RInterval()
           
 void testIsBeforeNow()
           
 void testOverlaps_RInterval()
           
 void testSerialization()
           
 void testTest()
           
 void testToInterval1()
           
 void testToMutableInterval1()
           
 void testToPeriod_PeriodType1()
           
 void testToPeriod_PeriodType2()
           
 void testToPeriod()
           
 void testToString()
           
 
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

TestMutableInterval_Basics

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

testTest

public void testTest()

testGetMillis

public void testGetMillis()

testGetDuration1

public void testGetDuration1()

testGetDuration2

public void testGetDuration2()

testEqualsHashCode

public void testEqualsHashCode()

testContains_long

public void testContains_long()

testContainsNow

public void testContainsNow()

testContains_RI

public void testContains_RI()

testContains_RInterval

public void testContains_RInterval()

testOverlaps_RInterval

public void testOverlaps_RInterval()

testIsBefore_long

public void testIsBefore_long()

testIsBeforeNow

public void testIsBeforeNow()

testIsBefore_RI

public void testIsBefore_RI()

testIsBefore_RInterval

public void testIsBefore_RInterval()

testIsAfter_long

public void testIsAfter_long()

testIsAfterNow

public void testIsAfterNow()

testIsAfter_RI

public void testIsAfter_RI()

testIsAfter_RInterval

public void testIsAfter_RInterval()

testToInterval1

public void testToInterval1()

testToMutableInterval1

public void testToMutableInterval1()

testToPeriod

public void testToPeriod()

testToPeriod_PeriodType1

public void testToPeriod_PeriodType1()

testToPeriod_PeriodType2

public void testToPeriod_PeriodType2()

testSerialization

public void testSerialization()
                       throws Exception
Throws:
Exception

testToString

public void testToString()

testCopy

public void testCopy()

testClone

public void testClone()


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