class Spectator::NullExampleFilter

Overview

Filter that matches all examples.

Defined in:

spectator/null_example_filter.cr

Instance Method Summary

Instance methods inherited from class Spectator::ExampleFilter

includes?(example : Example) : Bool includes?

Instance methods inherited from class Object

should(matcher) should, should_eventually(matcher) should_eventually, should_never(matcher) should_never, should_not(matcher) should_not

Instance Method Detail

def includes?(example) : Bool #

Checks whether the example satisfies the filter.


[View source]