Uses of Class
org.junit.platform.console.options.Details
-
Packages that use Details Package Description org.junit.platform.console.options Configuration options for JUnit's console launcher. -
-
Uses of Details in org.junit.platform.console.options
Fields in org.junit.platform.console.options declared as Details Modifier and Type Field Description (package private) static Details
TestConsoleOutputOptions. DEFAULT_DETAILS
private Details
TestConsoleOutputOptions. details
private Details
TestConsoleOutputOptionsMixin.ConsoleOutputOptions. details
private Details
TestConsoleOutputOptionsMixin.ConsoleOutputOptions. details2
Methods in org.junit.platform.console.options that return Details Modifier and Type Method Description Details
TestConsoleOutputOptions. getDetails()
static Details
Details. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Details[]
Details. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.console.options with parameters of type Details Modifier and Type Method Description void
TestConsoleOutputOptions. setDetails(Details details)
-