◆ BLACK
string mock_test.Color.BLACK = "\033[30m" |
|
static |
◆ BLUE
string mock_test.Color.BLUE = "\033[34m" |
|
static |
◆ BOLD
string mock_test.Color.BOLD = "\038[1m" |
|
static |
◆ CYAN
string mock_test.Color.CYAN = "\033[36m" |
|
static |
◆ END
string mock_test.Color.END = "\033[0m" |
|
static |
◆ GREEN
string mock_test.Color.GREEN = "\033[32m" |
|
static |
◆ INVISIBLE
string mock_test.Color.INVISIBLE = "\033[08m" |
|
static |
◆ PURPLE
string mock_test.Color.PURPLE = "\033[35m" |
|
static |
◆ RED
string mock_test.Color.RED = "\033[31m" |
|
static |
◆ REVERSE
string mock_test.Color.REVERSE = "\033[07m" |
|
static |
◆ UNDERLINE
string mock_test.Color.UNDERLINE = "\033[4m" |
|
static |
◆ WHITE
string mock_test.Color.WHITE = "\033[37m" |
|
static |
◆ YELLOW
string mock_test.Color.YELLOW = "\033[33m" |
|
static |
The documentation for this class was generated from the following file: