Releases: ricaun-io/ricaun.RevitTest
Releases · ricaun-io/ricaun.RevitTest
1.9.0
Features
- Update
ricaun.NUnit
supportTestFixture
- Version 1.5.0. - Update
ricaun.Revit.UI
version 0.8.0.
Commands
- Update
RevitTestProcessStart
to usenameof
. - Update
Options.RevitVersion
to be string. (Fix: #68)
Console
- Update
RevitTestUtils
version to use string. (Fix: #68)
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
. - Update
NUnit.Version
to be string. (Fix: #68)
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-rc.1
Features
- Update
ricaun.NUnit
supportTestFixture
- Version 1.5.0. - Update
ricaun.Revit.UI
version 0.8.0.
Commands
- Update
RevitTestProcessStart
to usenameof
. - Update
Options.RevitVersion
to be string. (Fix: #68)
Console
- Update
RevitTestUtils
version to use string. (Fix: #68)
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
. - Update
NUnit.Version
to be string. (Fix: #68)
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-rc
Features
- Update
ricaun.NUnit
supportTestFixture
- Version 1.5.0. - Update
ricaun.Revit.UI
version 0.8.0.
Commands
- Update
RevitTestProcessStart
to usenameof
. - Update
Options.RevitVersion
to be string. (Fix: #68)
Console
- Update
RevitTestUtils
version to use string. (Fix: #68)
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
. - Update
NUnit.Version
to be string. (Fix: #68)
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-beta.1
Features
- Update
ricaun.NUnit
supportTestFixture
- Version 1.5.0. - Update
ricaun.Revit.UI
version 0.8.0.
Commands
- Update
RevitTestProcessStart
to usenameof
. - Update
Options.RevitVersion
to be string. (Fix: #68)
Console
- Update
RevitTestUtils
version to use string. (Fix: #68)
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
. - Update
NUnit.Version
to be string. (Fix: #68)
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-beta
Features
- Update
ricaun.NUnit
supportTestFixture
- Version 1.5.0.
Commands
- Update
RevitTestProcessStart
to usenameof
. - Update
Options.RevitVersion
to be string. (Fix: #68)
Console
- Update
RevitTestUtils
version to use string. (Fix: #68)
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
. - Update
NUnit.Version
to be string. (Fix: #68)
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-alpha.3
Features
- Update
ricaun.NUnit
supportTestFixture
.
Commands
- Update
RevitTestProcessStart
to usenameof
.
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
.
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-alpha.2
Features
- Update
ricaun.NUnit
supportTestFixture
.
Commands
- Update
RevitTestProcessStart
to usenameof
.
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
. - Update
ExecutorUriString
to useNUnitTestExecutor
as name.
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute. - Add
TestsFixtureParameterized
with multiple constructors.
1.9.0-alpha.1
Features
- Update
ricaun.NUnit
supportTestFixture
.
Commands
- Update
RevitTestProcessStart
to usenameof
.
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
.
Tests
- Add
TestsFixture
andTestFixtureSource
. - Add
TestsRevitFixtureSource
with Revit parameter andTestFixtureSource
attribute.
1.9.0-alpha
Features
- Update
ricaun.NUnit
supportTestFixture
.
Commands
- Update
RevitTestProcessStart
to usenameof
.
TestAdapter
- Update
TestCaseUtils.SplitTestName
to split and ignore(
and)
.
Tests
- Add
TestsFixture
andTestFixtureSource
.
1.8.0
Features
- Make project public
- Fix test filter limit size
arguments
(Fix: #65)
Application
- Remove
net46
framework, removeRevit 2017
andRevit 2018
support.
Command
- Fix
AppUtils
to showProductName
. - Update
ProcessStart
to showarguments
length in debug. - Update
RevitTestProcessStart
to create temp file for testarguments
. - Update
RunCommand
to read testarguments
from temp file.
Console
- Update
ricaun.Revit.Installation
to1.3.1
. - Add
EnvironmentVariable
class, withProcessArguments
andTimeoutNotBusyMaxSeconds
variables. - Remove not used
RevitAddinDisable
class. - Update
RevitTestUtils
withMinimalRevitVersion
to2019
.
Build
- Update
ci
to use publicnuget
packages.
TestAdapter
- Update
ricaun.Security.WinTrust
to1.1.0
.
Tests
- Add
net47
withRevit 2019
tests.