|
||||||||||
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.TestDurationFieldType
public class TestDurationFieldType
This class is a Junit unit test for DurationFieldType.
Constructor Summary | |
---|---|
TestDurationFieldType(String name)
|
Method Summary | |
---|---|
static void |
main(String[] args)
|
protected void |
setUp()
|
static junit.framework.TestSuite |
suite()
|
protected void |
tearDown()
|
void |
test_centuries()
|
void |
test_days()
|
void |
test_eras()
|
void |
test_halfdays()
|
void |
test_hours()
|
void |
test_millis()
|
void |
test_minutes()
|
void |
test_months()
|
void |
test_other()
|
void |
test_seconds()
|
void |
test_weeks()
|
void |
test_weekyears()
|
void |
test_years()
|
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 TestDurationFieldType(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 test_eras() throws Exception
Exception
public void test_centuries() throws Exception
Exception
public void test_years() throws Exception
Exception
public void test_months() throws Exception
Exception
public void test_weekyears() throws Exception
Exception
public void test_weeks() throws Exception
Exception
public void test_days() throws Exception
Exception
public void test_halfdays() throws Exception
Exception
public void test_hours() throws Exception
Exception
public void test_minutes() throws Exception
Exception
public void test_seconds() throws Exception
Exception
public void test_millis() throws Exception
Exception
public void test_other() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |