public class

TestReadableDurationConverter

extends TestCase
java.lang.Object
   ↳ TestCase
     ↳ org.joda.time.convert.TestReadableDurationConverter

Class Overview

This class is a Junit unit test for ReadableDurationConverter.

Summary

Public Constructors
TestReadableDurationConverter(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testGetDurationMillis_Object()
void testGetPeriodType_Object()
void testSetInto_Object()
void testSingleton()
void testSupportedType()
void testToString()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestReadableDurationConverter (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void testGetDurationMillis_Object ()

Throws
Exception

public void testGetPeriodType_Object ()

Throws
Exception

public void testSetInto_Object ()

Throws
Exception

public void testSingleton ()

Throws
Exception

public void testSupportedType ()

Throws
Exception

public void testToString ()

Protected Methods

protected void setUp ()

Throws
Exception