struct ExpectedInspectProperties

Defined at line 18 of file ../../src/media/audio/audio_core/testing/integration/inspect.h

Describes a set of properties that must exist at an inspect node.

Public Members

unordered_map children
unordered_map doubles
unordered_map uints
unordered_set nonzero_doubles
unordered_set nonzero_uints

Public Methods

void Check (const ExpectedInspectProperties & props, const std::string & path, const inspect::Hierarchy & h)

Compare the properties at the given hierachy to the expected values.

The path is used for debug output.

Defined at line 31 of file ../../src/media/audio/audio_core/testing/integration/inspect.h