Class AbstractBooleanExpression

    • Field Detail

      • conditionSource

        @SerializedName("condition")
        private final String conditionSource
        The text of the Java code for this expression.
      • description

        private final String description
        The description of the expression. Used as the descriptive text in test assertions.
    • Constructor Detail

      • AbstractBooleanExpression

        private AbstractBooleanExpression()
        Gson serialization requires a default constructor.
      • AbstractBooleanExpression

        AbstractBooleanExpression​(String description,
                                  String conditionSource)
        Creates a AbstractBooleanExpression with the given description and condition source code.
        Parameters:
        description - the description of this boolean condition
        conditionSource - the text of the Java code for the created condition