Class AudioMixerYamlReaderTests
Pure EditMode tests for AudioMixerYamlReader. They feed a hand-built, structurally
faithful Unity-AudioMixer YAML document (object stream with anchors and {fileID} references)
straight into the reader, so no real .mixer asset or open Editor is required.
Inherited Members
Namespace: Serenity.UnitySoundMixer.Tests.Editor
Assembly: Tests.Editor.dll
Syntax
public class AudioMixerYamlReaderTests
Constructors
AudioMixerYamlReaderTests()
Declaration
public AudioMixerYamlReaderTests()
Methods
GetDirectChildGroupNames_ReturnsImmediateChildren()
Declaration
public void GetDirectChildGroupNames_ReturnsImmediateChildren()
GetDirectChildGroupNames_UnknownParent_ReturnsEmpty()
Declaration
public void GetDirectChildGroupNames_UnknownParent_ReturnsEmpty()
GetExposedParameters_ReturnsGuidNamePairs()
Declaration
public void GetExposedParameters_ReturnsGuidNamePairs()
GetGroupAttenuationIndex_FindsAttenuationInChain()
Declaration
public void GetGroupAttenuationIndex_FindsAttenuationInChain()
GetGroupAttenuationIndex_UnknownGroup_ReturnsMinusOne()
Declaration
public void GetGroupAttenuationIndex_UnknownGroup_ReturnsMinusOne()
GetGroupVolumeExposedName_ResolvesExposedVolumeParameter()
Declaration
public void GetGroupVolumeExposedName_ResolvesExposedVolumeParameter()
GetGroupVolumeExposedName_UnexposedVolume_ReturnsNull()
Declaration
public void GetGroupVolumeExposedName_UnexposedVolume_ReturnsNull()