Test
    interface TestLogging
Options that determine which test events get logged, and at which detail.
Inheritors
Functions
Link copied to clipboard
                  Returns the display granularity of the events to be logged.
Link copied to clipboard
                  Returns the events to be logged.
Link copied to clipboard
                  Returns the format to be used for logging test exceptions.
Link copied to clipboard
                  Returns the maximum granularity of the events to be logged.
Link copied to clipboard
                  Returns the minimum granularity of the events to be logged.
Link copied to clipboard
                  Tells whether causes of exceptions that occur during test execution will be logged.
Link copied to clipboard
                  Tells whether exceptions that occur during test execution will be logged.
Link copied to clipboard
                  Tells whether stack traces of exceptions that occur during test execution will be logged.
Link copied to clipboard
                  Tells whether output on standard out and standard error will be logged.
Link copied to clipboard
                  Returns the set of filters to be used for sanitizing test stack traces.
Link copied to clipboard
                  Sets the display granularity of the events to be logged.
Link copied to clipboard
                  Sets the format to be used for logging test exceptions.
Link copied to clipboard
                  Returns the maximum granularity of the events to be logged.
Link copied to clipboard
                  Sets the minimum granularity of the events to be logged.
Link copied to clipboard
                  Sets whether causes of exceptions that occur during test execution will be logged.
Link copied to clipboard
                  Sets whether exceptions that occur during test execution will be logged.
Link copied to clipboard
                  Sets whether stack traces of exceptions that occur during test execution will be logged.
Link copied to clipboard
                  Sets whether output on standard out and standard error will be logged.
Link copied to clipboard
                  Sets the set of filters to be used for sanitizing test stack traces.
Link copied to clipboard
                  Convenience method for setStackTraceFilters.