public class

TestDurationFieldType

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

Class Overview

This class is a Junit unit test for DurationFieldType.

Summary

Public Constructors
TestDurationFieldType(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void test_centuries()
void test_days()
void test_eras()
void test_halfdays()
void test_hours()
void test_millis()
void test_minutes()
void test_months()
void test_other()
void test_seconds()
void test_weeks()
void test_weekyears()
void test_years()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestDurationFieldType (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void test_centuries ()

Throws
Exception

public void test_days ()

Throws
Exception

public void test_eras ()

Throws
Exception

public void test_halfdays ()

Throws
Exception

public void test_hours ()

Throws
Exception

public void test_millis ()

Throws
Exception

public void test_minutes ()

Throws
Exception

public void test_months ()

Throws
Exception

public void test_other ()

Throws
Exception

public void test_seconds ()

Throws
Exception

public void test_weeks ()

Throws
Exception

public void test_weekyears ()

Throws
Exception

public void test_years ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception