com.jstatcom.io
Class IOTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.jstatcom.io.IOTest
All Implemented Interfaces:
junit.framework.Test

public final class IOTest
extends junit.framework.TestCase

This is a set of tests for the com.jstatcom.io package. It makes use of the junit framework.

Author:
Markus Kraetzig

Constructor Summary
IOTest(java.lang.String name)
          CompTest 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 testASCII()
          Tests the ASCII Reader.
 void testDATe89()
          Tests the .fmt reading extended data set version 89.
 void testDATv89_sci()
           
 void testDATv89()
          Tests the .fmt reading small data set version 89.
 void testDATv92()
          Tests the .fmt reading data set version 92.
 void testDATv96_freqdata()
           
 void testDATv96_sci()
           
 void testDATv96()
          Tests the .fmt reading data set version 96.
 void testExcel()
          Tests the Excel Reader.
 void testFMTev89()
          Tests the .fmt reading extended matrix version 89.
 void testFMTv89()
          Tests the .fmt reading small matrix version 89.
 void testFMTv92()
          Tests the .fmt reading Matrix v92.
 void testFMTv96()
          Tests the .fmt reading Matrix v96.
 void testMatlab_v5()
           
 void testNewASCII()
          Tests the new ASCII Reader.
 void testRedirect()
          Tests the redirect.
 
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

IOTest

public IOTest(java.lang.String name)
CompTest constructor comment.

Parameters:
name - String
Method Detail

suite

public static junit.framework.Test suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.

Returns:
Test

testRedirect

public void testRedirect()
Tests the redirect.


testExcel

public void testExcel()
Tests the Excel Reader.


testASCII

public void testASCII()
Tests the ASCII Reader.


testNewASCII

public void testNewASCII()
Tests the new ASCII Reader.


testFMTv96

public void testFMTv96()
Tests the .fmt reading Matrix v96.


testFMTv92

public void testFMTv92()
Tests the .fmt reading Matrix v92.


testFMTv89

public void testFMTv89()
Tests the .fmt reading small matrix version 89.


testFMTev89

public void testFMTev89()
Tests the .fmt reading extended matrix version 89.


testDATv89

public void testDATv89()
Tests the .fmt reading small data set version 89.


testDATe89

public void testDATe89()
Tests the .fmt reading extended data set version 89.


testDATv92

public void testDATv92()
Tests the .fmt reading data set version 92.


testDATv96

public void testDATv96()
Tests the .fmt reading data set version 96.


testDATv96_sci

public void testDATv96_sci()

testDATv96_freqdata

public void testDATv96_freqdata()

testDATv89_sci

public void testDATv89_sci()

testMatlab_v5

public void testMatlab_v5()