Exemple #1
0
 public static void AssertExpectations()
 {
     foreach (var endpointName in EndpointNames.All)
     {
         RequestingSagaGotTheResponse.VerifyContains(endpointName, $"{EndpointNames.EndpointName} expected Requesting Saga Got The Response From {endpointName}");
     }
 }
Exemple #2
0
 public static bool IsFinished()
 {
     return(EndpointNames.All.All(endpointName => RequestingSagaGotTheResponse.Contains(endpointName)));
 }