Interface ColorTheme


public interface ColorTheme
Defines a theme for colored output.
  • Method Details

    • errorCount

      default Color errorCount()
    • ignoreCount

      default Color ignoreCount()
    • info

      default Color info()
    • successful

      default Color successful()
      Returns:
      The color which should be used for the indicator of a successful test.
    • error

      default Color error()
    • container

      default Color container()
      Returns:
      The color which should be used for test containers.
    • testMethod

      default Color testMethod()
      Returns:
      The color which should be used for a test method.
    • testFactory

      default Color testFactory()
      Returns:
      The color which should be used for a test factory.
    • testTemplate

      default Color testTemplate()
      Returns:
      The color which should be used for a test template.
    • dynamicTest

      default Color dynamicTest()
      Returns:
      The color which should be used for a dynamic test.
    • nativeMethod

      default Color nativeMethod()
      Returns:
      The color which should be used for a native method within a stacktrace.
    • unknownSource

      default Color unknownSource()
      Returns:
      The color which should be used for an unknown source within a stacktrace.
    • testFile

      default Color testFile()
      Returns:
      The color which should be used for the test file within a stacktrace.
    • testFileLineNumber

      default Color testFileLineNumber()
      Returns:
      The color which should be used for the line number of a test file within a stacktrace.
    • normalName1

      default Color normalName1()
    • normalName2

      default Color normalName2()
    • normalName3

      default Color normalName3()
    • errorName1

      default Color errorName1()
    • errorName2

      default Color errorName2()
    • errorName3

      default Color errorName3()