public void WhenPlayerDies_NoBackendVictoryMethodCalled() { systemUnderTest.OnPlayerDied(); MockBackend.DidNotReceive().MakeCloudCall(BackendMethods.COMPLETE_DUNGEON_SESSION, Arg.Any <Dictionary <string, string> >(), Arg.Any <Callback <Dictionary <string, string> > >()); }