Log::EntriesChecker
DSL for Log.capture
Constructors
Instance methods
Validates that at some point the indicated entry was emitted
check(level : Severity, pattern : Regex, file : String = __FILE__, line : Int32 = __LINE__, *, options : Regex::MatchOptions = Regex::MatchOptions::None) : self
Validates that at some point the indicated entry was emitted
Validates that there are no outstanding entries
Validates that the indicated entry was the next one to be emitted
next(level : Severity, pattern : Regex, file : String = __FILE__, line : Int32 = __LINE__, *, options : Regex::MatchOptions = Regex::MatchOptions::None) : self
Validates that the indicated entry was the next one to be emitted