search for: rubyinstru

Displaying 1 result from an estimated 1 matches for "rubyinstru".

2008 Jun 11
3
help with test design
...dependency injection I have been able to mock out and verify this behavior. Now I need to add another public method which I will call #generate_internal_instruments. What I would like this method to do is iterate through my #components and create two related objects. Object one will be my RubyInstrument class (called something else, but this will suffice) and a second is a RubyInstrumentCreationEvent. The intention is to pass the 3rdParty component to RubyInstrumentCreationEvent.new(component) where it will extract all salient details from the 3rdParty component (again, this is for i...