1.5.1-rc
Pre-release
Pre-release
Features
- Support
TestAdapter
custom executer. - Support environment variables to overwrite settings in the
TestAdapter
. (Fix: #57)
Command
- Update to use
JsonService
implementation to useNewtonsoft.Json
in the domain.
Console
- Add
RevitTestUtils.Exceptions
to show exceptions in the console. - Add
ricaun.RevitAPI.Fake.References.RevitAPIUI
to fixRevitAPIUI
reference exception in the discovery test. - Disable/Remove discovery test to use
RevitAPIUI
version2021
to2023
.
Shared
- Update to use
ricaun.NamedPipeWrapper.Json
version1.8.0
.
TestAdapter
- Use
LocalExtensionData
to storeTestModel
result. - Add
EnvironmentSettings
to overwrite settings in theTestAdapter
. - Update
JsonService
implementation to useNewtonsoft.Json
in the domain.
Tests
- Add
TestsRevitUI
to validate fakeRevitAPIUI
reference.