| org.jfree.chart.axis.junit.LogarithmicAxisTests
LogarithmicAxisTests | public class LogarithmicAxisTests extends TestCase (Code) | | Tests for the
LogarithmicAxis class.
|
Field Summary | |
public static double | EPSILON | MyLogarithmicAxis | axis |
EPSILON | public static double EPSILON(Code) | | Tolerance for floating point comparisons
|
axis | MyLogarithmicAxis axis(Code) | | |
LogarithmicAxisTests | public LogarithmicAxisTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
main | public static void main(String[] args)(Code) | | Runs all tests in this class.
Parameters: args - ignored. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testAdjustedLog10 | public void testAdjustedLog10()(Code) | | Test if adjustedLog10 and adjustedPow10 are inverses of each other
|
testJava2DToValue | public void testJava2DToValue()(Code) | | Test of java2DToValue method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
testSwitchedLog10 | public void testSwitchedLog10()(Code) | | Test if switchedLog10 and switchedPow10 are inverses of each other
|
testValueToJava2D | public void testValueToJava2D()(Code) | | Test of valueToJava2D method.
|
|
|