Interface ColorTheme
public interface ColorTheme
Defines a theme for colored output.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Colordefault Colordefault Colorerror()default Colordefault Colordefault Colordefault Colordefault Colordefault Colorinfo()default Colordefault Colordefault Colordefault Colordefault Colordefault Colordefault ColortestFile()default Colordefault Colordefault Colordefault Color
-
Method Details
-
errorCount
-
ignoreCount
-
info
-
successful
- Returns:
- The color which should be used for the indicator of a successful test.
-
error
-
container
- Returns:
- The color which should be used for test containers.
-
testMethod
- Returns:
- The color which should be used for a test method.
-
testFactory
- Returns:
- The color which should be used for a test factory.
-
testTemplate
- Returns:
- The color which should be used for a test template.
-
dynamicTest
- Returns:
- The color which should be used for a dynamic test.
-
nativeMethod
- Returns:
- The color which should be used for a native method within a stacktrace.
-
unknownSource
- Returns:
- The color which should be used for an unknown source within a stacktrace.
-
testFile
- Returns:
- The color which should be used for the test file within a stacktrace.
-
testFileLineNumber
- Returns:
- The color which should be used for the line number of a test file within a stacktrace.
-
normalName1
-
normalName2
-
normalName3
-
errorName1
-
errorName2
-
errorName3
-