class Easytest::CLI
Constants
- FAILURE
- FATAL
- SUCCESS
Attributes
argv[R]
options[R]
parser[R]
start_time[R]
Public Instance Methods
help() → String
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 27:27
def help: () -> String
init_parser() → OptionParser
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 23:23
def init_parser: () -> OptionParser
initialize(Array[String] argv) → void
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 21:21
def initialize: (Array[String] argv) -> void
load_test_file(String file) → void
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 31:31
def load_test_file: (String file) -> void
parse_argv() → Integer?
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 25:25
def parse_argv: () -> Integer?
run() → Integer
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 9:9
def run: () -> Integer
setup() → void
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 29:29
def setup: () -> void
test_files() → Array[String]
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 33:33
def test_files: () -> Array[String]
watch?() → bool
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 35:35
def watch?: () -> bool
watch_files() → void
click to toggle source
# File sig/_internal/easytest/cli.rbs, line(s) 37:37
def watch_files: () -> void