Пример #1
0
 public void TryRetrieveData_GivenNoMethod_ReturnsFalse()
 {
     Assert.IsFalse(_dataRetriever.TryRetrieveData(out _));
 }