search for: discover_instru

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

2008 Jun 11
3
help with test design
...conversion code into a single adapter class (and some related "event" classes). Using BDD techniques I have created a pretty simple interface to the adapter class. So far the adapter class has two main public methods (plus a bunch of accessors to allow the dependency injection). #discover_instruments - this method calls into the 3rd party library and pulls out the 3rdPartyInstrument object and stores it off for further manipulation #save_components - this method permanently saves the 3rdPartyInstrument if it is a FUTURE, or if it is a COMBINATION it iterates through each sub-3rdPart...