Class UnityMusicPlayerGatewayFactoryTests
Tests for Serenity.MusicPlayer.InterfaceAdapters.Gateways.Factories.UnityMusicPlayerGatewayFactory, which builds a Serenity.MusicPlayer.InterfaceAdapters.Gateways.UnityMusicPlayerGateway from a service collection. Verifies the factory contract and that the produced gateway is wired to the supplied services (asserted via routing behavior).
Inherited Members
Namespace: Serenity.UnityMusicPlayer.Tests.InterfaceAdapters
Assembly: Tests.dll
Syntax
public class UnityMusicPlayerGatewayFactoryTests
Constructors
UnityMusicPlayerGatewayFactoryTests()
Declaration
public UnityMusicPlayerGatewayFactoryTests()
Methods
CreateGateway_GatewayRoutesToSuppliedServices()
Declaration
public void CreateGateway_GatewayRoutesToSuppliedServices()
CreateGateway_ReturnsNonNullGateway()
Declaration
public void CreateGateway_ReturnsNonNullGateway()
Factory_ImplementsIMusicPlayerGatewayFactory()
Declaration
public void Factory_ImplementsIMusicPlayerGatewayFactory()