Namespace Serenity.UnityViewBrowser.Tests.Infrastructure
Classes
UnityViewBrowserServiceFactoryTests
PlayMode tests for Serenity.ViewBrowser.Infrastructure.Services.UnityViewBrowserServiceFactory. Validates the factory contract: a named GameObject hosting a Serenity.ViewBrowser.Infrastructure.Services.UnityViewBrowserService component.
UnityViewBrowserServiceTests
PlayMode tests for Serenity.ViewBrowser.Infrastructure.Services.UnityViewBrowserService, the MonoBehaviour navigation stack. Exercises push/current/back/clear/history behaviour over a fake Serenity.Global.Application.Interfaces.IViewBase, including the throw-on-empty semantics that distinguish it from the pure-C# fake.