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

Merge pull request #382 from JosephWoodward/ThrowFormatExceptionFix

Fixed codePart format issue

7638f8c1e88b943b6ffc9dcd4b98e7fe775a5fc0 authored over 8 years ago
Fixed codePart format issue

0527b10cde4f4966cbd3197c6c1432e8177769bd authored over 8 years ago
Merge pull request #380 from JakeGinnivan/FixBuild

Renaming the AssemblyInfo.cs because GitVersion now adds in the missi…

7dc71c53105a5f57cb2f1f484466830ccec5de51 authored over 8 years ago
Renaming the AssemblyInfo.cs because GitVersion now adds in the missing attributes into all AssemblyInfo.cs files

ea5b9e10ccb5f2422db9b2dc5b861d6b30387386 authored over 8 years ago
Merge pull request #375 from JosephWoodward/RemoveUnreachableCode

Removed unreachable code

12b321e4153ac214ae22e34dc62b3cea0544599b authored over 8 years ago
Removed unreachable code

ec3e2e6bd544d67c7d649bc5ff6c5502cad01016 authored over 8 years ago
Addition of Should.Throw and Should.ThrowAsync methods to support passing in the Exception type as a parameter rather than as a type argument.

This enables easier use with NUnit/xUnit theory tests where different values may throw different...

1df1272fdc8b050577fc4e3617e9121f727d60f4 authored over 8 years ago
Merge pull request #372 from SebastianWojciechowski/master

changes for shouldly should show more details when asserting DateTime #371

0f298ecf1bdf61e25722222a8c35e762091d3939 authored over 8 years ago
Updated new output for DateTime in documentation

96a576c3f505f020c417bf7bf90c0a81b49bde99 authored almost 9 years ago
Removed commented code, renamed test

88e4b97a8716404bb5b0a972751394fcacbfe3d9 authored almost 9 years ago
Making DateTime fail show more detailed date information

1306c1194df66ecd7a5d9a241f2f81522d9f7a95 authored almost 9 years ago
DateTime ticks issue

2ed69761d34a7e416ff664e03d06a92b99abdb5a authored almost 9 years ago
Removed beta tag from master

aa59fe42e8d9c905488555bd47a5894822c6af25 authored almost 9 years ago
Merge pull request #368 from ssiko/ShouldHaveSingleItem

Added ShouldHaveSingleItem for Enumerables.

d941c6c84bdeec93f21c424da178a31163cea885 authored almost 9 years ago
Removing unecessary null checks. Adding Any() check in ShouldBeEmpty() for consistency with ShouldNotBeEmpty()

ae197afeb8da720c94b4f4f72ff4f7d71d48d947 authored almost 9 years ago
Adding shouldly API file as well.

5b7f2153e42d87f8de717aba9974b19942e8307e authored almost 9 years ago
Added ShouldHaveSingleItem for Enumerables.

b76ca0b6b873f98a452e076efa2a4437a50ae2a3 authored almost 9 years ago
Merge pull request #360 from chaitanyagurrapu/documentation

Added example classes to help with documentation

029d702a2c3771e51921e2cd64879b05f80bb80b authored almost 9 years ago
Updated the example document writer to catch exceptions rather than shouldly exceptions. Some of the shouldly methods ('ShouldCompleteIn' for example) don't inherit from shouldly exception.

8c3a7abbb42e7cd63f478fd70f7fb1c0b2bfd362 authored almost 9 years ago
Merge pull request #362 from chrissutton/patch-1

remove apostrophe

0e0ab3ca4c5ee1f731e76f689d80a3b7b20fbd16 authored almost 9 years ago
remove apostrophe

52883fe8561c72ae1237847e77365b233581024c authored almost 9 years ago
Merge pull request #361 from JosephWoodward/master

Merged pull request #355 from bangsholt:AddEnumHaveFlag

bc1b8309c6e80a54102254da61eb77be47658922 authored almost 9 years ago
Added the generated output files for documention examples project.

ad25b1ebcfb5bc2da5c599bf2d80a21310733303 authored almost 9 years ago
Added missing code examples

b6018511630ce33b27870568da6037dd41c35631 authored almost 9 years ago
Merge branch 'master' of https://github.com/shouldly/shouldly

45108ead142f73df6682ccc82448013b0ca5f76a authored almost 9 years ago
Merge branch 'bangsholt-AddEnumHaveFlag'

26b2ee24b2dbea760bececafa388f85e99dad3a7 authored almost 9 years ago
Added example classes to help with documentation for most of the shouldly methods. Strings related methods will be added next.

d05812071572ffde0c4558ed5a497b0d3fd47671 authored almost 9 years ago
Merge pull request #2 from JosephWoodward/AddEnumHaveFlag

Added documentation

f81c915119b89fd4d1e1a58966684de5fc9cf56a authored almost 9 years ago
Added documentation

8dcdc06caab3121848121910079b0df7b792c571 authored almost 9 years ago
Merge pull request #359 from JakeGinnivan/LocateTestMethodUsingAttribute

Locate test method using attribute

f61e5f5340f29d73f8acaa077b0cbc1ad6c3169f authored almost 9 years ago
Updated to PublicApiGenerator and removed approvaltests and mono.cecil

da5c2441614ac1218d9a5ba162a79db4b6fbaa31 authored almost 9 years ago
Added additional error checking and LocateTestMethodUsingAttribute configuration option

19961e252e5a4ff2620ec470999804de9111abbf authored almost 9 years ago
Merge pull request #356 from JakeGinnivan/ShouldMatchApprovedShouldIncludeClassName

Fixed approval defaults to include class name in filename.

ff544d04d1e0eee099327535644e6fde7fb41ef5 authored almost 9 years ago
Fixed approval defaults to include class name in filename.

This is a breaking change from the first beta release.

ba204c7ebfd6a677fb41b4dfacc40fc0d3d74e6d authored almost 9 years ago
Merge branch 'ShouldContainMatchingCount'

900072b5b2eb3b476418f05e35c37ac24bb7ec91 authored almost 9 years ago
Fixed tests for net35

195725287e7547f5d223b78fab2176ade72f85a9 authored almost 9 years ago
Removed unneeded todo

054c70a1d36a289fad578ba0d3246c1f8096c493 authored almost 9 years ago
Merge pull request #358 from JakeGinnivan/fixDynamicShouldUnitTests

Fix dynamic should unit tests

54ae9c9862d800046401ec8035fa7a1e6b1eb79c authored almost 9 years ago
Fixed issue where IsSourceDisabledInErrors is still setting file info

c53b1b6010f3a89cde93da1d6eebabd003c80495 authored almost 9 years ago
Made LineNumber on assertion context nullable

21b62a8a2e3618453421fbc8ae922d923906d34f authored almost 9 years ago
Updated 'DynamicShould' unit tests to be able to work even when there is no source code available.

251382c94916c4b57ee166e183df8d10b6d2912e authored almost 9 years ago
Initial attempt at getting 'DynamicShould' working again.

75dca573a0d1772938acc02fc0f48e358e454d1e authored almost 9 years ago
Merge pull request #357 from JakeGinnivan/NuSpecImprovements

Empty dependency groups to save clr dependencies being installed via …

e091e99f294f3e9b93ce1926863fdc02048b23fc authored almost 9 years ago
Empty dependency groups to save clr dependencies being installed via nuget

a0d0bf6a43393ac81c8b6d6fa5bf70f4d5fc496e authored almost 9 years ago
Merge pull request #1 from JakeGinnivan/AddEnumHaveFlag

Fixed portable issues and tests

d4f243d0e074b06c2547bbe372092712eae574bd authored about 9 years ago
Fixed tests

0649cac0827c1d296ec8e508f4803fc96d3198e3 authored about 9 years ago
Fixed compilation issues

eb8a3b26a6935a144972600c0eb74352298cf95d authored about 9 years ago
Added tests with enum without flag attribute

0460e43b537473c88183c123fa1d8b22702c2993 authored about 9 years ago
Added Enum flag check

0f1e3dc200b9b35e2032b50c1caf12f5aa9599a9 authored about 9 years ago
Project file update

9cf884901787758aa8e119ff24ed39def9670439 authored about 9 years ago
Added tests

87a57ce771d48a600595509b5c2bc20552645f69 authored about 9 years ago
Added Message Generators to array

8edea1882924ac6381741d7bcf0a7613605b2675 authored about 9 years ago
Added ShouldHaveFlag/ShouldNotHaveFlag static methods on enums

d1294050a7eb4d8e0c4219876fb169d84072cbc9 authored about 9 years ago
Added Message Generators

d3006076757adc03d6689aff5c7637a5e08af684 authored about 9 years ago
Merge pull request #354 from AmadeusW/nugetTagFix

Updates NuGet tags and fixes a typo

2c050975aa7ac6fd4a8a7f3955ef987f51e992e1 authored about 9 years ago
Updates NuGet tags and fixes a typo

9b635f4a031c45ffcca5b2ebd166d7e797909e83 authored about 9 years ago
issue #326 added better error messages for new ShouldContain overloads

7034ff96bce2c401df0204dc97330246442e6fdd authored about 9 years ago
issue #326 added another overload, removed duplicate code; also added another logic test

1227fb0d571a405822ec6d9d3acaf9e1c11481a5 authored about 9 years ago
issue #326 renamed extension method per guidance, also merged new method sigs into public API

7bf11c84417eb98bc829b701a550ea336559224e authored about 9 years ago
issue #326 adding custom message overload and corresponding unit test

de3f87b4f5d66fcc55417844af99e73e08cb7989 authored about 9 years ago
fixed a message for #326

d9ee1c148fd23509b031e8ba09b16ec6648353f8 authored about 9 years ago
for issue #326, added ShouldContainMatchingCount

5b4b1d5810c956755fb6148c8b260f5ab6d743a1 authored about 9 years ago
Merge pull request #351 from JosephWoodward/ShouldBeNullNotNullDocs

Added ShouldBeNullNotNull docs

136c73e161241c4090e7ebce696322589977912f authored about 9 years ago
Added ShouldBeNullNotNull docs

0313ddd4c7d9b1d050247a0c1579f8b8b2093544 authored about 9 years ago
Merge pull request #350 from JosephWoodward/ShouldBeTrueFalseDocs

Added ShouldBeTrue and ShouldBeFalse docs

799a84fecf01c6a52740609adfbb114ae54b2ab4 authored about 9 years ago
Added ShouldBeTrue and ShouldBeFalse docs

f155864d5e409e5c9b95884b8d8be513f88dc91a authored about 9 years ago
Bump minor and set beta flag

3618c613d9db432177c7a30f668dfcb2b673a62a authored about 9 years ago
Merge pull request #348 from JakeGinnivan/DocumentShouldMatchApproved

Wrote docs for new shouldMatchApproved and fixed up a few more issues…

a5227c1de2443c08774bb206010304b0c7e5ade4 authored about 9 years ago
Wrote docs for new shouldMatchApproved and fixed up a few more issues in it

3566788eaf022bcf398fa3381f8e8a8feccff782 authored about 9 years ago
Fixed build in nCrunch

602cad598ff910086a404d2cd4c855dc59f8b8c8 authored about 9 years ago
Putting warning about bad commit in readme

38263c3b0f50ddac93f2567c4f528a3bdb1317f6 authored about 9 years ago
Merge pull request #347 from JakeGinnivan/ShouldNotBeDocs

Switched ShouldNotBe docs over to use examples, moved approved files …

9138c962f77a7e2188d6a12c6dc4202b7bf98553 authored about 9 years ago
Switched ShouldNotBe docs over to use examples, moved approved files into subfolder based on caller class

29fd0ccdc4fc8ad3f7802bc2fe546dc302a219e7 authored about 9 years ago
Merge pull request #346 from onovotny/dotnet-support

Add support for the dotnet TFM

c6524730e12b90e8b748c293f51710d456c66a6b authored about 9 years ago
Add support for the dotnet TFM

c4ebf2b169c838fe07e9441f812d975a1fcf085a authored about 9 years ago
Merge pull request #345 from JakeGinnivan/DocsWork

Created documentation samples project which outputs files to be inclu…

cbeff2a6a7040d5af6c24d2d9f4302f0d20f47f6 authored about 9 years ago
Force en-AU for datetime docs

9c40e53e401ce852979152be326aad825db78cdb authored about 9 years ago
Cache roslyn methods for a file

1b5f8e73a7e4557e351645f9e19ec3eac8d551d8 authored about 9 years ago
Converted shouldBe docs over to use samples

8b09fba33c338530421102fcf3004fb0d0983ca1 authored about 9 years ago
Created documentation samples project which outputs files to be included in docs

- Uses roslyn to parse the source to get the correct bits
- Uses ShouldMatchApproved to output...

e18a0423bbdacdb255308d34825a298eaf361dcb authored about 9 years ago
Merge pull request #342 from JakeGinnivan/ShouldMatchApproved

Initial pass at ShouldMatchApproved

cecae160ac60b9d6b6d0fa0d64fe063ea4b2ca41 authored about 9 years ago
ShouldMatchApproved ignores line endings by default

401962d58b45df75856463d1cb9f9f6f55d1da59 authored about 9 years ago
Added a test application for testing how different diff tools work in different scenarios and added beyond compare

0a55edf4075bfbc98f37f75d87f08483f1a99302 authored about 9 years ago
Better difftool discovery and tell user when difftool cannot be found

156bc99f1d2e76867a5bd23625cc0cc4162803ed authored about 9 years ago
Added support for Async tests

ce517718960b04af644fbf57e49ef7f983e04f45 authored about 9 years ago
Fixed typo

0fb55606cef6166f9d80da1f1446392f91e15e44 authored about 9 years ago
Switched ApiApprover over to use ShouldMatchApproved

6f9e832996d03deb822b823dcd598e44886edf18 authored about 9 years ago
Added some more tests around ShouldMatchApproved

- Also added all the required overloads
- Added initial configuration options

209debcf0257b2d9bc47776bba9fd4b5da8bd3c1 authored about 9 years ago
Initial pass at ShouldMatchApproved

5df2ff6764bbe914c6749a85ffb8923faf485664 authored about 9 years ago
Merge pull request #343 from JakeGinnivan/PclFixes

Some constants missing in test projects

5a899d29078d93d864cea383572a0d738ad533bc authored about 9 years ago
Some constants missing in test projects

dd55dde93680bb95a5385577527e363af7279ae7 authored about 9 years ago
Merge pull request #341 from JakeGinnivan/PortableLibSupport

Add support for coreclr/portable libraries

89f48436601db41f5420eaf9e7bab99f48af241c authored about 9 years ago
Fixed build path

212dd697f759a7ff33fb9565a98c16865b3db17e authored about 9 years ago
Add support for coreclr/portable libraries

Using shared projects and individual projects for each target, same for test projects. Make it e...

dab38c422beaaa582cf0f4a8169a97508309775c authored about 9 years ago
Merge remote-tracking branch 'AdadeusW/numericSuffix301'

cac4d16e5c4ff74a06e7f587ea906e681db2b350 authored about 9 years ago
Merge pull request #335 from JakeGinnivan/xunit-conversion

Xunit conversion

81dff8fe6352759d2a83ecb0e330ed6c7e1dcf77 authored about 9 years ago
Fixing a few more tests for net35

b46ba07752383b33776dc83cce3db39aff8836b9 authored about 9 years ago
Fixed compilation issue

3b42722895d86f32460c53ad1ad939126e7c304f authored about 9 years ago
Fixed net35 compilation issues

0057e3b3eabc5010f1e57f7e0ef5f321f8a58b3b authored about 9 years ago
Fixed net35 build

ff81f1f5b2a1e9bfb9f236e3185839e829b651d0 authored about 9 years ago