|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.joda.time.TestTimeOfDay_Constructors
public class TestTimeOfDay_Constructors
This class is a Junit unit test for TimeOfDay.
Constructor Summary | |
---|---|
TestTimeOfDay_Constructors(String name)
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
protected void |
setUp()
|
static junit.framework.TestSuite |
suite()
|
protected void |
tearDown()
|
void |
testConstantMidnight()
Test constructor () |
void |
testConstructor_Chronology()
Test constructor (Chronology) |
void |
testConstructor_DateTimeZone()
Test constructor (DateTimeZone) |
void |
testConstructor_int_int_Chronology()
Test constructor (int, int, int, Chronology) |
void |
testConstructor_int_int_int_Chronology()
Test constructor (int, int, int, Chronology) |
void |
testConstructor_int_int_int_int_Chronology()
Test constructor (int, int, int, int, Chronology) |
void |
testConstructor_int_int_int_int_nullChronology()
Test constructor (int, int, int, int, Chronology=null) |
void |
testConstructor_int_int_int_int()
Test constructor (int, int, int, int) |
void |
testConstructor_int_int_int_nullChronology()
Test constructor (int, int, int, Chronology=null) |
void |
testConstructor_int_int_int()
Test constructor (int, int, int) |
void |
testConstructor_int_int_nullChronology()
Test constructor (int, int, int, Chronology=null) |
void |
testConstructor_int_int()
Test constructor (int, int) |
void |
testConstructor_long_nullChronology()
Test constructor (long, Chronology=null) |
void |
testConstructor_long1_Chronology()
Test constructor (long, Chronology) |
void |
testConstructor_long1()
Test constructor (long) |
void |
testConstructor_long2_Chronology()
Test constructor (long, Chronology) |
void |
testConstructor_long2()
Test constructor (long) |
void |
testConstructor_nullChronology()
Test constructor (Chronology=null) |
void |
testConstructor_nullDateTimeZone()
Test constructor (DateTimeZone=null) |
void |
testConstructor_nullObject_Chronology()
Test constructor (Object=null, Chronology) |
void |
testConstructor_nullObject_nullChronology()
Test constructor (Object=null, Chronology=null) |
void |
testConstructor_nullObject()
Test constructor (Object=null) |
void |
testConstructor_Object_Chronology()
Test constructor (Object, Chronology) |
void |
testConstructor_Object_nullChronology()
Test constructor (Object, Chronology=null) |
void |
testConstructor_Object1()
Test constructor (Object) |
void |
testConstructor_Object2()
Test constructor (Object) |
void |
testConstructor_ObjectString1()
|
void |
testConstructor_ObjectString2()
|
void |
testConstructor_ObjectString3()
|
void |
testConstructor_ObjectString4()
|
void |
testConstructor_ObjectString5()
|
void |
testConstructor_ObjectString6()
|
void |
testConstructor_ObjectStringEx1()
|
void |
testConstructor_ObjectStringEx2()
|
void |
testConstructor_ObjectStringEx3()
|
void |
testConstructor_ObjectStringEx4()
|
void |
testConstructor_todObject()
Test constructor (Object) |
void |
testConstructor()
Test constructor () |
void |
testConstructor2_Object_Chronology()
Test constructor (Object, Chronology) |
void |
testFactory_FromCalendarFields()
|
void |
testFactory_FromDateFields_after1970()
|
void |
testFactory_FromDateFields_before1970()
|
void |
testFactory_FromDateFields_null()
|
void |
testFactoryMillisOfDay_long_nullChronology()
Test factory (long, Chronology=null) |
void |
testFactoryMillisOfDay_long1_Chronology()
Test factory (long, Chronology) |
void |
testFactoryMillisOfDay_long1()
Test factory (long) |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestTimeOfDay_Constructors(String name)
Method Detail |
---|
public static void main(String[] args)
public static junit.framework.TestSuite suite()
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public void testConstantMidnight() throws Throwable
Throwable
public void testFactory_FromCalendarFields() throws Exception
Exception
public void testFactory_FromDateFields_after1970() throws Exception
Exception
public void testFactory_FromDateFields_before1970() throws Exception
Exception
public void testFactory_FromDateFields_null() throws Exception
Exception
public void testFactoryMillisOfDay_long1() throws Throwable
Throwable
public void testFactoryMillisOfDay_long1_Chronology() throws Throwable
Throwable
public void testFactoryMillisOfDay_long_nullChronology() throws Throwable
Throwable
public void testConstructor() throws Throwable
Throwable
public void testConstructor_DateTimeZone() throws Throwable
Throwable
public void testConstructor_nullDateTimeZone() throws Throwable
Throwable
public void testConstructor_Chronology() throws Throwable
Throwable
public void testConstructor_nullChronology() throws Throwable
Throwable
public void testConstructor_long1() throws Throwable
Throwable
public void testConstructor_long2() throws Throwable
Throwable
public void testConstructor_long1_Chronology() throws Throwable
Throwable
public void testConstructor_long2_Chronology() throws Throwable
Throwable
public void testConstructor_long_nullChronology() throws Throwable
Throwable
public void testConstructor_Object1() throws Throwable
Throwable
public void testConstructor_Object2() throws Throwable
Throwable
public void testConstructor_nullObject() throws Throwable
Throwable
public void testConstructor_todObject() throws Throwable
Throwable
public void testConstructor_ObjectString1() throws Throwable
Throwable
public void testConstructor_ObjectString2() throws Throwable
Throwable
public void testConstructor_ObjectString3() throws Throwable
Throwable
public void testConstructor_ObjectString4() throws Throwable
Throwable
public void testConstructor_ObjectString5() throws Throwable
Throwable
public void testConstructor_ObjectString6() throws Throwable
Throwable
public void testConstructor_ObjectStringEx1() throws Throwable
Throwable
public void testConstructor_ObjectStringEx2() throws Throwable
Throwable
public void testConstructor_ObjectStringEx3() throws Throwable
Throwable
public void testConstructor_ObjectStringEx4() throws Throwable
Throwable
public void testConstructor_Object_Chronology() throws Throwable
Throwable
public void testConstructor2_Object_Chronology() throws Throwable
Throwable
public void testConstructor_nullObject_Chronology() throws Throwable
Throwable
public void testConstructor_Object_nullChronology() throws Throwable
Throwable
public void testConstructor_nullObject_nullChronology() throws Throwable
Throwable
public void testConstructor_int_int() throws Throwable
Throwable
public void testConstructor_int_int_Chronology() throws Throwable
Throwable
public void testConstructor_int_int_nullChronology() throws Throwable
Throwable
public void testConstructor_int_int_int() throws Throwable
Throwable
public void testConstructor_int_int_int_Chronology() throws Throwable
Throwable
public void testConstructor_int_int_int_nullChronology() throws Throwable
Throwable
public void testConstructor_int_int_int_int() throws Throwable
Throwable
public void testConstructor_int_int_int_int_Chronology() throws Throwable
Throwable
public void testConstructor_int_int_int_int_nullChronology() throws Throwable
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |