org.joda.time
Class TestDuration_Constructors

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.joda.time.TestDuration_Constructors
All Implemented Interfaces:
junit.framework.Test

public class TestDuration_Constructors
extends junit.framework.TestCase

This class is a JUnit test for Duration.

Author:
Stephen Colebourne

Constructor Summary
TestDuration_Constructors(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void testConstructor_long_long1()
           
 void testConstructor_long1()
           
 void testConstructor_Object1()
          Test constructor (Object)
 void testConstructor_Object2()
           
 void testConstructor_Object3()
           
 void testConstructor_Object4()
           
 void testConstructor_Object5()
           
 void testConstructor_RI_RI1()
           
 void testConstructor_RI_RI2()
           
 void testConstructor_RI_RI3()
           
 void testConstructor_RI_RI4()
           
 void testFactory_millis_long()
           
 void testFactory_standardDays_long()
           
 void testFactory_standardHours_long()
           
 void testFactory_standardMinutes_long()
           
 void testFactory_standardSeconds_long()
           
 void testParse_noFormatter()
           
 void testZERO()
          Test constructor ()
 
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

TestDuration_Constructors

public TestDuration_Constructors(String name)
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.TestSuite suite()

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testZERO

public void testZERO()
              throws Throwable
Test constructor ()

Throws:
Throwable

testParse_noFormatter

public void testParse_noFormatter()
                           throws Throwable
Throws:
Throwable

testFactory_standardDays_long

public void testFactory_standardDays_long()
                                   throws Throwable
Throws:
Throwable

testFactory_standardHours_long

public void testFactory_standardHours_long()
                                    throws Throwable
Throws:
Throwable

testFactory_standardMinutes_long

public void testFactory_standardMinutes_long()
                                      throws Throwable
Throws:
Throwable

testFactory_standardSeconds_long

public void testFactory_standardSeconds_long()
                                      throws Throwable
Throws:
Throwable

testFactory_millis_long

public void testFactory_millis_long()
                             throws Throwable
Throws:
Throwable

testConstructor_long1

public void testConstructor_long1()
                           throws Throwable
Throws:
Throwable

testConstructor_long_long1

public void testConstructor_long_long1()
                                throws Throwable
Throws:
Throwable

testConstructor_RI_RI1

public void testConstructor_RI_RI1()
                            throws Throwable
Throws:
Throwable

testConstructor_RI_RI2

public void testConstructor_RI_RI2()
                            throws Throwable
Throws:
Throwable

testConstructor_RI_RI3

public void testConstructor_RI_RI3()
                            throws Throwable
Throws:
Throwable

testConstructor_RI_RI4

public void testConstructor_RI_RI4()
                            throws Throwable
Throws:
Throwable

testConstructor_Object1

public void testConstructor_Object1()
                             throws Throwable
Test constructor (Object)

Throws:
Throwable

testConstructor_Object2

public void testConstructor_Object2()
                             throws Throwable
Throws:
Throwable

testConstructor_Object3

public void testConstructor_Object3()
                             throws Throwable
Throws:
Throwable

testConstructor_Object4

public void testConstructor_Object4()
                             throws Throwable
Throws:
Throwable

testConstructor_Object5

public void testConstructor_Object5()
                             throws Throwable
Throws:
Throwable


Copyright © 2002-2013 Joda.org. All Rights Reserved.