| org.jfree.data.time.junit.MovingAverageTests
MovingAverageTests | public class MovingAverageTests extends TestCase (Code) | | Tests for the
MovingAverage class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | test1() A test for the values calculated from a time series. |
MovingAverageTests | public MovingAverageTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
test1 | public void test1()(Code) | | A test for the values calculated from a time series.
|
|
|