class Easytest::Reporter
Attributes
name
[R]
String
Public Class Methods
(String name) → void
Source
# File sig/_internal/easytest/reporter.rbs, line 5
def initialize: (String name) -> void
Public Instance Methods
(Exception error) → Thread::Backtrace::Location
Source
# File sig/_internal/easytest/reporter.rbs, line 19
def find_location: (Exception error) -> Thread::Backtrace::Location
(Thread::Backtrace::Location location) → String
Source
# File sig/_internal/easytest/reporter.rbs, line 21
def format_location: (Thread::Backtrace::Location location) -> String
(Exception error) → String?
Source
# File sig/_internal/easytest/reporter.rbs, line 7
def report_error: (Exception error) -> String?
(Exception error) → String
Source
# File sig/_internal/easytest/reporter.rbs, line 17
def report_fatal_error: (Exception error) -> String
(MatchError error) → String
Source
# File sig/_internal/easytest/reporter.rbs, line 15
def report_match_error: (MatchError error) -> String
() → String
Source
# File sig/_internal/easytest/reporter.rbs, line 9
def report_skip: () -> String
() → String
Source
# File sig/_internal/easytest/reporter.rbs, line 11
def report_todo: () -> String