Class FileMockResponseRepository
Inheritance
System.Object
FileMockResponseRepository
Namespace: PnP.Framework.Utilities.UnitTests.Helpers
Assembly: PnP.Framework.dll
Syntax
public class FileMockResponseRepository : object, IMockDataRepository<MockResponse>
Constructors
FileMockResponseRepository(String)
Declaration
public FileMockResponseRepository(string filePath)
Parameters
System.
|
Properties
FilePath
Declaration
public string FilePath { get; set; }
Property Value
System.
|
Methods
LoadMockData()
SaveMockData(List<MockResponse>)
Declaration
public void SaveMockData(List<MockResponse> mockedData)
Parameters
List<Mock
|