A
Achim Domma (Procoders)
Hi,
I've seen that there are implementations of Mock objects, which
implement interfaces on-the-fly during execution. Could somebody point
me to the direction on how to do that in .Net?
I would to use that to wrap an object and to store the calls to the
object into a file. Later I want to simulate the object by using this
file as "playback data".
Any hints?
regards,
Achim
I've seen that there are implementations of Mock objects, which
implement interfaces on-the-fly during execution. Could somebody point
me to the direction on how to do that in .Net?
I would to use that to wrap an object and to store the calls to the
object into a file. Later I want to simulate the object by using this
file as "playback data".
Any hints?
regards,
Achim