org.joda.time.chrono
Class TestIslamicChronology

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

public class TestIslamicChronology
extends junit.framework.TestCase

This class is a Junit unit test for IslamicChronology.

Author:
Stephen Colebourne

Constructor Summary
TestIslamicChronology(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
protected  void tearDown()
           
 void test15BasedLeapYear()
           
 void test16BasedLeapYear()
           
 void testCalendar()
          Tests era, year, monthOfYear, dayOfMonth and dayOfWeek.
 void testDateFields()
           
 void testDurationFields()
           
 void testEpoch()
           
 void testEquality()
           
 void testEra()
           
 void testFactory_Zone()
           
 void testFactory()
           
 void testFactoryUTC()
           
 void testFieldConstructor()
           
 void testHabashAlHasibBasedLeapYear()
           
 void testIndianBasedLeapYear()
           
 void testSampleDate1()
           
 void testSampleDate2()
           
 void testSampleDate3()
           
 void testSampleDateWithZone()
           
 void testTimeFields()
           
 void testToString()
           
 void testWithUTC()
           
 void testWithZone()
           
 
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

TestIslamicChronology

public TestIslamicChronology(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

testFactoryUTC

public void testFactoryUTC()

testFactory

public void testFactory()

testFactory_Zone

public void testFactory_Zone()

testEquality

public void testEquality()

testWithUTC

public void testWithUTC()

testWithZone

public void testWithZone()

testToString

public void testToString()

testDurationFields

public void testDurationFields()

testDateFields

public void testDateFields()

testTimeFields

public void testTimeFields()

testEpoch

public void testEpoch()

testEra

public void testEra()

testFieldConstructor

public void testFieldConstructor()

testCalendar

public void testCalendar()
Tests era, year, monthOfYear, dayOfMonth and dayOfWeek.


testSampleDate1

public void testSampleDate1()

testSampleDate2

public void testSampleDate2()

testSampleDate3

public void testSampleDate3()

testSampleDateWithZone

public void testSampleDateWithZone()

test15BasedLeapYear

public void test15BasedLeapYear()

test16BasedLeapYear

public void test16BasedLeapYear()

testIndianBasedLeapYear

public void testIndianBasedLeapYear()

testHabashAlHasibBasedLeapYear

public void testHabashAlHasibBasedLeapYear()


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