Class Uttk::Strategies::Stub
In: lib/uttk/strategies/Stub.rb
Parent: Strategy

I repeat to the log the hash of value given to my attribute _"returned_value"_

Methods

Included Modules

Concrete

Protected Instance methods

[Source]

# File lib/uttk/strategies/Stub.rb, line 22
      def assertion
        pass
      end

[Source]

# File lib/uttk/strategies/Stub.rb, line 17
      def run_impl
        @returned_value.each { |k, v| @log[k] = v }
      end

[Validate]