Package com.singularsys.exttests.matrix
Class MatrixDictListTest
java.lang.Object
com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNoNullTest
com.singularsys.exttests.matrix.MatrixDictListTest
Tests for
MatrixDictComponents using MATRIX_NO_NULL.-
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()voidvoidvoidvoidvoidvoidtestkeys()protected voidtestListOrMapSize(Object val, int n) voidvoidvoidtestPut()voidvoidtestSize()voidMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithListNoNullTest
testParseSingleNoValMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
equals, getJep, getNumber, myAssertEquals, test_makeMap1D, test_makeMap2D, test_makeMapEmpty, testAllFunctionsHaveDescriptions, testAllOperatorHaveDescriptions, testContainsKey, testEntriesIter, testEvaluateDouble, testEvaluateEmpty, testEvaluateSingle, testGet, testGetOr, testKeysIter, testParseDouble, testParseEmpty, testParseSingle, testPrintDouble, testValuesIter
-
Constructor Details
-
MatrixDictListTest
public MatrixDictListTest()
-
-
Method Details
-
setUp
- Overrides:
setUpin classDictionaryWithListNoNullTest- Throws:
Exception
-
checkOrMake
Description copied from class:DictionaryTestsCheck if the function should exists, or not. If it does not make the function- Overrides:
checkOrMakein classDictionaryTests- Parameters:
name- function name
-
testEntries
- Overrides:
testEntriesin classDictionaryTests- Throws:
JepException
-
testkeys
- Overrides:
testkeysin classDictionaryTests- Throws:
JepException
-
testValues
- Overrides:
testValuesin classDictionaryTests- Throws:
JepException
-
testSize
- Overrides:
testSizein classDictionaryTests- Throws:
JepException
-
testListOrMapSize
- Overrides:
testListOrMapSizein classDictionaryTests
-
testRemove
- Overrides:
testRemovein classDictionaryTests- Throws:
JepException
-
testClear
- Overrides:
testClearin classDictionaryTests- Throws:
JepException
-
testPut
- Overrides:
testPutin classDictionaryTests- Throws:
JepException
-
testOperationsOnMatrix
- Throws:
JepException
-
testOperationsOnSet
- Throws:
JepException
-
test_nested_dict
- Overrides:
test_nested_dictin classDictionaryTests- Throws:
JepException
-
test_dict_with_vectors
- Overrides:
test_dict_with_vectorsin classDictionaryTests- Throws:
JepException
-
getKeyValue
Description copied from class:DictionaryTestsConvert and element to key-value pair.- Overrides:
getKeyValuein classDictionaryTests- Parameters:
ele- representing a key-value pair- Returns:
- the pair
- Throws:
EvaluationException
-
testExceptions
- Overrides:
testExceptionsin classDictionaryWithListNoNullTest- Throws:
JepException
-