Class TestAnnotationUtils
java.lang.Object
org.springframework.test.annotation.TestAnnotationUtils
Deprecated.
since Spring Framework 7.0 with no replacement
Collection of utility methods for working with Spring's core testing annotations.
- Since:
- 4.2
- Author:
- Sam Brannen
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
getRepeatCount
(Method method) Deprecated.Get the repeat count configured via the@Repeat
annotation on the suppliedmethod
.static long
getTimeout
(Method method) Deprecated.
-
Constructor Details
-
TestAnnotationUtils
public TestAnnotationUtils()Deprecated.
-
-
Method Details
-
getTimeout
-
getRepeatCount
-