class Easytest::Reporter

Attributes

name[R]

Public Instance Methods

find_location(Exception error) → Thread::Backtrace::Location click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 19:19
def find_location: (Exception error) -> Thread::Backtrace::Location
format_location(Thread::Backtrace::Location location) → String click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 21:21
def format_location: (Thread::Backtrace::Location location) -> String
initialize(String name) → void click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 5:5
def initialize: (String name) -> void
report_error(Exception error) → String? click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 7:7
def report_error: (Exception error) -> String?
report_fatal_error(Exception error) → String click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 17:17
def report_fatal_error: (Exception error) -> String
report_match_error(MatchError error) → String click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 15:15
def report_match_error: (MatchError error) -> String
report_skip() → String click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 9:9
def report_skip: () -> String
report_todo() → String click to toggle source
# File sig/_internal/easytest/reporter.rbs, line(s) 11:11
def report_todo: () -> String