Java Doc for TaskSeriesCollectionTests.java in  » Chart » jfreechart » org » jfree » data » gantt » junit » 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 » Chart » jfreechart » org.jfree.data.gantt.junit 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jfree.data.gantt.junit.TaskSeriesCollectionTests

TaskSeriesCollectionTests
public class TaskSeriesCollectionTests extends TestCase (Code)
Tests for the TaskSeriesCollection class.



Constructor Summary
public  TaskSeriesCollectionTests(String name)
     Constructs a new set of tests.

Method Summary
public static  Testsuite()
     Returns the tests as a test suite.
public  voidtest697153()
     A test for bug report 697153.
public  voidtest800324()
     A test for bug report 800324.
public  voidtestCloning()
     Confirm that cloning works.
public  voidtestEquals()
     Confirm that the equals method can distinguish all the required fields.
public  voidtestGetColumnCount()
     A test for the getColumnCount() method.
public  voidtestGetColumnIndex()
     Some tests for the getColumnIndex() method.
public  voidtestGetColumnKey()
     Some tests for the getColumnKey() method.
public  voidtestGetEndValue()
     Some tests for the getEndValue() method.
public  voidtestGetEndValue2()
     Some tests for the getEndValue() method for sub-intervals.
public  voidtestGetEndValue3()
     A check for a null task duration.
public  voidtestGetPercentComplete()
     Some tests for the getPercentComplete() method.
public  voidtestGetRowCount()
     A test for the getRowCount() method.
public  voidtestGetRowIndex()
     Some tests for the getRowIndex() method.
public  voidtestGetRowKey()
     Some tests for the getRowKey() method.
public  voidtestGetSeries()
     Some basic tests for the getSeries() methods.
public  voidtestGetSeriesCount()
     A test for the getSeriesCount() method.
public  voidtestGetSeriesKey()
     Some tests for the getSeriesKey() method.
public  voidtestGetStartValue()
     Some tests for the getStartValue() method.
public  voidtestGetStartValue2()
     Some tests for the getStartValue() method for sub-intervals.
public  voidtestGetStartValue3()
     A check for a null task duration.
public  voidtestGetSubIntervalCount()
     Some tests for the bug report 1099331.
public  voidtestGetValue()
     Some tests for the getValue() method.
public  voidtestRemove()
     Some basic checks for the remove() method.
public  voidtestSerialization()
     Serialize an instance, restore it, and check for equality.


Constructor Detail
TaskSeriesCollectionTests
public TaskSeriesCollectionTests(String name)(Code)
Constructs a new set of tests.
Parameters:
  name - the name of the tests.




Method Detail
suite
public static Test suite()(Code)
Returns the tests as a test suite. The test suite.



test697153
public void test697153()(Code)
A test for bug report 697153.



test800324
public void test800324()(Code)
A test for bug report 800324.



testCloning
public void testCloning()(Code)
Confirm that cloning works.



testEquals
public void testEquals()(Code)
Confirm that the equals method can distinguish all the required fields.



testGetColumnCount
public void testGetColumnCount()(Code)
A test for the getColumnCount() method.



testGetColumnIndex
public void testGetColumnIndex()(Code)
Some tests for the getColumnIndex() method.



testGetColumnKey
public void testGetColumnKey()(Code)
Some tests for the getColumnKey() method.



testGetEndValue
public void testGetEndValue()(Code)
Some tests for the getEndValue() method.



testGetEndValue2
public void testGetEndValue2()(Code)
Some tests for the getEndValue() method for sub-intervals.



testGetEndValue3
public void testGetEndValue3()(Code)
A check for a null task duration.



testGetPercentComplete
public void testGetPercentComplete()(Code)
Some tests for the getPercentComplete() method.



testGetRowCount
public void testGetRowCount()(Code)
A test for the getRowCount() method.



testGetRowIndex
public void testGetRowIndex()(Code)
Some tests for the getRowIndex() method.



testGetRowKey
public void testGetRowKey()(Code)
Some tests for the getRowKey() method.



testGetSeries
public void testGetSeries()(Code)
Some basic tests for the getSeries() methods.



testGetSeriesCount
public void testGetSeriesCount()(Code)
A test for the getSeriesCount() method.



testGetSeriesKey
public void testGetSeriesKey()(Code)
Some tests for the getSeriesKey() method.



testGetStartValue
public void testGetStartValue()(Code)
Some tests for the getStartValue() method.



testGetStartValue2
public void testGetStartValue2()(Code)
Some tests for the getStartValue() method for sub-intervals.



testGetStartValue3
public void testGetStartValue3()(Code)
A check for a null task duration.



testGetSubIntervalCount
public void testGetSubIntervalCount()(Code)
Some tests for the bug report 1099331. We create a TaskSeriesCollection with two series - the first series has two tasks, but the second has only one. The key is to ensure that the methods in TaskSeriesCollection translate the index values to key values *before* accessing the tasks in the series.



testGetValue
public void testGetValue()(Code)
Some tests for the getValue() method.



testRemove
public void testRemove()(Code)
Some basic checks for the remove() method.



testSerialization
public void testSerialization()(Code)
Serialize an instance, restore it, and check for equality.



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