public class

TestReadablePeriodConverter

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

Class Overview

This class is a Junit unit test for ReadablePeriodConverter.

Summary

Public Constructors
TestReadablePeriodConverter(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
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 TestReadablePeriodConverter (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

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