Releases: ricaun-io/ricaun.RevitTest
Releases · ricaun-io/ricaun.RevitTest
1.4.2-beta.2
Features
- Support tests with
TestCaseSource
. (Fix: #55)
Application
- Update
ricaun.NUnit
to1.4.0-beta.2
.
Tests
- Add
TestsCaseSource
to testTestCaseSourceAttribute
. - Add tests with
TestCaseData
class with expected result.
1.4.2-beta
Features
- Support tests with
TestCaseSource
. (Fix: #55)
Application
- Update
ricaun.NUnit
to1.4.0-beta
.
Tests
- Add
TestsCaseSource
to testTestCaseSourceAttribute
. - Add tests with
TestCaseData
class.
1.4.2-alpha
Features
- Support tests with
TestCaseSource
.
Application
- Update
ricaun.NUnit
to1.4.0
.
1.4.1
TestAdapter
- Update project reference to
PrivateAssets
to remove reference in the package.
1.4.1-alpha
TestAdapter
- Update project reference to
PrivateAssets
to remove reference in the package.
1.4.0
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. - Update execution/timeout message in the log.
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.
1.4.0-rc
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. - Update execution/timeout message in the log.
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.
1.4.0-beta
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.
1.4.0-alpha.1
Features
- Support
NUnit.Timeout
option to abort application. (default '10' minutes) (Fix: #51)
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.
1.4.0-alpha
Features
- Support
NUnit.Timeout
option to abort application. (default '10' minutes)
Console
- Change
TimeoutMinutesDefault
to 10 minutes in theRevitTestUtils
. - Remove deprecated
wait
option andRevitDebugUtils
. - Add
Timeout
option to abort application.
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.