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