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
Replace all underscore characters with spaces.static class
DisplayNameGenerator.Standard
Standard display name generator.Methods in org.junit.jupiter.api that return types with arguments of type DisplayNameGenerator Modifier and Type Method Description Class<? extends DisplayNameGenerator>
value()
Custom display name generator.
-