Class TestRunWithContext

    • Field Detail

      • myNewFailure

        @Nullable
        protected volatile Boolean myNewFailure
    • Constructor Detail

      • TestRunWithContext

        protected TestRunWithContext​(TestRunContext testRunContext)
    • Method Detail

      • setNewFailure

        public void setNewFailure​(@NotNull
                                  Boolean newFailure)
      • isNewFailureComputed

        public boolean isNewFailureComputed()
      • isNewFailure

        public boolean isNewFailure()
        Description copied from interface: STestRun
        Returns whether this test is failed and it was not failed in previous builds
        Returns:
        true if this test is failed and it was not failed in previous builds
      • checkStatisticsErrors

        protected boolean checkStatisticsErrors()
      • findBuild

        @Nullable
        protected SBuild findBuild​(long buildId)