search for: rubyinstrumentcreationevent

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

2008 Jun 11
3
help with test design
...ed 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 insulating the business logic from knowing this 3rd Party lib). Then I will pass this RubyInstrumentCrea...