Uses of Interface
io.apicurio.registry.utils.tests.TestUtils.RunnableExc
-
-
Uses of TestUtils.RunnableExc in io.apicurio.registry.utils.tests
Methods in io.apicurio.registry.utils.tests with parameters of type TestUtils.RunnableExc Modifier and Type Method Description static void
TestUtils. assertClientError(String expectedErrorName, int expectedCode, TestUtils.RunnableExc runnable, boolean retry, Function<Exception,Integer> errorCodeExtractor)
static void
TestUtils. assertClientError(String expectedErrorName, int expectedCode, TestUtils.RunnableExc runnable, Function<Exception,Integer> errorCodeExtractor)
static void
TestUtils. retry(TestUtils.RunnableExc runnable)
static void
TestUtils. retry(TestUtils.RunnableExc runnable, String name, int maxRetries)
-