// virtual for self-mocking
public virtual IMeasureCalculation CreateCalculation(string productType, IMeasurable measures)
Look at the bolded part. Noise in the code for no other reason than to let an opportunistic usage of self mocking slip through the blasted compiler.
Posted
09-24-2007 3:11 PM
by
Jeremy D. Miller