Hello I have a class called MassRateChange and it has a method called
Long CreateFile(DatTime StartDate, DateTime EndDate);
Can anyone tell me how I can mock this method using RhinoMocks.
The class is not static and neither is the method static.