Skip to content
Vincent Shen edited this page Jan 28, 2022 · 2 revisions
  • Get last N records in the mock server
var records = await _client.GetLastNRecordsAsync();
  • Get records in current test scenario
var records = await scenario.GetAllHitRecordsAsync();

var records = await scenario.GetHitRecordsForStubsAsync(stubId);
Clone this wiki locally