ut.expect( actual_value ).to_( matcher );
ut.expect( actual_value ).not_to( matcher );
ut.expect( actual_value ).[not_]to_matcher;