Class BooleanFormulaSubject

java.lang.Object
com.google.common.truth.Subject
org.sosy_lab.java_smt.test.BooleanFormulaSubject

public final class BooleanFormulaSubject extends Subject
Subject subclass for testing assertions about BooleanFormulas with Truth (allows using assert_().about(...).that(formula).isUnsatisfiable() etc.).

For a test use either SolverBasedTest0.assertThatFormula(BooleanFormula), or use StandardSubjectBuilder.about(com.google.common.truth.Subject.Factory) and set a solver via the method booleanFormulasOf(SolverContext).