Update Java tests to match changes in API (#4535)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 5 Jun 2020 00:27:33 +0000 (17:27 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Jun 2020 00:27:33 +0000 (17:27 -0700)
commit67678d6c8a28e71483d8171311725e9e1a86775c
treef9c4d9b0bfda35d0fea98690849db61c902248be
parent6c608754e8058098e410e208d0b6cc0f586b79ca
Update Java tests to match changes in API (#4535)

Commit cfeaf40ed6a9d4d7fec925352e30d2470a1ca567 renamed
`Result::Validity` and `SmtEngine::query()` to `Result::Entailment` and
`SmtEngine::checkEntailed()`, respectively. The commit did not update
the Java tests which lead to issues in debug builds with Java bindings.
The commit also adds a corresponding `NEWS` entry.
NEWS
test/java/BitVectors.java
test/java/BitVectorsAndArrays.java
test/java/Combination.java
test/java/HelloWorld.java
test/java/LinearArith.java