# File lib/rspec-puppet/errors.rb, line 6
      def initialize(param, expected, actual, negative)
        @param = param
        @expected = expected
        @actual = actual
        @negative = negative
      end