Class RetryTest

    • Field Detail

      • retryPolicy

        @Autowired
        public org.springframework.retry.policy.SimpleRetryPolicy retryPolicy
    • Constructor Detail

      • RetryTest

        public RetryTest()
    • Method Detail

      • tearDown

        public void tearDown()
      • testRetry

        public void testRetry()
      • testRetryWithRetryableExceptionInCause

        public void testRetryWithRetryableExceptionInCause()
      • testRetryWhenNoExceptionIsRaised

        public void testRetryWhenNoExceptionIsRaised()
      • testRetryWithNonRetryableException

        public void testRetryWithNonRetryableException()
      • testRetryTransactionalOperation

        public void testRetryTransactionalOperation()
      • testRetryNonTransactionalOperation

        public void testRetryNonTransactionalOperation()