SnapDAL Library Documentation

MockProvider.CreateTestRecorder Method 

Take the given DataFactory and replace it with one that will completely record a series of calls and setup the test configuration so the recorded calls can be used in a test. Assumes that the test name is set as this is required for congiguration setup.

public DataFactory CreateTestRecorder(
   DataFactory realFactory
);

Parameters

realFactory

Return Value

See Also

MockProvider Class | SnapDAL.Providers Namespace