class Easytest::Case
A test case.
Attributes
block[R]
file[R]
name[R]
A test case name.
only[R]
only?[R]
skipped[R]
skipped?[R]
Public Instance Methods
initialize(name: String, ?skipped: bool, ?only: bool, ?block: (^() -> void)?) → void
click to toggle source
# File sig/_internal/easytest/case.rbs, line(s) 15:15
def initialize: (name: String, ?skipped: bool, ?only: bool, ?block: (^() -> void)?) -> void
run() → [ Symbol, String? ]
click to toggle source
# File sig/_internal/easytest/case.rbs, line(s) 19:19
def run: () -> [Symbol, String?]
skip!() → void
click to toggle source
# File sig/_internal/easytest/case.rbs, line(s) 17:17
def skip!: () -> void