Skip to content

1.9.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 17:56

Features

  • Update ricaun.NUnit support TestFixture - Version 1.5.0.
  • Update ricaun.Revit.UI version 0.8.0.

Commands

  • Update RevitTestProcessStart to use nameof.
  • 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 and TestFixtureSource.
  • Add TestsRevitFixtureSource with Revit parameter and TestFixtureSource attribute.
  • Add TestsFixtureParameterized with multiple constructors.