Add test coverage for almost everything from the Java API (#8723)
authorGereon Kremer <gkremer@cs.stanford.edu>
Tue, 10 May 2022 14:55:44 +0000 (07:55 -0700)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 14:55:44 +0000 (14:55 +0000)
commit6007962d5e173477ba8850141e519b49c0659c57
tree51001eb0e4e45d9be9dcdd493f2c209833b1a8df
parent4eca7007a3f0b9be98daeef253ccfd145b65a33a
Add test coverage for almost everything from the Java API  (#8723)

This PR adds tests for almost everything that is not yet covered by the java API tests.
src/api/java/io/github/cvc5/DatatypeDecl.java
src/api/java/jni/solver.cpp
test/unit/api/java/CMakeLists.txt
test/unit/api/java/DatatypeTest.java
test/unit/api/java/GrammarTest.java
test/unit/api/java/OpTest.java
test/unit/api/java/SolverTest.java
test/unit/api/java/SortTest.java
test/unit/api/java/UncoveredTest.cpp