pmemkv-java
pmemkv-java copied to clipboard
add test cases for all exceptions
ISSUE: add test cases for all exceptions
Details
We need to add more TCs to cover exceptions and check if they are handled well. One of solution is to implement test_engine in pmemkv, which will throw exceptions "on demand".
This also should cover tests in. e.g. callback in JNI code (see: https://github.com/pmem/pmemkv-jni/issues/11)
Issue for pmemkv support: https://github.com/pmem/pmemkv/issues/867