Skip to content

Feature: Implemented IActionRunstate.MayResolve logic #275

Feature: Implemented IActionRunstate.MayResolve logic

Feature: Implemented IActionRunstate.MayResolve logic #275

GitHub Actions / 2022.2.8f1 editmode Test Results completed Nov 13, 2024 in 0s

❌️ 2022.2.8f1 editmode Test Results - 110/117, failed: 7 - Failed in 3.016s

❌️ editmode-results.xml - 110/117, failed: 7 - Failed in 3.016s

Details

❌️ editmode-results.xml - 110/117, failed: 7 - Failed in 3.016s
  • ✅ CrashKonijn.Goap.UnitTests.ActionRunnerTests - 21/21 - Passed in 0.657s
    • MoveBeforePerforming_WhenInRange_ShouldPerformAction - Passed in 0.356s
    • MoveBeforePerforming_WhenInRange_ShouldSetMoveStateToInRange - Passed in 0.011s
    • MoveBeforePerforming_WhenInRange_ShouldSetStateToPerformingAction - Passed in 0.008s
    • MoveBeforePerforming_WhenNotInRange_ShouldMove - Passed in 0.011s
    • MoveBeforePerforming_WhenNotInRange_ShouldSetMoveStateToOutOfRange - Passed in 0.006s
    • MoveBeforePerforming_WhenNotInRange_ShouldSetStateToMovingToTarget - Passed in 0.006s
    • MoveBeforePerforming_WhenNotInRangeAndStateIsPerformingAction_ShouldNotSetStateToMovingToTarget - Passed in 0.009s
    • PerformAction_ContinueRunState_ShouldPerformAction - Passed in 0.017s
    • PerformAction_IsCompletedRunState_ShouldNotPerformAction - Passed in 0.015s
    • PerformAction_NoRunState_ShouldPerformAction - Passed in 0.089s
    • PerformAction_ReturnedCompleteState_ShouldCompleteAction - Passed in 0.008s
    • PerformAction_ReturnedContinueState_ShouldContinueAction - Passed in 0.009s
    • PerformAction_ReturnedStopState_ShouldStopAction - Passed in 0.020s
    • PerformAction_ShouldStopRunState_ShouldNotPerformAction - Passed in 0.017s
    • PerformWhileMoving_WhenInRange_ShouldPerformAction - Passed in 0.018s
    • PerformWhileMoving_WhenInRange_ShouldSetMoveStateToInRange - Passed in 0.010s
    • PerformWhileMoving_WhenInRange_ShouldSetStateToPerformingAction - Passed in 0.009s
    • PerformWhileMoving_WhenNotInRange_ShouldMove - Passed in 0.008s
    • PerformWhileMoving_WhenNotInRange_ShouldSetMoveStateToOutOfRange - Passed in 0.008s
    • PerformWhileMoving_WhenNotInRange_ShouldSetStateToMovingWhilePerformingAction - Passed in 0.008s
    • Run_WhenRunIsNotValid_ShouldStopAction - Passed in 0.014s
  • ✅ CrashKonijn.Goap.UnitTests.AgentBehaviourTests - 18/18 - Passed in 0.418s
    • ActionPerform_WithRunStateStop_CallsEnd - Passed in 0.261s
    • EndAction_CallsActionEndEvent - Passed in 0.009s
    • EndAction_CallsEndOnAction - Passed in 0.012s
    • EndAction_ClearsAction - Passed in 0.013s
    • EndAction_ClearsActionData - Passed in 0.005s
    • EndAction_ShouldResolveAgent - Passed in 0.014s
    • OnDisable_CallsUnregister - Passed in 0.007s
    • OnEnable_CallsRegister - Passed in 0.008s
    • RequestGoal_ResolveFalse_DoesntCallResolve - Passed in 0.014s
    • RequestGoal_ResolveTrue_DoesCallResolve - Passed in 0.005s
    • RequestGoal_SetsGoalRequest - Passed in 0.008s
    • SetAction_CallsActionStartEvent - Passed in 0.005s
    • SetAction_CallsEndOnOldAction - Passed in 0.006s
    • SetAction_CallsGetData - Passed in 0.005s
    • SetAction_CallsStartOnAction - Passed in 0.005s
    • SetAction_SetsAction - Passed in 0.006s
    • SetAction_StoresData - Passed in 0.006s
    • SetAction_StoresPath - Passed in 0.026s
  • ❌️ CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests - 6/13, failed: 7 - Failed in 0.215s
    • ❌️ Run_AgentHasCompletedGoal_CallsGoalCompleteEvent - Failed in 0.110s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      StartResolve(any RunData)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_26.StartResolve (CrashKonijn.Goap.Resolver.RunData runData) [0x0002c] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent () [0x001b7] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:292 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • Run_AgentHasCurrentGoalAndAction_ResolvingSameActionDoesntCallSet - Passed in 0.014s

    • ❌️ Run_AgentHasCurrentGoalAndDoesHaveAction_Runs - Failed in 0.009s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      SenseLocal(Substitute.IMonoGoapActionProvider|f473b944, any IGoalRequest)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs () [0x0018b] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:252 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • ❌️ Run_AgentHasCurrentGoalAndNoAction_Runs - Failed in 0.008s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      SenseLocal(Substitute.IMonoGoapActionProvider|6492dabe, any IGoalRequest)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs () [0x0017c] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:179 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • ❌️ Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals - Failed in 0.009s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      SenseLocal(Substitute.IMonoGoapActionProvider|2e60a262, Substitute.IGoalRequest|c3bea014)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals () [0x0018f] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:215 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • ❌️ Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent - Failed in 0.008s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      SetAction(any IGoalResult)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_18.SetAction (CrashKonijn.Goap.Core.IGoalResult result) [0x00027] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent () [0x001e9] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:379 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • Run_AgentHasNoCurrentGoalRequest_DoesNotRun - Passed in 0.011s

    • ❌️ Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent - Failed in 0.008s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      StartResolve(any RunData)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_26.StartResolve (CrashKonijn.Goap.Resolver.RunData runData) [0x0002c] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent () [0x001b7] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:332 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • Run_AgentWithMisMatchingAgentTypes_DoesntRun - Passed in 0.007s

    • Run_UpdatesSensorRunner - Passed in 0.010s

    • Run_WithAtLeastOneAgent_SensesGlobalSensors - Passed in 0.007s

    • ❌️ Run_WithMultipleGoals_DoesntResolveCompletedGoal - Failed in 0.008s
      NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
      SenseLocal(Substitute.IMonoGoapActionProvider|9aa4d956, Substitute.IGoalRequest|738e73f2)
      Actually received no matching calls.

          at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
        at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
        at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal () [0x001ee] in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:467 
        at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
        at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 
      
    • Run_WithNoAgens_SensesGlobalSensors - Passed in 0.005s

  • ✅ CrashKonijn.Goap.UnitTests.ClassResolverTests - 3/3 - Passed in 0.048s
    • Load_LoadsGoal - Passed in 0.027s
    • Load_LoadsTargetSensorConfig - Passed in 0.011s
    • Load_LoadsWorldSensorConfig - Passed in 0.010s
  • ✅ CrashKonijn.Goap.UnitTests.ConditionObserverTests - 4/4 - Passed in 0.043s
    • IsMet_Negative_IsNotPresent - Passed in 0.023s
    • IsMet_Negative_IsPresent - Passed in 0.012s
    • IsMet_Positive_IsNotPresent - Passed in 0.004s
    • IsMet_Positive_IsPresent - Passed in 0.004s
  • ✅ CrashKonijn.Goap.UnitTests.GoapActionBaseTests.IsValid_ShouldCall_CustomIsValid - 4/4 - Passed in 0.038s
    • IsValid_ShouldCall_CustomIsValid(False) - Passed in 0.024s
    • IsValid_ShouldCall_CustomIsValid(True) - Passed in 0.004s
    • IsValid_ShouldCall_CustomIsValid(20.0f) - Passed in 0.007s
    • IsValid_ShouldCall_CustomIsValid(10.0f) - Passed in 0.003s
  • ✅ CrashKonijn.Goap.UnitTests.GoapActionProviderTests - 1/1 - Passed in 0.016s
    • SetAction_ShouldThrowGoalStartEvent - Passed in 0.016s
  • ✅ CrashKonijn.Goap.UnitTests.GraphResolverTests.Resolve_Should_HandleMultipleStartIndex - 2/2 - Passed in 0.381s
    • Resolve_Should_HandleMultipleStartIndex(True) - Passed in 0.376s
    • Resolve_Should_HandleMultipleStartIndex(False) - Passed in 0.005s
  • ✅ CrashKonijn.Goap.UnitTests.GraphResolverTests.Resolve_ShouldUseDistanceMultiplier - 2/2 - Passed in 0.013s
    • Resolve_ShouldUseDistanceMultiplier(True) - Passed in 0.007s
    • Resolve_ShouldUseDistanceMultiplier(False) - Passed in 0.006s
  • ✅ CrashKonijn.Goap.UnitTests.GraphResolverTests - 13/13 - Passed in 0.101s
    • Resolve_Should_UseDistanceCorrectly - Passed in 0.009s
    • Resolve_Should_UseUnmetConditionsInHeuristics - Passed in 0.007s
    • Resolve_ShouldIncludeCostHeuristics - Passed in 0.006s
    • Resolve_ShouldIncludeLocationHeuristics - Passed in 0.006s
    • Resolve_ShouldNotResolve_ActionWithFalseConditionWithoutConnections - Passed in 0.006s
    • Resolve_ShouldNotResolve_ChildOfDisabledAction - Passed in 0.008s
    • Resolve_ShouldNotResolve_CompletedCondition - Passed in 0.008s
    • Resolve_ShouldNotResolve_DisabledAction - Passed in 0.006s
    • Resolve_WithMultipleConnections_ReturnsExecutableAction - Passed in 0.009s
    • Resolve_WithNestedConnections_ReturnsExecutableAction - Passed in 0.011s
    • Resolve_WithNoActions_ReturnsEmptyList - Passed in 0.008s
    • Resolve_WithOneExecutableConnection_ReturnsAction - Passed in 0.007s
    • Resolve_WithOneExecutableConnection_ReturnsGoal - Passed in 0.008s
  • ✅ CrashKonijn.Goap.UnitTests.ManualControllerTests - 1/1 - Passed in 0.042s
    • OnAgentResolve_CallsRunAndComplete - Passed in 0.042s
  • ✅ CrashKonijn.Goap.UnitTests.MultiSensorBaseTests - 6/6 - Passed in 0.533s
    • AddLocalAndGlobalTargetSensor_AddsSensorsCorrectly - Passed in 0.314s
    • AddLocalAndGlobalWorldSensor_AddsSensorsCorrectly - Passed in 0.029s
    • GetSensors_ReturnsCorrectSensorNames - Passed in 0.033s
    • Sense_AddsGlobalDataCorrectly - Passed in 0.079s
    • Sense_AddsLocalDataCorrectly - Passed in 0.045s
    • Sense_CallsLocalAndGlobalSensors - Passed in 0.033s
  • ✅ CrashKonijn.Goap.UnitTests.ProactiveControllerTests - 4/4 - Passed in 0.058s
    • OnLateUpdate_CompleteCalledOnAgentTypeRunners - Passed in 0.022s
    • OnUpdate_ResolveActionCalledWhenResolveTimeExpired - Passed in 0.019s
    • OnUpdate_ResolveActionNotCalledWhenResolveTimeNotExpired - Passed in 0.010s
    • OnUpdate_RunCalledOnAgentTypeRunners - Passed in 0.008s
  • ✅ CrashKonijn.Goap.UnitTests.ReactiveControllerTests - 2/2 - Passed in 0.023s
    • OnLateUpdate_CompleteCalledOnAgentTypeRunners - Passed in 0.013s
    • OnUpdate_RunCalledOnAgentTypeRunners - Passed in 0.010s
  • ✅ CrashKonijn.Goap.UnitTests.SensorRunnerTests - 7/7 - Passed in 0.088s
    • SenseGlobal_GlobalSensor_CallsSense - Passed in 0.025s
    • SenseGlobal_LocalSensor_DoesntCallsSense - Passed in 0.012s
    • SenseGlobal_MultiSensor_CallsSense - Passed in 0.012s
    • SenseLocal_GlobalSensor_DoesntCallsSense - Passed in 0.008s
    • SenseLocal_LocalSensor_CallsSense - Passed in 0.008s
    • SenseLocal_MultiSensor_CallsSense - Passed in 0.007s
    • SenseLocal_WithAgent_OnlyRunsMatchingKey - Passed in 0.016s
  • ✅ CrashKonijn.Goap.UnitTests.Validators.TargetKeySensorsValidatorTests - 4/4 - Passed in 0.062s
    • Validate_MissingSensor_ShouldReturnWarning - Passed in 0.034s
    • Validate_NoMissingSensor_ShouldReturnNoWarning - Passed in 0.014s
    • Validate_WithNullSensorWorldKey_ShouldReturnNoWarnings - Passed in 0.007s
    • Validate_WithNullWorldKey_ShouldReturnNoWarnings - Passed in 0.007s
  • ✅ CrashKonijn.Goap.UnitTests.Validators.WorldKeySensorsValidatorTests - 4/4 - Passed in 0.049s
    • Validate_MissingSensor_ShouldReturnWarning - Passed in 0.022s
    • Validate_NoMissingSensor_ShouldReturnNoWarning - Passed in 0.014s
    • Validate_WithNullSensorWorldKey_ShouldReturnNoWarnings - Passed in 0.007s
    • Validate_WithNullWorldKey_ShouldReturnNoWarnings - Passed in 0.007s
  • ✅ CrashKonijn.Goap.UnitTests.WorldDataBaseTests - 8/8 - Passed in 0.070s
    • GetTarget_ReturnsCorrectTarget - Passed in 0.022s
    • IsTrue_Generic_ReturnsCorrectResult - Passed in 0.010s
    • IsTrue_Instance_ReturnsCorrectResult - Passed in 0.005s
    • SetParent_UpdatesStatesAndTargetsCorrectly - Passed in 0.009s
    • SetState_Generic_AddsStateCorrectly - Passed in 0.006s
    • SetState_Instance_AddsStateCorrectly - Passed in 0.005s
    • SetTarget_Generic_AddsTargetCorrectly - Passed in 0.006s
    • SetTarget_Instance_AddsTargetCorrectly - Passed in 0.007s

Annotations

Check failure on line 292 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	StartResolve(any RunData)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_26.StartResolve (CrashKonijn.Goap.Resolver.RunData runData) [0x0002c] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCompletedGoal_CallsGoalCompleteEvent () [0x001b7] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:292 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 

Check failure on line 252 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	SenseLocal(Substitute.IMonoGoapActionProvider|f473b944, any IGoalRequest)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndDoesHaveAction_Runs () [0x0018b] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:252 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 

Check failure on line 179 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	SenseLocal(Substitute.IMonoGoapActionProvider|6492dabe, any IGoalRequest)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_Runs () [0x0017c] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:179 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 

Check failure on line 215 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	SenseLocal(Substitute.IMonoGoapActionProvider|2e60a262, Substitute.IGoalRequest|c3bea014)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_RunsWithMultipleGoals () [0x0018f] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:215 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 

Check failure on line 379 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	SetAction(any IGoalResult)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_18.SetAction (CrashKonijn.Goap.Core.IGoalResult result) [0x00027] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasCurrentGoalAndNoAction_SetsTheActionOnAgent () [0x001e9] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:379 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 

Check failure on line 332 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	StartResolve(any RunData)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_26.StartResolve (CrashKonijn.Goap.Resolver.RunData runData) [0x0002c] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_AgentHasNotCompletedGoal_DoesntCallGoalCompleteEvent () [0x001b7] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:332 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0 

Check failure on line 467 in Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs

See this annotation in the file changed.

@github-actions github-actions / 2022.2.8f1 editmode Test Results

CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal

NSubstitute.Exceptions.ReceivedCallsException : Expected to receive exactly 1 call matching:
	SenseLocal(Substitute.IMonoGoapActionProvider|9aa4d956, Substitute.IGoalRequest|738e73f2)
Actually received no matching calls.
Raw output
  at NSubstitute.Core.ReceivedCallsExceptionThrower.Throw (NSubstitute.Core.ICallSpecification callSpecification, System.Collections.Generic.IEnumerable`1[T] matchingCalls, System.Collections.Generic.IEnumerable`1[T] nonMatchingCalls, NSubstitute.ReceivedExtensions.Quantity requiredQuantity) [0x00053] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Handlers.CheckReceivedCallsHandler.Handle (NSubstitute.Core.ICall call) [0x0007b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Routing.Route.Handle (NSubstitute.Core.ICall call) [0x00007] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Core.CallRouter.Route (NSubstitute.Core.ICall call) [0x0003b] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.CastleForwardingInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00018] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at NSubstitute.Proxies.CastleDynamicProxy.ProxyIdInterceptor.Intercept (Castle.DynamicProxy.IInvocation invocation) [0x00034] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.DynamicProxy.AbstractInvocation.Proceed () [0x0005c] in <7ff0af78f8aa482982751bf18b1ec5d2>:0 
  at Castle.Proxies.ObjectProxy_23.SenseLocal (CrashKonijn.Goap.Core.IMonoGoapActionProvider actionProvider, CrashKonijn.Goap.Core.IGoalRequest goalRequest) [0x0002f] in <80fb34aabe2e41aaa74940a21576db1b>:0 
  at CrashKonijn.Goap.UnitTests.AgentTypeJobRunnerTests.Run_WithMultipleGoals_DoesntResolveCompletedGoal () [0x001ee] in /github/workspace/Package/Tests/CrashKonijn.Goap.Tests/UnitTests/AgentTypeJobRunnerTests.cs:467 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <6a7073c34fd84694af6ceb3e0d94723f>:0