Class DictionaryTestsWithNull
java.lang.Object
com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
com.singularsys.jeptests.unit.misc.dictionary.DictionaryTestsWithNull
- Direct Known Subclasses:
DictionaryWithListNullTest,DictionaryWithMapNullTest
Abstract base class for test for the
com.singularsys.jep.misc.dictionary package
with options allowing null 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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidprotected abstract voidvoidvoidvoidMethods inherited from class com.singularsys.jeptests.unit.misc.dictionary.DictionaryTests
checkOrMake, equals, getJep, getKeyValue, getNumber, myAssertEquals, test_dict_with_vectors, test_makeMap1D, test_makeMap2D, test_makeMapEmpty, test_nested_dict, testAllFunctionsHaveDescriptions, testAllOperatorHaveDescriptions, testClear, testContainsKey, testEntries, testEntriesIter, testEvaluateDouble, testEvaluateEmpty, testEvaluateSingle, testGet, testGetOr, testkeys, testKeysIter, testListOrMapSize, testParseDouble, testParseEmpty, testParseSingle, testParseSingleNoVal, testPrintDouble, testPut, testRemove, testSize, testValues, testValuesIter
-
Constructor Details
-
DictionaryTestsWithNull
public DictionaryTestsWithNull()
-
-
Method Details
-
testEvaluateSingleNoVal
- Throws:
JepException
-
testEvaluateDoubleNoVal
- Throws:
JepException
-
testEvaluateVarDoubleNoVal
- Throws:
JepException
-
testEvaluatePutDoubleNoVal
- Throws:
JepException
-
testGetNull
- Throws:
JepException
-
testGetOrNull
- Throws:
JepException
-
testPutNull
- Throws:
JepException
-
testPutNullToString
-
testRemoveNull
- Throws:
JepException
-
testValuesNull
- Throws:
JepException
-
testEntriesNull
- Throws:
JepException
-
testEntriesIterNull
- Throws:
JepException
-
testKeysIterNull
- Throws:
JepException
-
testValuesIterNull
- Throws:
JepException
-