notLike: function() {
        var messageBck = this.message;
        var keywordAny = (this.keywordPrefix || '') + 'any';

        this.success = !this.assertions.like.call(this).success;