logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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).

    Inheritance
    object
    UnitySoundMixerInstallerTests
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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()
    In this article
    © 2026 Serenity. All Rights Reserved