monero-cpp icon indicating copy to clipboard operation
monero-cpp copied to clipboard

Port test suite from Java library

Open woodser opened this issue 5 years ago • 0 comments

This issue requests porting this library's Java counterpart's JUnit test suite to C++ for use in this library.

Currently, the Java library tests the C++ library through the JNI interface. A native C++ test suite would allow more thorough testing of C++ references and remove depending on the Java project for tests.

woodser avatar Aug 18 '19 21:08 woodser