Java Doc for HebrewTest.java in  » Internationalization-Localization » icu4j » com » ibm » icu » dev » test » calendar » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Internationalization Localization » icu4j » com.ibm.icu.dev.test.calendar 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.ibm.icu.dev.test.calendar.CalendarTest
   com.ibm.icu.dev.test.calendar.HebrewTest

HebrewTest
public class HebrewTest extends CalendarTest (Code)
Tests for the HebrewCalendar class.


Field Summary
final public static  intADAR
    
final public static  intADAR_1
    
final public static  intAV
    
final public static  intELUL
    
final public static  intHESHVAN
    
final public static  intIYAR
    
final public static  intKISLEV
    
final public static  intNISAN
    
final public static  intSHEVAT
    
final public static  intSIVAN
    
final public static  intTAMUZ
    
final public static  intTEVET
    
final public static  intTISHRI
    


Method Summary
public  voidTestAdd()
     Test the behavior of HebrewCalendar.roll The only real nastiness with roll is the MONTH field, since a year can have a variable number of months.
public  voidTestCases()
     A huge list of test cases to make sure that computeTime and computeFields work properly for a wide range of data.
public  voidTestCoverage()
    
public  voidTestDefaultFieldValues()
     With no fields set, the calendar should use default values.
public  voidTestElulMonth()
     Problem reported by Armand Bendanan (armand.bendanan@free.fr) in which setting of the MONTH field in a Hebrew calendar to ELUL on non leap years causes the date to be set on TISHRI next year.
public  voidTestMonthMovement()
     Test of the behavior of the month field.
public  voidTestRoll()
     Test the behavior of HebrewCalendar.roll The only real nastiness with roll is the MONTH field, since a year can have a variable number of months.
public  voidTestTimeFields()
     Problem reported by Armand Bendanan in which setting of the MONTH field in a Hebrew calendar causes the time fields to go negative.
public static  voidmain(String args)
    

Field Detail
ADAR
final public static int ADAR(Code)



ADAR_1
final public static int ADAR_1(Code)



AV
final public static int AV(Code)



ELUL
final public static int ELUL(Code)



HESHVAN
final public static int HESHVAN(Code)



IYAR
final public static int IYAR(Code)



KISLEV
final public static int KISLEV(Code)



NISAN
final public static int NISAN(Code)



SHEVAT
final public static int SHEVAT(Code)



SIVAN
final public static int SIVAN(Code)



TAMUZ
final public static int TAMUZ(Code)



TEVET
final public static int TEVET(Code)



TISHRI
final public static int TISHRI(Code)





Method Detail
TestAdd
public void TestAdd()(Code)
Test the behavior of HebrewCalendar.roll The only real nastiness with roll is the MONTH field, since a year can have a variable number of months.



TestCases
public void TestCases()(Code)
A huge list of test cases to make sure that computeTime and computeFields work properly for a wide range of data.



TestCoverage
public void TestCoverage()(Code)



TestDefaultFieldValues
public void TestDefaultFieldValues()(Code)
With no fields set, the calendar should use default values.



TestElulMonth
public void TestElulMonth()(Code)
Problem reported by Armand Bendanan (armand.bendanan@free.fr) in which setting of the MONTH field in a Hebrew calendar to ELUL on non leap years causes the date to be set on TISHRI next year.



TestMonthMovement
public void TestMonthMovement()(Code)
Test of the behavior of the month field. This requires special handling in the Hebrew calendar because of the pattern of leap years.



TestRoll
public void TestRoll()(Code)
Test the behavior of HebrewCalendar.roll The only real nastiness with roll is the MONTH field, since a year can have a variable number of months.



TestTimeFields
public void TestTimeFields()(Code)
Problem reported by Armand Bendanan in which setting of the MONTH field in a Hebrew calendar causes the time fields to go negative.



main
public static void main(String args) throws Exception(Code)



Fields inherited from com.ibm.icu.dev.test.calendar.CalendarTest
final public static boolean ADD(Code)(Java Doc)
final public static int DATE(Code)(Java Doc)
final static double DAY_MS(Code)(Java Doc)
final public static int DOW(Code)(Java Doc)
final public static int DOWM(Code)(Java Doc)
final public static int DOY(Code)(Java Doc)
final public static int ERA(Code)(Java Doc)
final public static int FRI(Code)(Java Doc)
final public static int HOUR(Code)(Java Doc)
final static long JULIAN_EPOCH(Code)(Java Doc)
final public static int MINUTE(Code)(Java Doc)
final public static int MON(Code)(Java Doc)
final public static int MONTH(Code)(Java Doc)
final public static boolean ROLL(Code)(Java Doc)
final public static int SAT(Code)(Java Doc)
final public static int SECOND(Code)(Java Doc)
final public static int SUN(Code)(Java Doc)
final public static int THU(Code)(Java Doc)
final public static int TUE(Code)(Java Doc)
final public static SimpleTimeZone UTC(Code)(Java Doc)
final public static int WED(Code)(Java Doc)
final public static int WOM(Code)(Java Doc)
final public static int WOY(Code)(Java Doc)
final public static int YEAR(Code)(Java Doc)

Methods inherited from com.ibm.icu.dev.test.calendar.CalendarTest
protected void doLimitsTest(Calendar cal, int[] fieldsToTest, Date startDate, int testDuration)(Code)(Java Doc)
public void doRollAdd(boolean roll, Calendar cal, int[][] tests)(Code)(Java Doc)
public void doTestCases(TestCase[] cases, Calendar cal)(Code)(Java Doc)
final public static String fieldName(int f)(Code)(Java Doc)
static double getJulianDay(Calendar cal)(Code)(Java Doc)
public static String ymdToString(int year, int month, int day)(Code)(Java Doc)
public static String ymdToString(Calendar cal)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.