# File lib/active_merchant/billing/gateways/trust_commerce.rb, line 142
      def test?
        @options[:login] == TEST_LOGIN &&
          @options[:password] == TEST_PASSWORD || @options[:test] || super
      end