net.sourceforge.swimp.test.coin
Class TestCoinPackedMatrix
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
net.sourceforge.swimp.test.util.SwimpBaseTestCase
net.sourceforge.swimp.test.coin.TestCoinPackedMatrix
- All Implemented Interfaces:
- junit.framework.Test
public class TestCoinPackedMatrix
- extends SwimpBaseTestCase
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 |
TestCoinPackedMatrix
public TestCoinPackedMatrix(java.lang.String arg0)
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()