Skip to content

Feature/reports pipeline #93

Feature/reports pipeline

Feature/reports pipeline #93

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Oct 6, 2024 in 0s

1 fail, 377 pass in 13s

  9 files    9 suites   13s ⏱️
378 tests 377 ✅ 0 💤 1 ❌
380 runs  379 ✅ 0 💤 1 ❌

Results for commit 82145b2.

Annotations

Check warning on line 0 in Eclipse.Application.Tests.Reports.ReportServiceTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

GetMoodReportAsync_WhenRequested_ThenProperDependenciesCalled (Eclipse.Application.Tests.Reports.ReportServiceTests) failed

/github/workspace/test-results/_fv-az1117-299_2024-10-06_19_18_58[3].trx [took 0s]
Raw output
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
	Create<Int32>(options => (((((((options.Title == Format("{0:dd.MM}-{1:dd.MM}", Convert(value(Eclipse.Application.Tests.Reports.ReportServiceTests+<>c__DisplayClass4_0).from, Object), Convert(value(Eclipse.Application.Tests.Reports.ReportServiceTests+<>c__DisplayClass4_0).to, Object))) AndAlso (options.YAxisTitle == "Score")) AndAlso (options.XAxisTitle == null)) AndAlso (options.Width == 550)) AndAlso (options.Height == 300)) AndAlso options.Xs.SequenceEqual(value(Eclipse.Application.Tests.Reports.ReportServiceTests+<>c__DisplayClass4_0).expectedDates)) AndAlso options.Ys.SequenceEqual(value(Eclipse.Application.Tests.Reports.ReportServiceTests+<>c__DisplayClass4_0).expectedStates)))
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
	Create<Int32>(*PlotOptions<DateTime, Int32>*)
   at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw(ICallSpecification callSpecification, IEnumerable`1 matchingCalls, IEnumerable`1 nonMatchingCalls, Quantity requiredQuantity)
   at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle(ICall call)
   at NSubstitute.Routing.Route.Handle(ICall call)
   at NSubstitute.Core.CallRouter.Route(ICall call)
   at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept(IInvocation invocation)
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept(IInvocation invocation)
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.ObjectProxy_27.Create[TYAxis](PlotOptions`2 options)
   at Eclipse.Application.Tests.Reports.ReportServiceTests.GetMoodReportAsync_WhenRequested_ThenProperDependenciesCalled() in /home/runner/work/Eclipse/Eclipse/test/Eclipse.Application.Tests/Reports/ReportServiceTests.cs:line 79
--- End of stack trace from previous location ---