Example #1
0
 public void Hander_WhenCounterDoesNotExistInContext_ThrowsCounterNotFoundExcpetion() =>
 AssertionUtilities.AssertAsyncMethodThrows <CounterNotFoundExcpetion>(_handler.Handle(new GetButtonClickQuery()));