search for: generate_internal_instru

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

2008 Jun 11
3
help with test design
...RE, or if it is a COMBINATION it iterates through each sub-3rdPartyInstrument and saves it off Using mocks and ruby''s brain-dead simple support for 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 componen...