Skip to content

Tags: thomhurst/TUnit

Tags

v0.18.26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support automatic generation of values for`[MatrixDataSource]` when u…

…sing bool? and TEnum? (#2088)

* Support automatic generation of values for`[MatrixDataSource]` when using `bool?` and `TEnum?`.

* Fix inverted bool and update .verified.txt.

* Minor tidy-up.

* Fixes

---------

Co-authored-by: Tom Longhurst <30480171+thomhurst@users.noreply.github.com>

v0.18.25

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update tunit to 0.18.24 (#2089)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>

v0.18.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update tunit to 0.18.23 (#2087)

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>

v0.18.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `byte` and `short` constants in Source Generated code (#2084)

v0.18.21

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set `classInstanceArguments` slightly earlier so it's available to Pr…

…operty Level DataSourceGenerators (#2081)

* Set `classInstanceArguments` slightly earlier so it's available to Property Level DataSourceGenerators

* Update snap

* classInstanceArguments

* Update snaps

v0.18.17

Tweak wording

v0.18.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Abstract `DependencyInjectionDataSourceAttribute` for easier Dependen…

…cy Injection setup (#2076)

* Abstract `DependencyInjectionDataSourceAttribute` for easier Dependency Injection setup

* #pragma warning disable

* TreatWarningsAsErrors false for example project

v0.18.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `ITestStartEventReceiver` and `ITestEndEventReceiver` not firing …

…for custom classes when injected in via `[ClassDataSource<>]` (#2069)

v0.18.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
+semver:minor - Add types to help converting from one type to another…

… during an assertion chain (#2058)

v0.17.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Analyzer for informing MethodDataSource > InstanceMethodDataSource (#…

…2048)

* Analyzer for informing MethodDataSource > InstanceMethodDataSource

* Fix

* Fix logic

* Fix test