class Easytest::Hook

Attributes

block[R]
file[R]
type[R]

Public Instance Methods

after?() → bool click to toggle source
# File sig/_internal/easytest/hook.rbs, line(s) 15:15
def after?: () -> bool
before?() → bool click to toggle source
# File sig/_internal/easytest/hook.rbs, line(s) 13:13
def before?: () -> bool
initialize(type: Symbol, block: ^(Case) -> void) → void click to toggle source
# File sig/_internal/easytest/hook.rbs, line(s) 9:9
def initialize: (type: Symbol, block: ^(Case) -> void) -> void
run(Case test_case) → void click to toggle source
# File sig/_internal/easytest/hook.rbs, line(s) 11:11
def run: (Case test_case) -> void