open class TestAnnotationUtils
Collection of utility methods for working with Spring's core testing annotations.
Author
Sam Brannen
Since
4.2
TestAnnotationUtils()
Collection of utility methods for working with Spring's core testing annotations. |
open static fun getRepeatCount(method: Method): Int
Get the repeat count configured via the Repeat annotation on the supplied Non-negative configured values will be converted to |
|
open static fun getTimeout(method: Method): Long
Get the Negative configured values will be converted to |