edu.udo.cs.yale.example.test
Class SparseReaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.udo.cs.yale.test.TestCase
              extended by edu.udo.cs.yale.example.test.SparseReaderTest
All Implemented Interfaces:
junit.framework.Test

public class SparseReaderTest
extends TestCase

Tests all formats of the SparseFormatDataRowReader

Version:
$Id: SparseReaderTest.java,v 1.13 2006/09/30 00:05:31 ingomierswa Exp $
Author:
Simon Fischer, Ingo Mierswa

Field Summary
private static java.lang.String[] ATTRIBUTE_STRINGS
           
private static java.lang.String[] LABEL
           
 
Constructor Summary
SparseReaderTest()
           
 
Method Summary
 void readerTest(int format, java.io.Reader input, java.io.Reader labelInput)
           
 void testFormatPrefix()
           
 void testFormatSeparate()
           
 void testFormatXY()
           
 void testFormatYX()
           
 
Methods inherited from class edu.udo.cs.yale.test.TestCase
assertEqualsNaN, setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE_STRINGS

private static final java.lang.String[] ATTRIBUTE_STRINGS

LABEL

private static final java.lang.String[] LABEL
Constructor Detail

SparseReaderTest

public SparseReaderTest()
Method Detail

readerTest

public void readerTest(int format,
                       java.io.Reader input,
                       java.io.Reader labelInput)
                throws java.lang.Exception
Throws:
java.lang.Exception

testFormatXY

public void testFormatXY()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testFormatYX

public void testFormatYX()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testFormatPrefix

public void testFormatPrefix()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testFormatSeparate

public void testFormatSeparate()
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2006