Uses of Class
org.junitpioneer.internal.TestNameFormatter
-
Packages that use TestNameFormatter Package Description org.junitpioneer.jupiter Extensions to the JUnit Jupiter engine.org.junitpioneer.jupiter.cartesian This package contains theCartesianTestextension. -
-
Uses of TestNameFormatter in org.junitpioneer.jupiter
Fields in org.junitpioneer.jupiter declared as TestNameFormatter Modifier and Type Field Description private TestNameFormatterRetryingTestExtension.FailedTestRetrier. formatterprivate TestNameFormatterRetryingTestInvocationContext. formatterConstructors in org.junitpioneer.jupiter with parameters of type TestNameFormatter Constructor Description FailedTestRetrier(int maxRetries, int minSuccess, int suspendForMs, java.lang.Class<? extends java.lang.Throwable>[] expectedExceptions, TestNameFormatter formatter)RetryingTestInvocationContext(TestNameFormatter formatter) -
Uses of TestNameFormatter in org.junitpioneer.jupiter.cartesian
Fields in org.junitpioneer.jupiter.cartesian declared as TestNameFormatter Modifier and Type Field Description private TestNameFormatterCartesianTestInvocationContext. formatterMethods in org.junitpioneer.jupiter.cartesian that return TestNameFormatter Modifier and Type Method Description private TestNameFormatterCartesianTestExtension. createNameFormatter(org.junit.jupiter.api.extension.ExtensionContext context)Constructors in org.junitpioneer.jupiter.cartesian with parameters of type TestNameFormatter Constructor Description CartesianTestInvocationContext(java.util.List<?> parameters, TestNameFormatter formatter)
-