Skip to content

1.4.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 19:40

Features

  • Support TestCaseSourceAttribute with IEnumerable and object[] parameters. (Fix: #27)

Updated

  • Update to support target net48 and net8.0.
  • Update TestAttributeService to convert TestCaseSourceAttribute to TestCaseAttribute.
  • Update TestCaseSourceService to support multiple parameters.
  • Update TestCaseSourceService to support TestCaseData.
  • Update GetTestFullNames to find tests using ExportedTypes.
  • Update RunTests to have ExportedTypes options.

Added

  • Add TestCaseSourceService with TestCaseSourceAttribute implementation.

Tests

  • Add TestsCaseSource sample tests.
  • Add InternalTests to test ExportedTypes only.