module Easytest::Utils
Public Class Methods
() → String
Source
# File sig/_internal/easytest/utils.rbs, line 11
def self?.find_caller_file: () -> String
(String text, String indent_string) → String
Source
# File sig/_internal/easytest/utils.rbs, line 9
def self?.indent_text: (String text, String indent_string) -> String
(String singular, Integer count) → String
Source
# File sig/_internal/easytest/utils.rbs, line 7
def self?.pluralize: (String singular, Integer count) -> String
(String name, method: String) → void
Source
# File sig/_internal/easytest/utils.rbs, line 5
def self?.raise_if_no_test_name: (String name, method: String) -> void
(String absolute_path) → String
Source
# File sig/_internal/easytest/utils.rbs, line 3
def self?.terminal_hyperlink: (String absolute_path) -> String