public class

TestDurationField

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

Class Overview

This class is a Junit unit test for DurationField.

Summary

Public Constructors
TestDurationField(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void test_subtract()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestDurationField (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void test_subtract ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception