Class Theories.TheoryAnchor

  • Enclosing class:
    Theories

    public static class Theories.TheoryAnchor
    extends Statement
    • Method Detail

      • getTestClass

        private TestClass getTestClass()
      • evaluate

        public void evaluate()
                      throws java.lang.Throwable
        Description copied from class: Statement
        Run the action, throwing a Throwable if anything goes wrong.
        Specified by:
        evaluate in class Statement
        Throws:
        java.lang.Throwable
      • runWithAssignment

        protected void runWithAssignment​(Assignments parameterAssignment)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • runWithIncompleteAssignment

        protected void runWithIncompleteAssignment​(Assignments incomplete)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • runWithCompleteAssignment

        protected void runWithCompleteAssignment​(Assignments complete)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • reportParameterizedError

        protected void reportParameterizedError​(java.lang.Throwable e,
                                                java.lang.Object... params)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • nullsOk

        private boolean nullsOk()
      • handleDataPointSuccess

        protected void handleDataPointSuccess()