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