Class StoreReportPlan


  • public class StoreReportPlan
    extends Plan
    This plan stores a test report in the reports belief set.
    • Field Detail

      • report

        protected TestReport report
        The test report.
    • Constructor Detail

      • StoreReportPlan

        public StoreReportPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan