8000 Tags · thomhurst/TUnit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: thomhurst/TUnit

Tags

v0.19.117

Toggle v0.19.117's commit message

Verified

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

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

v0.19.116

Toggle v0.19.116's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Dictionary Equivalent assertion checking for index positions when…

… it should only look at keys (#2312)

v0.19.112

Toggle v0.19.112's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add DoesNotMatch assertion method for string regex validation (#2305)

* Add DoesNotMatch assertion method for string regex validation

* Change: Add `DoesNotMatch` assertion to `DoesNotExtensions_String`

* Change: Adjust string message for regex assertion error clarity

* Feat: Add unit tests for string regex assertions in TUnit

* Fix: Resolve Codacy quality standards

* Change: Add DoesNotMatch assertion methods for validation

* Change: Add DoesNotMatch assertion methods for validation net framework

v0.19.86

Toggle v0.19.86's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't try and reference types which exist in two different assemblies…

… as it'll cause compilation errors (#2274)

v0.19.84

Toggle v0.19.84's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove namespace and append guid to AssemblyLoader (#2269)

* remove namespace and append guid to AssemblyLoader

* scrub AssemblyLoader Guid

* add missing PublicKeyToken to IsSystemAssembly

v0.19.83

Toggle v0.19.83's commit message
Tweak not null logic for structs

v0.19.82

Toggle v0.19.82's commit message

Verified

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

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

v0.19.81

Toggle v0.19.81's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Automatically load referenced assemblies prior to generating test obj…

…ects (#2261)

v0.19.74

Toggle v0.19.74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`IsNotEquivalentTo` assertion for non-enumerable types (#2248)

v0.19.64

Toggle v0.19.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support `--maximum-failed-tests` option (#2233)

* Support `--maximum-failed-tests` option

* Update snaps

* Simplify
0