1.4.0-beta
Pre-release
Pre-release
Features
- Support
NUnit.Timeout
option to abort application. (default '10' minutes) (Fix: #51) - Autoclose
VIEWER MODE
warning dialog box when Revit starts. (Fix: #52)
Application
- Add
DialogBoxResolver
to cancel dialog box before revit initialization.
Console
- Change
TimeoutMinutesDefault
to 10 minutes in theRevitTestUtils
. - Remove deprecated
wait
option andRevitDebugUtils
. - Add
Timeout
option to abort application. - Fail all tests when
Timeout
happen.
Command
- Add
RevitTestProcessStart
to run tests withProcessStart
. - Remove deprecated
wait
option. - Add
Timeout
option to abort application.
TestAdapter
- Add project
ricaun.RevitTest.Command
withricaun.NUnit
- Remove references
CommandLineParser
andNUnit
not used. - Use
RevitTestProcessStartUtils
to start the process. - Add
NUnit.Timeout
option to timeout the application.