Namespace Serenity.AudioPlayer.Tests.Application
Classes
AudioPlayerDtoBehaviorTests
Behavioral coverage for the AudioPlayer Application DTOs that does not depend on any Installation/Infrastructure type, so it runs in the pure-C# coverage runner (the existing AudioPlayerDtoTests references Installation DTOs and is excluded there). Focuses on fields not otherwise asserted — notably ClipStartOffsetSeconds.
AudioPlayerDtoTests
Tests for all AudioPlayer DTOs.
AudioPlayerPlayClipInputAttributeTests
Guards the editor binding contract: AudioPlayerPlayClipInput's serviceId
constructor parameter must be annotated so the signal-definition Inspector renders an audio-service
id dropdown for it.
AudioPlayerSignalTests
Tests for PlayAudioClipSignal and PlayAudioClipFromGameSettingsSignal signals.
AudioPlayerUseCaseTests
Tests for AudioPlayer use cases and the AudioPlayerUseCases aggregator.