|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase com.jstatcom.ts.TSTest
public class TSTest
This is a set of tests for the time series package. It makes use of the junit framework.
Constructor Summary | |
---|---|
TSTest(java.lang.String name)
Test constructor comment. |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism. |
void |
testCalc()
Tests the TS. |
void |
testSelection()
Tests the selection. |
void |
testTS()
Tests the TS. |
void |
testTSDate()
Tests the TSDate constructors. |
void |
testTSDateParser()
Tests the TSDate parser. |
void |
testTSDateRange()
Tests the TSDateRange. |
void |
testTSDateRange2()
Tests the TSDateRange. |
void |
testTSDateRangeAddPeriods()
Tests the TSDateRange. |
void |
testTSDummy()
Tests the TS dummy creation. |
void |
testTSEquals()
Tests the TS. |
void |
testTSguessType()
Tests the TS type guessing. |
void |
testTSHolder()
Tests the TSHolder. |
void |
testTSOperation()
Tests the TS. |
void |
testTSSeasDumm()
Tests the TS seasonal dummy creation. |
void |
testTSTrendShift()
Tests the TS dummy creation. |
void |
testTypes()
Tests the TSTypes. |
void |
testValidName()
Tests the TS name check. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TSTest(java.lang.String name)
name
- StringMethod Detail |
---|
public static junit.framework.Test suite()
public void testCalc()
public void testTypes()
public void testTS()
public void testTSDate()
public void testTSDateParser()
public void testTSDateRange()
public void testTSDateRange2()
public void testTSDateRangeAddPeriods()
public void testTSDummy()
public void testTSTrendShift()
public void testTSEquals()
public void testTSguessType()
public void testTSHolder()
public void testTSOperation()
public void testTSSeasDumm()
public void testValidName()
public void testSelection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |