RevitLookup uses a combination of unit tests and a playground environment for rapid UI development.
- Project:
RevitLookup.Tests. - Framework: TUnit.
- Configuration: Use
Debug.R26or any latest with.Rsuffix. - Revit Integration: Use
Nice3point.TUnit.Revitto run tests within the Revit context. - Scope: Test API logic, decomposition, and core services without Revit UI references.
- Project:
RevitLookup.UI.Playground. - Configuration: Use
Debug. - Purpose: Test UI changes, themes, and interactions without launching Revit.
- Mocking: Uses mock data to simulate Revit objects and documents.