Class UnitySoundMixerInstallerTests
Tests for UnitySoundMixerInstaller's runtime service-locator registration, mirroring
the MusicPlayer installer registration tests. Exercises the private
RegisterServiceInLocator via reflection (the public Install path needs Unity
Addressables/GameObjects, so it is verified manually).
Inherited Members
Namespace: Serenity.SoundMixer.Tests.Installation
Assembly: Tests.dll
Syntax
public class UnitySoundMixerInstallerTests
Constructors
UnitySoundMixerInstallerTests()
Declaration
public UnitySoundMixerInstallerTests()
Methods
RegisterServiceInLocator_NoOpWhenAlreadyRegistered()
Declaration
public void RegisterServiceInLocator_NoOpWhenAlreadyRegistered()
RegisterServiceInLocator_NoOpWhenLocatorIsNull()
Declaration
public void RegisterServiceInLocator_NoOpWhenLocatorIsNull()
RegisterServiceInLocator_NoOpWhenServiceIsNull()
Declaration
public void RegisterServiceInLocator_NoOpWhenServiceIsNull()
RegisterServiceInLocator_RegistersWhenServiceAndLocatorProvided()
Declaration
public void RegisterServiceInLocator_RegistersWhenServiceAndLocatorProvided()