public class

TestDuration_Constructors

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

Class Overview

This class is a JUnit test for Duration.

Summary

Public Constructors
TestDuration_Constructors(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testConstructor_Object1()
Test constructor (Object)
void testConstructor_Object2()
void testConstructor_Object3()
void testConstructor_Object4()
void testConstructor_Object5()
void testConstructor_RI_RI1()
void testConstructor_RI_RI2()
void testConstructor_RI_RI3()
void testConstructor_RI_RI4()
void testConstructor_long1()
void testConstructor_long_long1()
void testFactory_standardDays_long()
void testFactory_standardHours_long()
void testFactory_standardMinutes_long()
void testFactory_standardSeconds_long()
void testZERO()
Test constructor ()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestDuration_Constructors (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void testConstructor_Object1 ()

Test constructor (Object)

Throws
Throwable

public void testConstructor_Object2 ()

Throws
Throwable

public void testConstructor_Object3 ()

Throws
Throwable

public void testConstructor_Object4 ()

Throws
Throwable

public void testConstructor_Object5 ()

Throws
Throwable

public void testConstructor_RI_RI1 ()

Throws
Throwable

public void testConstructor_RI_RI2 ()

Throws
Throwable

public void testConstructor_RI_RI3 ()

Throws
Throwable

public void testConstructor_RI_RI4 ()

Throws
Throwable

public void testConstructor_long1 ()

Throws
Throwable

public void testConstructor_long_long1 ()

Throws
Throwable

public void testFactory_standardDays_long ()

Throws
Throwable

public void testFactory_standardHours_long ()

Throws
Throwable

public void testFactory_standardMinutes_long ()

Throws
Throwable

public void testFactory_standardSeconds_long ()

Throws
Throwable

public void testZERO ()

Test constructor ()

Throws
Throwable

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception