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