Hi
I’m using the .net client api and was wondering how people have gone about making fake event store connections to test related logic?
I get stuck with creating instances of the classes that the IEventStoreConnection methods return, for example the EventReadResult, StreamEventsSlice and the ResolvedEvent classes all have only internal constructors.
Do people bother faking the store for testing and just use the real thing?
Thanks
Matt