Package com.singularsys.exttests
Class StreamDictTest.StandardStreamDictTest
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.StreamDictTest.StandardStreamDictTest
- Enclosing class:
StreamDictTest
Tests for
StreamDictComponents 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.voidsetUp()voidvoidvoidMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryWithMapNullTest
testEntriesNull, testEvaluateDouble, testEvaluateDoubleNoVal, testEvaluateEmpty, testEvaluatePutDoubleNoVal, testEvaluateSingle, testEvaluateSingleNoVal, testEvaluateVarDoubleNoVal, testPrintDouble, testPutNullToString, testValuesNullMethods 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, getKeyValue, getNumber, myAssertEquals, test_dict_with_vectors, test_makeMap1D, test_makeMap2D, test_makeMapEmpty, test_nested_dict, testAllFunctionsHaveDescriptions, testAllOperatorHaveDescriptions, testClear, testContainsKey, testEntries, testEntriesIter, testGet, testGetOr, testkeys, testKeysIter, testListOrMapSize, testParseDouble, testParseEmpty, testParseSingle, testParseSingleNoVal, testPut, testRemove, testSize, testValues, testValuesIter
-
Constructor Details
-
StandardStreamDictTest
public StandardStreamDictTest()
-
-
Method Details
-
setUp
- Overrides:
setUpin classDictionaryWithMapNullTest- 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
-
testEntriesToCount
- Throws:
JepException
-
testKeysToVbl
- Throws:
JepException
-
testValuesToSum
- Throws:
JepException
-