Class ProverEnvironmentSubject

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

public final class ProverEnvironmentSubject extends Subject
Subject subclass for testing assertions about ProverEnvironments with Truth (allows using assert_().about(...).that(stack).isUnsatisfiable() etc.).

For a test use SolverBasedTest0.assertThatEnvironment(BasicProverEnvironment), or StandardSubjectBuilder.about(com.google.common.truth.Subject.Factory) and proverEnvironments().