| |
|
| org.joda.time.TestInstant_Constructors
TestInstant_Constructors | public class TestInstant_Constructors extends TestCase (Code) | | This class is a Junit unit test for Instant.
author: Stephen Colebourne |
TestInstant_Constructors | public TestInstant_Constructors(String name)(Code) | | |
suite | public static TestSuite suite()(Code) | | |
testConstructor | public void testConstructor() throws Throwable(Code) | | Test constructor ()
|
testConstructor_Object | public void testConstructor_Object() throws Throwable(Code) | | Test constructor (Object)
|
testConstructor_badconverterObject | public void testConstructor_badconverterObject() throws Throwable(Code) | | Test constructor (Object=null)
|
testConstructor_invalidObject | public void testConstructor_invalidObject() throws Throwable(Code) | | Test constructor (Object)
|
testConstructor_long1 | public void testConstructor_long1() throws Throwable(Code) | | Test constructor (long)
|
testConstructor_long2 | public void testConstructor_long2() throws Throwable(Code) | | Test constructor (long)
|
testConstructor_nullObject | public void testConstructor_nullObject() throws Throwable(Code) | | Test constructor (Object=null)
|
|
|
|