struct Expect::ExpectationTarget(T)

Defined in:

expect/expectation_target.cr

Instance Method Summary

Instance Method Detail

def not_to(expectation, file = __FILE__, line = __LINE__) #

alias to #to_not


[View source]
def target #

[View source]
def to(expectation, file = __FILE__, line = __LINE__) #

[View source]
def to_not(expectation, file = __FILE__, line = __LINE__) #

[View source]