test#

Fully qualified name: usdex::test

namespace test#

usdex::test provides doctest based test utilities for validating in-memory OpenUSD data for consistency and correctness.

Classes#

ScopedDiagnosticChecker

A scoped class to capture and assert expected TfDiagnostics and TfErrorMarks for use in a doctest suite.

ScopedTmpDir

A scoped class for creating a temporary directory & tearing it down on destruction.

Functions#

bool compareIdentifiers(const std::string &first, const std::string &second)

Compare identifiers (such as those returned by SdfLayer::GetIdentifier() ).