예제 #1
0
 public void WhenReadHistoryIsCalled_ReaderConstructedFromFactory()
 {
     historian.ReadHistory();
     streamFactory.Verify(f => f.GetReader(It.IsAny <string>()));
 }