Uses of Interface
org.junit.jupiter.api.DisplayNameGenerator
-
Packages that use DisplayNameGenerator Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests. -
-
Uses of DisplayNameGenerator in org.junit.jupiter.api
Classes in org.junit.jupiter.api that implement DisplayNameGenerator Modifier and Type Class Description static class
DisplayNameGenerator.ReplaceUnderscores
DisplayNameGenerator
that replaces underscores with spaces.static class
DisplayNameGenerator.Standard
StandardDisplayNameGenerator
.Methods in org.junit.jupiter.api that return types with arguments of type DisplayNameGenerator Modifier and Type Method Description java.lang.Class<? extends DisplayNameGenerator>
value()
Custom display name generator.
-