1.4.0-rc
Pre-release
Pre-release
Features
- Support
TestCaseSourceAttribute
withIEnumerable
andobject[]
parameters. (Fix: #27)
Updated
- Update to support target
net48
andnet8.0
. - Update
TestAttributeService
to convertTestCaseSourceAttribute
toTestCaseAttribute
. - Update
TestCaseSourceService
to support multiple parameters. - Update
TestCaseSourceService
to supportTestCaseData
. - Update
GetTestFullNames
to find tests usingExportedTypes
. - Update
RunTests
to haveExportedTypes
options.
Added
- Add
TestCaseSourceService
withTestCaseSourceAttribute
implementation.
Tests
- Add
TestsCaseSource
sample tests. - Add
InternalTests
to testExportedTypes
only.