public class

TestMutableInterval_Basics

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.joda.time.TestMutableInterval_Basics

Class Overview

This class is a Junit unit test for Instant.

Summary

Public Constructors
TestMutableInterval_Basics(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testClone()
void testContainsNow()
void testContains_RI()
void testContains_RInterval()
void testContains_long()
void testCopy()
void testEqualsHashCode()
void testGetDuration1()
void testGetDuration2()
void testGetMillis()
void testIsAfterNow()
void testIsAfter_RI()
void testIsAfter_RInterval()
void testIsAfter_long()
void testIsBeforeNow()
void testIsBefore_RI()
void testIsBefore_RInterval()
void testIsBefore_long()
void testOverlaps_RInterval()
void testSerialization()
void testTest()
void testToInterval1()
void testToMutableInterval1()
void testToPeriod()
void testToPeriod_PeriodType1()
void testToPeriod_PeriodType2()
void testToString()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestMutableInterval_Basics (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void testClone ()

public void testContainsNow ()

public void testContains_RI ()

public void testContains_RInterval ()

public void testContains_long ()

public void testCopy ()

public void testEqualsHashCode ()

public void testGetDuration1 ()

public void testGetDuration2 ()

public void testGetMillis ()

public void testIsAfterNow ()

public void testIsAfter_RI ()

public void testIsAfter_RInterval ()

public void testIsAfter_long ()

public void testIsBeforeNow ()

public void testIsBefore_RI ()

public void testIsBefore_RInterval ()

public void testIsBefore_long ()

public void testOverlaps_RInterval ()

public void testSerialization ()

Throws
Exception

public void testTest ()

public void testToInterval1 ()

public void testToMutableInterval1 ()

public void testToPeriod ()

public void testToPeriod_PeriodType1 ()

public void testToPeriod_PeriodType2 ()

public void testToString ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception