Class VerifyFact

  • All Implemented Interfaces:
    Expectation, Fixture

    public class VerifyFact
    extends Object
    implements Expectation
    This is for making assertions over a specific facts value/state AFTER execution.
    • Field Detail

      • anonymous

        public boolean anonymous
        This is true if it isn't a named fact, but it will just search working memory to verify.
    • Constructor Detail

      • VerifyFact

        public VerifyFact()
    • Method Detail

      • wasSuccessful

        public boolean wasSuccessful()
        Description copied from interface: Expectation
        Return false if the assertion
        Specified by:
        wasSuccessful in interface Expectation
        Returns:
      • setFieldValues

        public void setFieldValues​(List<VerifyField> fieldValues)
      • setName

        public void setName​(String name)
      • getName

        public String getName()
      • setDescription

        public void setDescription​(String description)
      • getDescription

        public String getDescription()