ca.nengo.io
Class DelimitedFileExporterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ca.nengo.io.DelimitedFileExporterTest
All Implemented Interfaces:
junit.framework.Test

public class DelimitedFileExporterTest
extends junit.framework.TestCase

Unit tests for DelimitedFileExporter.

Author:
Bryan Tripp

Constructor Summary
DelimitedFileExporterTest()
           
 
Method Summary
 void testExportFloatArrayArrayFile()
           
 void testExportSpikePatternFile()
           
 void testExportTimeSeriesFile()
           
 void testExportTimeSeriesFileFloat()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelimitedFileExporterTest

public DelimitedFileExporterTest()
Method Detail

testExportTimeSeriesFile

public void testExportTimeSeriesFile()
                              throws java.io.IOException
Throws:
java.io.IOException

testExportTimeSeriesFileFloat

public void testExportTimeSeriesFileFloat()
                                   throws java.io.IOException
Throws:
java.io.IOException

testExportSpikePatternFile

public void testExportSpikePatternFile()
                                throws java.io.IOException
Throws:
java.io.IOException

testExportFloatArrayArrayFile

public void testExportFloatArrayArrayFile()
                                   throws java.io.IOException
Throws:
java.io.IOException