|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase com.jstatcom.util.UtilTest
public class UtilTest
This is a set of tests for the util package. It makes use of the junit framework.
Constructor Summary | |
---|---|
UtilTest(java.lang.String name)
Test constructor comment. |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism. |
void |
testCapitalizeFirst()
|
void |
testEncodeDecode()
|
void |
testFArg()
Tests the FArg. |
void |
testImp2ExpRes()
Tests the UMatrix methods. |
void |
testMaturity()
|
void |
testToIntMatrix()
Tests the UMatrix methods. |
void |
testUDataDeterministics()
Tests the UMatrix methods. |
void |
testUDataHasFullColRank()
Tests the UMatrix methods. |
void |
testUDataIndex()
Tests the UMatrix methods. |
void |
testUDataResMat()
Tests the UMatrix methods. |
void |
testUDataSplitDeterministics()
Tests the UMatrix methods. |
void |
testUDataYZMat()
Tests the UMatrix methods. |
void |
testUMathBase10()
Tests the replaceSubString methods in UString. |
void |
testUMathClosestMultiple()
Tests the replaceSubString methods in UString. |
void |
testUMathRound()
Tests the replaceSubString methods in UString. |
void |
testUMatrixAdd()
Tests the UMatrix methods. |
void |
testUMatrixAppendColumns()
Tests the UMatrix methods. |
void |
testUMatrixAppendRows()
Tests the UMatrix methods. |
void |
testUMatrixClone()
Tests the UMatrix methods. |
void |
testUMatrixConv()
Tests the UMatrix methods. |
void |
testUMatrixDeleteDoubleCol()
Tests the UMatrix methods. |
void |
testUMatrixDeleteDoubleRow()
Tests the UMatrix methods. |
void |
testUMatrixDelif()
Tests the UMatrix methods. |
void |
testUMatrixDelRowsIf()
Tests the UMatrix methods. |
void |
testUMatrixDoubleCompare()
Tests the UMatrix compare methods. |
void |
testUMatrixEye()
Tests the UMatrix methods. |
void |
testUMatrixFlipIndex()
Tests the UMatrix methods. |
void |
testUMatrixFracDiff()
Tests the UMatrix methods. |
void |
testUMatrixGetDoubleCol()
Tests the UMatrix methods. |
void |
testUMatrixGetDoubleCols()
Tests the UMatrix methods. |
void |
testUMatrixGetDoubleRow()
Tests the UMatrix methods. |
void |
testUMatrixGetFirstNonZero()
Tests the UMatrix methods. |
void |
testUMatrixGetLastNonZero()
Tests the UMatrix methods. |
void |
testUMatrixLTriang()
Tests the UMatrix methods. |
void |
testUMatrixMaxc()
Tests the UMatrix methods. |
void |
testUMatrixMean()
Tests the UMatrix methods. |
void |
testUMatrixMinc()
Tests the UMatrix methods. |
void |
testUMatrixMultiply()
Tests the UMatrix methods. |
void |
testUMatrixOnes()
Tests the UMatrix methods. |
void |
testUMatrixPow()
Tests the UMatrix methods. |
void |
testUMatrixRandom()
Tests the UMatrix methods. |
void |
testUMatrixRank()
Tests the UMatrix methods. |
void |
testUMatrixSelif()
Tests the UMatrix methods. |
void |
testUMatrixSeqa()
Tests the UMatrix methods. |
void |
testUMatrixStandardize()
Tests the UMatrix methods. |
void |
testUMatrixStdc()
Tests the UMatrix methods. |
void |
testUMatrixSumc()
Tests the UMatrix methods. |
void |
testUMatrixToDoubleMatrix()
Tests the UMatrix methods. |
void |
testUMatrixTranpose()
Tests the UMatrix methods. |
void |
testUMatrixVec()
Tests the UMatrix methods. |
void |
testUString()
Tests the replaceSubString methods in UString. |
void |
testUStringArrayAppendString()
Tests the UMatrix methods. |
void |
testUStringArrayAppendStringColumns()
Tests the UMatrix methods. |
void |
testUStringArrayAppendSuffix()
Tests the UMatrix methods. |
void |
testUStringArrayCloneString()
Tests the UStringArray methods. |
void |
testUStringArrayCreateNamedIndex()
Tests the UMatrix methods. |
void |
testUStringArrayDelCol()
Tests the UMatrix methods. |
void |
testUStringArrayDeleteStringRow()
Tests the UMatrix methods. |
void |
testUStringArrayDelIf()
Tests the UStringArray methods. |
void |
testUStringArrayDelRowsIf()
Tests the UStringArray methods. |
void |
testUStringArrayDelStringRowsIf()
Tests the UStringArray methods. |
void |
testUStringArrayGetStringCol()
Tests the UStringArray methods. |
void |
testUStringArrayGetStringDiff()
Tests the getStringDiff. |
void |
testUStringArraySelIf()
Tests the UStringArray methods. |
void |
testUStringArraySelRowsIf()
Tests the UStringArray methods. |
void |
testUStringArraySelStringRowsIf()
Tests the UStringArray methods. |
void |
testUStringArrayStringCompare()
Tests the UStringArray compare methods. |
void |
testUStringArrayToStringMatrix()
Tests the UStringArray methods. |
void |
testUStringNumber()
Tests the replaceSubString methods in UString. |
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, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UtilTest(java.lang.String name)
name
- StringMethod Detail |
---|
public static junit.framework.Test suite()
public void testFArg()
public void testImp2ExpRes()
public void testToIntMatrix()
public void testUDataDeterministics()
public void testUDataHasFullColRank()
public void testUDataIndex()
public void testUDataResMat()
public void testUDataSplitDeterministics()
public void testUDataYZMat()
public void testUMathBase10()
public void testUMathClosestMultiple()
public void testUMathRound()
public void testUMatrixAdd()
public void testUMatrixAppendColumns()
public void testUMatrixAppendRows()
public void testUMatrixClone()
public void testUMatrixDeleteDoubleCol()
public void testUMatrixDeleteDoubleRow()
public void testUMatrixDelif()
public void testUMatrixDelRowsIf()
public void testUMatrixDoubleCompare()
public void testUMatrixEye()
public void testUMatrixFlipIndex()
public void testUMatrixGetDoubleCol()
public void testUMatrixGetDoubleRow()
public void testUMatrixGetDoubleCols()
public void testUMatrixGetFirstNonZero()
public void testUMatrixGetLastNonZero()
public void testUMatrixLTriang()
public void testUMatrixMaxc()
public void testUMatrixMean()
public void testUMatrixMinc()
public void testUMatrixMultiply()
public void testUMatrixOnes()
public void testUMatrixPow()
public void testUMatrixRandom()
public void testUMatrixRank()
public void testUMatrixSelif()
public void testUMatrixSeqa()
public void testUMatrixStandardize()
public void testUMatrixStdc()
public void testUMatrixSumc()
public void testUMatrixToDoubleMatrix()
public void testUMatrixTranpose()
public void testUMatrixVec()
public void testUString()
public void testUStringArrayAppendString()
public void testUStringArrayAppendStringColumns()
public void testUStringArrayAppendSuffix()
public void testUStringArrayCloneString()
public void testUStringArrayCreateNamedIndex()
public void testUStringArrayDelCol()
public void testUStringArrayDeleteStringRow()
public void testUStringArrayDelIf()
public void testUStringArrayDelRowsIf()
public void testUStringArrayDelStringRowsIf()
public void testUStringArrayGetStringCol()
public void testUStringArrayGetStringDiff()
public void testUStringArraySelIf()
public void testUStringArraySelRowsIf()
public void testUStringArraySelStringRowsIf()
public void testUStringArrayStringCompare()
public void testUStringArrayToStringMatrix()
public void testUStringNumber()
public void testUMatrixConv()
public void testUMatrixFracDiff()
public void testMaturity()
public void testCapitalizeFirst()
public void testEncodeDecode() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |