程序包 org.hipparchus
类 RetryRunnerTest
java.lang.Object
org.hipparchus.RetryRunnerTest
测试“重试”功能(重试Junit测试方法)。
-
构造器概要
-
方法概要
修饰符和类型方法说明void
显示即使重试,始终失败的测试也会失败。void
显示有时会失败的测试,如果重试可能会成功。
-
构造器详细资料
-
RetryRunnerTest
public RetryRunnerTest()
-
-
方法详细资料
-
testRetryFailAlways
public void testRetryFailAlways()显示即使重试,始终失败的测试也会失败。 -
testRetryFailSometimes
public void testRetryFailSometimes()显示有时会失败的测试,如果重试可能会成功。在这种情况下,大量重试使得异常在所有调用中都抛出的可能性非常小。
-