Tags · bubdm/fluentassertions.json · GitHub
Skip to content

Tags: bubdm/fluentassertions.json

Tags

5.5.0

Toggle 5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve error messages for ContainSubtree (fluentassertions#36)

* Improve error messages for ContainSubtree
* Also require strict order for elements in an array when checking subtree

5.4.1

Toggle 5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to FluentAssertions 5.10.2 (fluentassertions#35)

* Update to FluentAssertions 5.10.2

This update reveals a mismatch in escaping new line characters.
Fixed by not replacing new line characters in JSON documents any more.

* fixup! Update to FluentAssertions 5.10.2

5.4.0

Toggle 5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fluentassertions#34 from ronaldkroon/Improve_BeEqu…

…ivalentTo_error_messages

Improve BeEquivalentTo error messages

5.3.1

Toggle 5.3.1's commit message
Add placeholder escaping in BeEquivalentTo message (fluentassertions#33)

* Added placeholder escaping for `difference` in BeEquivalentTo message creation (fluentassertions#32)

* Add expected message to test

5.3.0

Toggle 5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fluentassertions#30 from ronaldkroon/Improve_error…

…_messages

Improve error messages

5.2.0

Toggle 5.2.0's commit message
Add BeValidJson for checking strings (fluentassertions#29)

* Add BeValidJson for checking strings

It also allows consecutive checks on the parsed JSON using the Which
property.

The check does not limit the valid values to objects and arrays because
of reasons explained here:
https://stackoverflow.com/questions/7487869/is-this-simple-string-considered-valid-json

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed the URLs in the package

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request fluentassertions#19 from dennisdoomen/Merge50

Merging 5.0 to master

5.0.0-rc.2

Toggle 5.0.0-rc.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added `ContainSubtree` constraint (fluentassertions#16)

See fluentassertions#6

5.0.0-rc.1

Toggle 5.0.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgraded dependency to Fluent Assertions 5.0 RC2 (fluentassertions#14)