public class

TestPartial_Match

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

Class Overview

This class is a Junit unit test for Partial.

Summary

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

Public Constructors

public TestPartial_Match (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void testIsMatch_Instant ()

public void testIsMatch_Partial ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception