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