net.sourceforge.swimp.test.coin
Class TestCoinPackedMatrix

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sourceforge.swimp.test.util.SwimpBaseTestCase
              extended by net.sourceforge.swimp.test.coin.TestCoinPackedMatrix
All Implemented Interfaces:
junit.framework.Test

public class TestCoinPackedMatrix
extends SwimpBaseTestCase


Field Summary
 
Fields inherited from class net.sourceforge.swimp.test.util.SwimpBaseTestCase
tmpFilePrefix, tmpFileSuffix
 
Constructor Summary
TestCoinPackedMatrix(java.lang.String arg0)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAppendCol()
           
 void testAppendRow()
           
 void testCompress()
           
 void testCreateByRowColInds()
           
 void testCreateColumnwise()
           
 void testCreateRowwise()
           
 void testDeleteCols()
           
 void testDeleteRows()
           
 void testIsEquivalent()
           
 void testIsEquivalent2()
           
 void testModifyCoefficient()
           
 void testReplaceVector()
           
 void testReverseOrdering()
           
 void testSetDimensions()
           
 void testTimes()
           
 void testToString()
           
 void testTranspose()
           
 void testTransposeTimes()
           
 
Methods inherited from class net.sourceforge.swimp.test.util.SwimpBaseTestCase
getSwimpProperties, getSwimpRootDir, getTestDataFile
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCoinPackedMatrix

public TestCoinPackedMatrix(java.lang.String arg0)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class SwimpBaseTestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class SwimpBaseTestCase
Throws:
java.lang.Exception

testCreateRowwise

public void testCreateRowwise()

testCreateColumnwise

public void testCreateColumnwise()

testIsEquivalent

public void testIsEquivalent()

testIsEquivalent2

public void testIsEquivalent2()

testTimes

public void testTimes()

testTransposeTimes

public void testTransposeTimes()

testToString

public void testToString()

testReverseOrdering

public void testReverseOrdering()

testTranspose

public void testTranspose()

testSetDimensions

public void testSetDimensions()

testAppendCol

public void testAppendCol()

testAppendRow

public void testAppendRow()

testCompress

public void testCompress()

testReplaceVector

public void testReplaceVector()

testModifyCoefficient

public void testModifyCoefficient()

testDeleteRows

public void testDeleteRows()

testDeleteCols

public void testDeleteCols()

testCreateByRowColInds

public void testCreateByRowColInds()