Revit Test Fixtures

Supply Autodesk Revit API tests with the documents, services, and data cases they run against, and pick the right data source for each situation. USE FOR: seeding a fresh in-memory model per test, opening installed sample .rvt/.rfa files as fixtures, choosing between [MethodDataSource] and [InstanceMethodDataSource], running one test body across several file kinds, injecting services under test through a dependency-injection data source, and test skipping. DO NOT USE FOR: writing the test itself or the Revit-thread executor model (use revit-testing), or measuring performance (that is a benchmark, not a fixture).

nice3point e83fe83 5 files · 21.8 KB Updated

File contents

nice3point/revit-skills/tree/main/plugins/revit-testing/skills/revit-test-fixtures commit e83fe83520

Frequently asked questions

npx skillmds@latest add nice3point/revit-test-fixtures