class Easytest::CLI
Constants
- FAILURE
- FATAL
- SUCCESS
Attributes
argv
[R]
Array[String]
options
[R]
Hash[Symbol, bool]
parser
[R]
OptionParser
start_time
[R]
Time
Public Class Methods
(Array[String] argv) → void
Source
# File sig/_internal/easytest/cli.rbs, line 21
def initialize: (Array[String] argv) -> void
Public Instance Methods
() → OptionParser
Source
# File sig/_internal/easytest/cli.rbs, line 23
def init_parser: () -> OptionParser
(String file) → void
Source
# File sig/_internal/easytest/cli.rbs, line 31
def load_test_file: (String file) -> void
() → Integer?
Source
# File sig/_internal/easytest/cli.rbs, line 25
def parse_argv: () -> Integer?
() → Array[String]
Source
# File sig/_internal/easytest/cli.rbs, line 33
def test_files: () -> Array[String]
() → void
Source
# File sig/_internal/easytest/cli.rbs, line 37
def watch_files: () -> void