You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moq.MockException :
Expected invocation on the mock once, but was 0 times: log => log.ScheduleMessagesStart("queueName-3beb8a45-84a5-4e18-ab58-3ea1acf9ead2", 1, "10/13/2020 02:17:28 +00:00 +00:00")
No setups configured.
Performed invocations:
ServiceBusEventSource.ScheduleMessagesStart("queueName-3beb8a45-84a5-4e18-ab58-3ea1acf9ead2", 1, "10/13/2020 02:17:28 +00:00")
ServiceBusEventSource.ScheduleMessagesComplete("queueName-3beb8a45-84a5-4e18-ab58-3ea1acf9ead2")
Stack trace
at Moq.Mock.VerifyCalls(Mock targetMock, InvocationShape expectation, LambdaExpression expression, Times times, String failMessage)
at Moq.Mock.VerifyVoid(Mock mock, LambdaExpression expression, Times times, String failMessage)
at Moq.Mock`1.Verify(Expression`1 expression, Func`1 times)
at Azure.Messaging.ServiceBus.Tests.Diagnostics.EventSourceTests.<ScheduleMessageLogsEvents>d__4.MoveNext() in D:\a\1\s\sdk\servicebus\Azure.Messaging.ServiceBus\tests\Diagnostics\EventSourceTests.cs:line 193
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)
The text was updated successfully, but these errors were encountered:
https://dev.azure.com/azure-sdk/public/_build/results?buildId=571598&view=ms.vss-test-web.build-test-results-tab&runId=14076554&resultId=110518&paneView=debug
The text was updated successfully, but these errors were encountered: