public class

TestInstant_Constructors

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

Class Overview

This class is a Junit unit test for Instant.

Summary

Public Constructors
TestInstant_Constructors(String name)
Public Methods
static void main(String[] args)
static TestSuite suite()
void testConstructor()
Test constructor ()
void testConstructor_Object()
Test constructor (Object)
void testConstructor_badconverterObject()
Test constructor (Object=null)
void testConstructor_invalidObject()
Test constructor (Object)
void testConstructor_long1()
Test constructor (long)
void testConstructor_long2()
Test constructor (long)
void testConstructor_nullObject()
Test constructor (Object=null)
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TestInstant_Constructors (String name)

Public Methods

public static void main (String[] args)

public static TestSuite suite ()

public void testConstructor ()

Test constructor ()

Throws
Throwable

public void testConstructor_Object ()

Test constructor (Object)

Throws
Throwable

public void testConstructor_badconverterObject ()

Test constructor (Object=null)

Throws
Throwable

public void testConstructor_invalidObject ()

Test constructor (Object)

Throws
Throwable

public void testConstructor_long1 ()

Test constructor (long)

Throws
Throwable

public void testConstructor_long2 ()

Test constructor (long)

Throws
Throwable

public void testConstructor_nullObject ()

Test constructor (Object=null)

Throws
Throwable

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception