Expectation structure

Base expectation block
ut.expect( actual_value ).to_( matcher );
Negated expectation block
ut.expect( actual_value ).not_to( matcher );
Shortcuts to matchers
ut.expect( actual_value ).[not_]to_matcher;
Comments