Class UnityViewBrowserServiceFactoryTests
PlayMode tests for UnityViewBrowserServiceFactory. Validates the factory contract: a named GameObject hosting a UnityViewBrowserService component.
Inherited Members
Namespace: Serenity.UnityViewBrowser.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public class UnityViewBrowserServiceFactoryTests
Constructors
UnityViewBrowserServiceFactoryTests()
Declaration
public UnityViewBrowserServiceFactoryTests()
Methods
CreateService_AttachesUnityViewBrowserServiceComponent()
Declaration
public void CreateService_AttachesUnityViewBrowserServiceComponent()
CreateService_CalledTwice_ProducesDistinctGameObjects()
Declaration
public void CreateService_CalledTwice_ProducesDistinctGameObjects()
CreateService_CreatesGameObject_WithCorrectName()
Declaration
public void CreateService_CreatesGameObject_WithCorrectName()
CreateService_NewServiceHasEmptyHistory()
Declaration
public void CreateService_NewServiceHasEmptyHistory()
CreateService_ReturnsNonNull_IViewBrowserService()
Declaration
public void CreateService_ReturnsNonNull_IViewBrowserService()
CreateService_ReturnsUnityViewBrowserService()
Declaration
public void CreateService_ReturnsUnityViewBrowserService()
Implements_IViewBrowserServiceFactory()
Declaration
public void Implements_IViewBrowserServiceFactory()