Package com.singularsys.exttests
Class StreamDictTest.StreamMatrixDictTest
java.lang.Object
com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
com.singularsys.exttests.matrix.MatrixDictMapTest
com.singularsys.exttests.StreamDictTest.StreamMatrixDictTest
- Enclosing class:
StreamDictTest
Tests for
StreamMatrixDictComponents using MAP_MISSING_VALUES.-
Nested Class Summary
Nested classes/interfaces inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
DictionaryTests.KeyValue -
Field Summary
Fields inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
entryOp, jep, listOrMapOp, nullValue, PRINT_RESULTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckOrMake(String name) Check if the function should exists, or not.getKeyValue(Object ele) Convert and element to key-value pair.voidsetUp()voidvoidvoidvoidvoidvoidvoidMethods inherited from class com.singularsys.exttests.matrix.MatrixDictMapTest
checkOperationsOnSet, checkPutOnSet, testEntries, testEntriesNull, testkeys, testOperationsOn1DMap, testOperationsOn1DSet, testOperationsOnMatrix, testOperationsOnNestedSet, testSize, testValues, testValuesNullMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
testEvaluateDouble, testEvaluateDoubleNoVal, testEvaluateEmpty, testEvaluatePutDoubleNoVal, testEvaluateSingle, testEvaluateSingleNoVal, testEvaluateVarDoubleNoVal, testPrintDouble, testPutNullToStringMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
testEntriesIterNull, testGetNull, testGetOrNull, testKeysIterNull, testPutNull, testRemoveNull, testValuesIterNullMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
equals, getJep, getNumber, myAssertEquals, test_dict_with_vectors, test_makeMap1D, test_makeMap2D, test_makeMapEmpty, test_nested_dict, testAllFunctionsHaveDescriptions, testAllOperatorHaveDescriptions, testClear, testContainsKey, testEntriesIter, testGet, testGetOr, testKeysIter, testListOrMapSize, testParseDouble, testParseEmpty, testParseSingle, testParseSingleNoVal, testPut, testRemove, testValuesIter
-
Constructor Details
-
StreamMatrixDictTest
public StreamMatrixDictTest()
-
-
Method Details
-
setUp
- Overrides:
setUpin classMatrixDictMapTest- Throws:
Exception
-
checkOrMake
Description copied from class:DictionaryTestsCheck if the function should exists, or not. If it does not make the function- Overrides:
checkOrMakein classMatrixDictMapTest- Parameters:
name- function name
-
getKeyValue
Description copied from class:DictionaryTestsConvert and element to key-value pair.- Overrides:
getKeyValuein classMatrixDictMapTest- Parameters:
ele- representing a key-value pair- Returns:
- the pair
- Throws:
EvaluationException
-
testEntriesToCount
- Throws:
JepException
-
testKeysToVbl
- Throws:
JepException
-
testValuesToSum
- Throws:
JepException
-
testKeysVector
- Throws:
JepException
-
testEntriesMatrix
- Throws:
JepException
-
testEntriesMatrixLimit
- Throws:
JepException
-
test_treeMap
- Throws:
JepException
-