Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
D K M O S T

D

DataCategoryPackageTests - class org.jfree.data.category.junit.DataCategoryPackageTests.
Some tests for the org.jfree.data.category package that can be run using JUnit.
DataCategoryPackageTests(String) - Constructor for class org.jfree.data.category.junit.DataCategoryPackageTests
Constructs the test suite.
DefaultCategoryDatasetTests - class org.jfree.data.category.junit.DefaultCategoryDatasetTests.
Tests for the org.jfree.data.category.DefaultCategoryDataset class.
DefaultCategoryDatasetTests(String) - Constructor for class org.jfree.data.category.junit.DefaultCategoryDatasetTests
Constructs a new set of tests.

K

KeyToGroupMapTests - class org.jfree.data.category.junit.KeyToGroupMapTests.
Tests for the org.jfree.data.KeyToGroupMap class.
KeyToGroupMapTests(String) - Constructor for class org.jfree.data.category.junit.KeyToGroupMapTests
Constructs a new set of tests.

M

main(String[]) - Static method in class org.jfree.data.category.junit.DataCategoryPackageTests
Runs the test suite using JUnit's text-based runner.

O

org.jfree.data.category.junit - package org.jfree.data.category.junit
A package containing the org.jfree.data.category.CategoryDataset interface and related classes.

S

suite() - Static method in class org.jfree.data.category.junit.DataCategoryPackageTests
Returns a test suite to the JUnit test runner.
suite() - Static method in class org.jfree.data.category.junit.DefaultCategoryDatasetTests
Returns the tests as a test suite.
suite() - Static method in class org.jfree.data.category.junit.KeyToGroupMapTests
Returns the tests as a test suite.

T

testCloning() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Confirm that cloning works.
testEquals() - Method in class org.jfree.data.category.junit.DefaultCategoryDatasetTests
Confirm that the equals method can distinguish all the required fields.
testEquals() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Confirm that the equals method can distinguish all the required fields.
testGetColumnCount() - Method in class org.jfree.data.category.junit.DefaultCategoryDatasetTests
Some tests for the getColumnCount() method.
testGetGroup() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Tests the getGroup() method.
testGetGroupIndex() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Tests the getGroupIndex() method.
testGetRowCount() - Method in class org.jfree.data.category.junit.DefaultCategoryDatasetTests
Some tests for the getRowCount() method.
testGroupCount() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Tests that the getGroupCount() method returns the correct values under various circumstances.
testKeyCount() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Tests that the getKeyCount() method returns the correct values under various circumstances.
testMapKeyToGroup() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Tests the mapKeyToGroup() method.
testSerialization() - Method in class org.jfree.data.category.junit.DefaultCategoryDatasetTests
Serialize an instance, restore it, and check for equality.
testSerialization() - Method in class org.jfree.data.category.junit.KeyToGroupMapTests
Serialize an instance, restore it, and check for equality.

D K M O S T