abstract class Spectator::Internals::ValueWrapper

Overview

Base class for proxying test values to examples. This abstraction is required for inferring types. The DSL makes heavy use of this to defer types.

Direct Known Subclasses

Defined in:

spectator/internals/value_wrapper.cr

Instance Method Summary

Instance methods inherited from class Object

should(matcher : Spectator::Matchers::Matcher) should, should_not(matcher : Spectator::Matchers::Matcher) should_not

Instance Method Detail

abstract def value #

Retrieves the underlying value.


[View source]