edu.iu.iv.common.persistence.ivc
Class DelimitedSparseDoubleMatrixModelPersisterTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--edu.iu.iv.common.persistence.ivc.DelimitedSparseDoubleMatrixModelPersisterTest
All Implemented Interfaces:
junit.framework.Test

public class DelimitedSparseDoubleMatrixModelPersisterTest
extends junit.framework.TestCase

Version:
0.1
Author:
Team IVC

Constructor Summary
DelimitedSparseDoubleMatrixModelPersisterTest(java.lang.String arg0)
          Constructor for DelimitedSparseDoubleMatrixModelPersisterTest.
 
Method Summary
static void main(java.lang.String[] args)
           
 void testCanPersist()
           
 void testCanRestore()
           
 void testPersist()
           
 void testRestore()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelimitedSparseDoubleMatrixModelPersisterTest

public DelimitedSparseDoubleMatrixModelPersisterTest(java.lang.String arg0)
Constructor for DelimitedSparseDoubleMatrixModelPersisterTest.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

testPersist

public void testPersist()

testRestore

public void testRestore()

testCanPersist

public void testCanPersist()

testCanRestore

public void testCanRestore()