Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/shouldly/shouldly

Should testing for .NET—the way assertions should be!
https://github.com/shouldly/shouldly

Fixed the remaining failing tests

8dead5b2f367af86f1af276f4c4efd590659a296 authored about 9 years ago by Jake Ginnivan <[email protected]>
Taking a pass at the string detailed diff tests. Removing one of the string difference highlighters

7088931345a4dd4445b3a83a23ac90bf9af9fb9d authored about 9 years ago by Jake Ginnivan <[email protected]>
Added additional context

0b64e629759ff8e9aca1d49711235d2b77e1b114 authored about 9 years ago by josephwoodward <[email protected]>
Removed remaining usages of the test base class

635a38cb9b63c325fd7713c88f20d5f1596529f4 authored about 9 years ago by Jake Ginnivan <[email protected]>
Few more fixed

36848c5616e2ead321c8632f89ea664035d1f994 authored about 9 years ago by josephwoodward <[email protected]>
Fixed the remainder of failing tests

519c462c892d81c94454aad0414cb3f53d33db32 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed shouldbeassignableto tests

252c9f68a9023b24c67c82d1a82ce44cddff9547 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed some tests

fee2360cf5c9b969a319c5465ccb44a49ec37a59 authored about 9 years ago by Joseph Woodward <[email protected]>
Fixed ShouldSatisfyAllConditions tests and improved message generators

87a882a12b2de5aae37c621b7a30cc220e34e5ab authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed more string tests

057995df0c6a9a614162731cd75da942268ce160 authored about 9 years ago by Joseph Woodward <[email protected]>
Fixed ShouldThrow related tests and improved messages

d2fc954782a036ab7bf8ace663014e3bd1b40e43 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldNotContain tests

74528879ea9ce51fbb070c949e3d56ccbefac71c authored about 9 years ago by Jake Ginnivan <[email protected]>
All the other partially done tests, still failing tests

141c9252fae418275377950b38bee82ad4ff732c authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed up ShouldNotBe tests and improved messages

ba8006bc81d3fb309b9af7c5253357581d38855b authored about 9 years ago by Jake Ginnivan <[email protected]>
Added xunit vs test runner into project

a091a1f21d80ed49b4648bf7d23ccbca90c3ff22 authored about 9 years ago by Jake Ginnivan <[email protected]>
Internal refactoring and reformating a bunch of message generator messages

This removes duplication of the stack trace walking code, makes most message generators generate...

2d92cd22021a6dcbab7dc47242551fce1a42c3e5 authored about 9 years ago by Jake Ginnivan <[email protected]>
Improvements to Verify.ShouldFail

70efd351738953a0be99c0607411505ddb11cd4e authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed shouldbelessthan tests

af1dcabcfd6c4e6edd27da12fcfcb2872ae9d8a3 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBePositive and ShouldBeNegative tests and messages

e3243e1b70ff1ab2f9e7a5e4f632738d7eb57eb1 authored about 9 years ago by Jake Ginnivan <[email protected]>
Improved ShouldBeAssignableTo and ShouldBeOfType messages and fixed tests

0f3c1e5a1a289fcb36d6eac9edff8c470f170b1b authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBeOneOf and ShouldBeSameAs tests

2d25d002f84c2bd60b7df301fc861cf039295567 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBeSubsetOf tests and improved messages

5f8b8cd93edbb45de090f34a7522a0013855fb12 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBeUnique tests and improved messages

2c06e443806a6b1c94ae8a5c3751317ed94b81c2 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed should contain tests

b893e03341ce0298fa3f26f879d74fcffd180946 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBeNull tests and improved messages

21e12d6d60b2a238c497d355bcc19d8e6765c7db authored about 9 years ago by Jake Ginnivan <[email protected]>
ShouldBeGreaterThan tests passing

6d6f06593b470d0879559565f7dbbfa492d91534 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed a few detailed string diff tests and improved formatting slightly

0a4eaabdd987ed11e350fbf3fec074cff98ce722 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixing a few more test generators

7db8ce201d4905fc19fa4ff6ddc0561eb537a398 authored about 9 years ago by Jake Ginnivan <[email protected]>
Switched to xunit Fact attributes

ebacef8bc87f8828408075c4b57c5bb2acdb79a7 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed up xunit 1.9.2 references and added runner

7978522612ecea70ea7a1b2eff8b078b821698bd authored about 9 years ago by Jake Ginnivan <[email protected]>
Improved ShouldBeMessageGenerator when source not available

9771b46cdf8d93dcbbb6b7b2cf70d07d00e6fa7b authored about 9 years ago by Jake Ginnivan <[email protected]>
ShouldSatisfyAllConditions now includes stacktrace and ShouldThrow keeps inner exception when exeception type doesn't exist

faa54da9bfd9e02033745e01b2455f2b90f1bfe3 authored about 9 years ago by Jake Ginnivan <[email protected]>
Allow c# 6

1df4d14aed5b02d14b7606518c77819ed4aa158f authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed should be empty tests

8b7902a8af304cbb4545da22d0eac9050897b0c2 authored about 9 years ago by Jake Ginnivan <[email protected]>
New test API's and improved string null or empty/whitespace messages

dec0d8ce93ea08261c377055a19d1f94e6dbb6ad authored about 9 years ago by Jake Ginnivan <[email protected]>
Cleaned up dictionary tests plus a heap of error message improvements

80eaf5a6b026f090d4b7fdba4f3a99d1c0b3facc authored about 9 years ago by Jake Ginnivan <[email protected]>
Skipping dynamic tests because that feature doesn't work without source

50729ac6e9daa79f394f5e4610197645f405e254 authored about 9 years ago by Jake Ginnivan <[email protected]>
Added ability to turn off using source in error messages, allows us to test release build/no source available error messages

Also gives us test coverage for the coreclr error messages (which doesn't have stacktrace API's)

c50e85c23fc74f0eb96417d74dc730826d6c987f authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBeAssignableTests

131bb6aac6d04bc385e99d8975f61b7c28cbb41b authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed and converted ShouldBe enumerable type tests

53290f7b014af59185456f7cbdd6087c821811ce authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBe with tolerance overloads

a38e8c080697e9bbb27a3f69e4cdf5315842d591 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed ShouldBeTrue/False tests and messages

e29559fe0e499a2ca6fb2cb88481d24683e31ffb authored about 9 years ago by Jake Ginnivan <[email protected]>
ShouldBe test conversion

8611a9df8156a72b2878b951f2bd552dc0d4252b authored about 9 years ago by Jake Ginnivan <[email protected]>
Converted shouldbeall test

1029c67dc9985db4c03bd334cfa4927660ebbfc5 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed minor grammatical error

76343b5b05593be515089b2030205b47b3e825e6 authored about 9 years ago by Joseph Woodward <[email protected]>
Merge pull request #338 from JoeMighty/MinorStringHelperUpdate

Minor consistency tweaks to StringHelper.cs

2e8cbd85868031e7a8d33bb6e84960c1352c85b3 authored about 9 years ago by Joseph Woodward <[email protected]>
Minor tweak to StringHelper.cs

85b45ad46fe65cbd8f63202f87f9aefd0bb3be1f authored about 9 years ago by JoeMighty <[email protected]>
Adds numeric suffixes to expected error messages

9e727b7e6365dbf4ad517215590fee4802ec512d authored about 9 years ago by Amadeusz Wieczorek <[email protected]>
Merge pull request #336 from sholland1/StringOptionsCleanUp

String options clean up

eab62cd3616cb2cb7b599b646de28130ee858cee authored about 9 years ago by Jake Ginnivan <[email protected]>
Rename ActualCodeTextGetter to SourceCodeTextGetter

63f96257d8a44e4ae9b3aa32a01817f79ec0f0a1 authored about 9 years ago by sholland <[email protected]>
Give more descriptive method name

Change dostuff to SetSourceCodeInfo

a3a7aba3f509708f5430c2d34f87c0845a249aba authored about 9 years ago by sholland <[email protected]>
Simplify ShouldMethod assignment

a9c2aa4662ecb5cb0b55834f3214d7a60a9a2afc authored about 9 years ago by sholland <[email protected]>
Reformat instance variable assignment

807d182eb720402a7284225ebb25436f6c7b2524 authored about 9 years ago by sholland <[email protected]>
Simplify logic in ActualCodeTextGetter

2cc7d7eef91d08c795f0f99c6f02e1e48cd463af authored about 9 years ago by sholland <[email protected]>
Removed member private keyword, added internal for class

7b8f15b52191f3014cbd4705b8df861820a1bb34 authored about 9 years ago by Jake Ginnivan <[email protected]>
Merge pull request #333 from JakeGinnivan/ShouldBeWithOptions

Should be with options

cd1078183ed850cda9705faf8065691287ebbd9f authored about 9 years ago by Jake Ginnivan <[email protected]>
Small change to obsolete message

3481837ec06af4babafc9cd124a423a8182357b5 authored about 9 years ago by Jake Ginnivan <[email protected]>
Add line ending insensitive assertions for strings

Add new overloads that accept ShouldBeStringOptions instead of Case

Change tests to use new ove...

13b3aafa9dad3ad2081b3e5676db843652689368 authored about 9 years ago by sholland <[email protected]>
Rename IActualCodeTextGetter interface

4bd583b5bb60aa63c94a580160230a1d08d8001f authored about 9 years ago by sholland <[email protected]>
Simplified API and made sure there are no breaking changes

2f901568a3364c82c53669496591205a7979c678 authored about 9 years ago by Jake Ginnivan <[email protected]>
Correct order of params in diff highlighter tests

ac11de7efb5d71125d07eb0efc9ce230e88e841a authored about 9 years ago by sholland <[email protected]>
Add null checking for diff highlighter params

Add corresponding tests

55fd69d97c5dec1486ce2233d144c08ead310340 authored about 9 years ago by sholland <[email protected]>
Add tests for StringShouldBeAssertion

Test IsSatisfied and GenerateMessage methods

d640d8013cd10983ab5ef61cdaa2bd4e12c5cc8e authored about 9 years ago by sholland <[email protected]>
Approved new API changes

3d6f8865ea76b8af3dcc41fbc5fd1416c5104636 authored about 9 years ago by Jake Ginnivan <[email protected]>
Merge pull request #332 from JakeGinnivan/ShouldContainWithoutWhitespaceBugFix

Fixed #330

2e9ae29ce1fdde3195791477ea4b864e50a5e095 authored about 9 years ago by Jake Ginnivan <[email protected]>
Fixed #330

2888b48c79ce7dfca58caf94f8f9c671de5a658e authored about 9 years ago by Jake Ginnivan <[email protected]>
Merge remote-tracking branch 'refs/remotes/shouldly/master' into numericSuffix301

2b6f9637ca88ba999ac38f6d0ac0fbca118fc744 authored about 9 years ago by Amadeusz Wieczorek <[email protected]>
Includes numeric suffix with values in error messages

e43c286d7a27c40bb09d2e3907ee268d079c0af8 authored about 9 years ago by Amadeusz Wieczorek <[email protected]>
Merge pull request #325 from JoeMighty/RegionalDecimalSeparatorFix

Set thread culture within tests

fd60530dcc0ea595080c38062312a29ee378fab5 authored about 9 years ago by Jake Ginnivan <[email protected]>
Merge pull request #329 from JoeMighty/master

Finished off ShouldNotMatch (pr 319) by adding ShouldNotMatchMessageGenerator

d3aca4942c20ca296d1560e9da24b2f40882d3a9 authored about 9 years ago by Joseph Woodward <[email protected]>
Added ShouldNotMatchMessageGenerator

42002c2cd8562184ec0627dc94c8f1a008b70831 authored about 9 years ago by Joseph Woodward <[email protected]>
Merge commit 'refs/pull/319/head' of https://github.com/shouldly/shouldly

89dab1cccb9742f0771af62f36e2197df29ca4b1 authored about 9 years ago by Joseph Woodward <[email protected]>
Merge pull request #328 from nbarbettini/throws-nre-fix

Fix for #327 Mono NullReferenceException

76deec3c189df05be8467e0ba50df49a4960fbe1 authored about 9 years ago by Joseph Woodward <[email protected]>
Fix for #327 Mono NullReferenceException

4932d9064288737f333459499df39c5be02c01a8 authored about 9 years ago by nbarbettini <[email protected]>
Set thread culture

d4027ad4c3fdaa0f942da0bbc64965b60209c2dc authored about 9 years ago by Joseph Woodward <[email protected]>
Merge pull request #321 from gertnelissen/master

Fix #273

8bc6578bff4a47e12efecb6cb8723bab92d95b02 authored about 9 years ago by Jake Ginnivan <[email protected]>
Merge pull request #323 from adamralph/patch-1

fixed whitespace

6aaa430ecb2baf3b88baa61820ef194c790471ed authored about 9 years ago by Jake Ginnivan <[email protected]>
fixed whitespace

Sorry just had to do that before continuing with my keynote at .NET Unboxed!

24051016bbe615b0120715916f6eebe28d26abb0 authored about 9 years ago by Adam Ralph <[email protected]>
Added extension methods with Func<string> delegate for customMessage parameter.

f25d2a84b3e37a694035fa2069627173ba745f6f authored about 9 years ago by unknown <[email protected]>
Fix #273

342df36af51364c9874607f81037e6befc92acc8 authored about 9 years ago by unknown <[email protected]>
Making ShouldNotMatch public

150aab3dd85f52e325f285233316ffc1ad3b0546 authored about 9 years ago by Brad Arvin <[email protected]>
Made ShouldNotMatch with a test

661df6d7acb71dfb31679b015dff88328f56fb46 authored about 9 years ago by Brad Arvin <[email protected]>
Merge pull request #316 from enkafan/master

Reworks docs to use Spinx and Rst

d34604715a5ff21300f630b92f1cfdc7cba4f6e5 authored about 9 years ago by Jake Ginnivan <[email protected]>
Merged TimeSpan documentation

Merged TimeSpan documentation on ShouldNotBe.md into ShouldNotBe.rst and
removed the .md file

fc8c632b44afd9f92687a9f8199b52c9eea5305c authored over 9 years ago by Phil Scott <[email protected]>
Updated to include NuGet installation

615becf4e327e62d67781f871d2a2e46e3c3221e authored over 9 years ago by Joseph Woodward <[email protected]>
Merge pull request #317 from cmatskas/master

ShouldNotBe error message PR

3673c73db769fd567e0c8349c7755cbfaeb75911 authored over 9 years ago by Joseph Woodward <[email protected]>
- Fixed wrongly removed spaces

- Spaces from output message reinstated as discussed in the PR
- Added new message generator for ...

9ec09e232d8312aadaeafb435b3ef9886165d35c authored over 9 years ago by Christos Matskas <[email protected]>
Added Timespan

5a8e3f7a1efd6611d5155c3cf38a802c39ca0fdd authored over 9 years ago by Joseph Woodward <[email protected]>
Fixed broken unit tests

Fixed broken unit tests in relation to #304

e76722f64e0f9d889cccdf1b8bd7fb47097872d1 authored over 9 years ago by matskasc <[email protected]>
Fixed issue #304 with ShouldNotBe error message

Changed the final output of the ShouldNotBe error message to remove
redundancy as per issue #304

b4b03364dfa14fc0790b02eaf5b1be4aa0d4c09c authored over 9 years ago by matskasc <[email protected]>
Reworks docs to use Spinx and Rst

Reworked the documentation to use Sphinx and reStructuredText markup
rather than mark down.

* ...

6e974ea5276a8bab37bf72c1e0acfb4dce8eb51a authored over 9 years ago by Phil Scott <[email protected]>
Merge pull request #315 from JoeMighty/master

Added ShouldNotBe DateTime (Offset)

b836eb52ac6a00ad8cddfe2929a99dc6eaaa5cbc authored over 9 years ago by Joseph Woodward <[email protected]>
Added DateTime (Offset)

4a95684fddcb005304339bd267d138c28bba1abe authored over 9 years ago by Joseph Woodward <[email protected]>
Merge pull request #314 from JoeMighty/master

Minor correction

ab7192ce96d8fe8a7254adbd06da0401b0e33d6f authored over 9 years ago by Joseph Woodward <[email protected]>
Minor correction

fcdcabb4df28a68f40d2caf17f321e7b0e7faa97 authored over 9 years ago by Joseph Woodward <[email protected]>
Merge pull request #313 from JoeMighty/master

Added numeric ShouldNotBe.

e7ad55e38f92bd0c209761b46443a8e7c3335419 authored over 9 years ago by Joseph Woodward <[email protected]>
Added numeric ShouldNotBe.

76044c564cf191a4f545f71b4032238873008440 authored over 9 years ago by Joseph Woodward <[email protected]>
Updated heading

6101fb70f75e0dfa8d5b3d168b4093e04fdeb7f1 authored over 9 years ago by Jake Ginnivan <[email protected]>
Fixing formatting

9ee086117bd811b8ff7038ad2095d5503c6b50d0 authored over 9 years ago by Jake Ginnivan <[email protected]>
Conditionally compile a few things

8ae95f519bdbe939da9f77af5ae1dbc144e2e41f authored over 9 years ago by Jake Ginnivan <[email protected]>