ut.expect( actual_value ).to_( matcher );
ut.expect( actual_value ).not_to( matcher );
ut.expect( actual_value ).to_matcher;
ut.expect( actual_value ).not_to_matcher;