Moq.MockException :
Expected invocation on the mock once, but was 0 times: t => t.ConnectionStop(It.IsAny<String>())
No setups configured.
Performed invocations:
ILogger.IsEnabled(Critical)
IKestrelTrace.ConnectionStart("0HLDUN0NALRJK")
IKestrelTrace.ConnectionKeepAlive("0HLDUN0NALRJK")
IKestrelTrace.ConnectionKeepAlive("0HLDUN0NALRJK")
IKestrelTrace.ConnectionKeepAlive("0HLDUN0NALRJK")
IKestrelTrace.ConnectionDisconnect("0HLDUN0NALRJK")
at Moq.Mock.ThrowVerifyException(MethodCall expected, IEnumerable`1 setups, IEnumerable`1 actualCalls, Expression expression, Times times, Int32 callCount)
at Moq.Mock.VerifyCalls(Interceptor targetInterceptor, MethodCall expected, Expression expression, Times times)
at Moq.Mock.Verify[T](Mock`1 mock, Expression`1 expression, Times times, String failMessage)
at Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.ResponseTests.ConnectionNotClosedWhenClientSatisfiesMinimumDataRateGivenLargeResponseHeaders() in /_/test/Kestrel.FunctionalTests/ResponseTests.cs:line 3218
--- End of stack trace from previous location where exception was thrown ---