Package org.sosy_lab.java_smt.test
@CheckReturnValue
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package org.sosy_lab.java_smt.test
Solver-independent tests and test utilities for the solver API.
-
ClassesClassDescription
Subjectsubclass for testing assertions about BooleanFormulas with Truth (allows usingassert_().about(...).that(formula).isUnsatisfiable()etc.).Subjectsubclass for testing assertions about ProverEnvironments with Truth (allows usingassert_().about(...).that(stack).isUnsatisfiable()etc.).Abstract base class with helpful utilities for writing tests that use an SMT solver.