Skip to content

Extended available options for mood record status #104

Extended available options for mood record status

Extended available options for mood record status #104

GitHub Actions / Test Results failed Oct 7, 2024 in 0s

2 fail, 376 pass in 12s

  9 files    9 suites   12s ⏱️
378 tests 376 ✅ 0 💤 2 ❌
380 runs  378 ✅ 0 💤 2 ❌

Results for commit 34f2752.

Annotations

Check warning on line 0 in Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText (Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests) failed

/github/workspace/test-results/_fv-az777-715_2024-10-07_21_39_10.trx [took 0s]
Raw output
Expected text.Message to be "Good" with a length of 4, but "NotDefined" has a length of 10, differs near "Not" (index 0).   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Primitives.StringEqualityValidator.ValidateAgainstLengthDifferences()
   at FluentAssertions.Primitives.StringValidator.Validate()
   at FluentAssertions.Primitives.StringAssertions`1.Be(String expected, String because, Object[] becauseArgs)
   at Eclipse.Pipelines.Tests.Pipelines.Daily.MorningPipelineTests.WhenUserHasNoMessageInStore_ThenReturnesMenuWithChoices_AndWhenRecievedGoodMood_ReturnesGoodText() in /home/runner/work/Eclipse/Eclipse/test/Eclipse.Pipelines.Tests/Pipelines/Daily/MorningPipelineTests.cs:line 69
--- End of stack trace from previous location ---

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-az777-715_2024-10-07_21_38_54.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).expectedFrom, Object), Convert(value(Eclipse.Application.Tests.Reports.ReportServiceTests+<>c__DisplayClass4_0).expectedTo, 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_5.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 82
--- End of stack trace from previous location ---