Ecosyste.ms: OpenCollective

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

Shouldly

Shouldly is an assertion framework which focuses on giving great error messages when the assertion fails while being simple and terse.
Collective - Host: opensource - https://opencollective.com/shouldly - Website: https://docs.shouldly.io - Code: https://github.com/shouldly

Merge pull request #94 from JakeGinnivan/DepreciateShouldBeCloseTo

Removed ShouldBeCloseTo

github.com/shouldly/shouldly - 12c05733218890ff2e184086dc948d898e907759 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #93 from JakeGinnivan/ShouldBeIgnoreOrder

Allowed ignore ordering on enumerables on .ShouldBe

github.com/shouldly/shouldly - 15fc0599850f871fd2d1a61dcaccba250e1ae948 authored over 10 years ago by Jake Ginnivan <[email protected]>
Removed ShouldBeCloseTo

github.com/shouldly/shouldly - d5f758cb919f7de68e0ccfcdc0eef551bc6f5c2e authored over 10 years ago by Jake Ginnivan <[email protected]>
Allowed ignore ordering on enumerables on .ShouldBe

github.com/shouldly/shouldly - df9f351ed320f79cf71af2d11fbc1077c11fcb7a authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #91 from ilya-murzinov/Issue86

Added tests for ShouldContain and ShouldNotContain to ShouldBeEnumerableTests

github.com/shouldly/shouldly - 076afc1f96db26a0945119c546535de39edef865 authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixing build error

github.com/shouldly/shouldly - 86ad3adaa76337ec212c4edcf6b734a6d694a5cb authored over 10 years ago by Jake Ginnivan <[email protected]>
Pointing at correct build server

github.com/shouldly/shouldly.github.com - b2347bb7f8f9595204b9bd08d23015b8acaa0fb5 authored over 10 years ago by Jake Ginnivan <[email protected]>
Added tests for ShouldContain and ShouldNotContain to ShouldBeEnumerableTests.cs

github.com/shouldly/shouldly - a9a71a2636b3c4ad766afad31aabb85af5d25dc6 authored over 10 years ago by ilya-murzinov <[email protected]>
Merge pull request #90 from ilya-murzinov/Issue86

Issue86: Improving test coverage

github.com/shouldly/shouldly - dc5d4a22dae612f709d1714aefc820c18069bfbc authored over 10 years ago by Jake Ginnivan <[email protected]>
removed regions

github.com/shouldly/shouldly - 3ade1889b109ef49afa37698a8214f5e64925930 authored over 10 years ago by ilya-murzinov <[email protected]>
Refactoring Shouldly.Tests/ShouldBeEnumerableTests.cs

github.com/shouldly/shouldly - 0f014c938a3c5e8b4275f1cc48666fec5142aaff authored over 10 years ago by ilya-murzinov <[email protected]>
Merge pull request #88 from JakeGinnivan/TaskSupport

Added overloads for Should.Throw and Should.NotThrow supporting Tasks

github.com/shouldly/shouldly - 30eac760d599b4294fd212a3a7840d4aff09ec78 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #87 from ilya-murzinov/Issue71

Added ShouldBeSubsetOf() for IEnumerables

github.com/shouldly/shouldly - 3a0df72ebaacc3082954923e8af77916c8b0186e authored over 10 years ago by Jake Ginnivan <[email protected]>
Added overloads for Should.Throw and Should.NotThrow supporting Tasks

github.com/shouldly/shouldly - efae9fbaa7f4a4c9523214e8f478b210aabe0eea authored over 10 years ago by Jake Ginnivan <[email protected]>
Removed new breaking changes and deleted nUnit source

github.com/shouldly/shouldly - 4e1e910f0b4843532605ee5462842abbd8f662ed authored over 10 years ago by Jake Ginnivan <[email protected]>
Tiny fix

github.com/shouldly/shouldly - 2be1e53bf996021bd4496d3fe11e35aa4abd8760 authored over 10 years ago by ilya-murzinov <[email protected]>
Cosmetic change

github.com/shouldly/shouldly - e6fa7c3912d2b3c0646a815c594baad018ebe53d authored over 10 years ago by ilya-murzinov <[email protected]>
Added more tests

github.com/shouldly/shouldly - 2e2603decfdbccf80197d608006ad9a7cb930067 authored over 10 years ago by ilya-murzinov <[email protected]>
Fixed exception message

github.com/shouldly/shouldly - c4fa51dc32ec52fc1cf3ce2d4fa76fc5debe770e authored over 10 years ago by ilya-murzinov <[email protected]>
Added ShouldBeSubsetOf() for IEnumerables

github.com/shouldly/shouldly - 5cac147c709af5dbc83d240218d9eed9c905fa29 authored over 10 years ago by ilya-murzinov <[email protected]>
Merge pull request #85 from jmkelly/idea_shouldbeempty_for_strings

ShouldBeNullOrEmpty for strings

github.com/shouldly/shouldly - 5cccb72489faaf4cd05a8eece0cea5e78387220b authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #83 from JakeGinnivan/RemoveTapednUnit

Remove taped nUnit

github.com/shouldly/shouldly - 25baa12ec5dd7597727d7469ede761fac164a927 authored over 10 years ago by Jake Ginnivan <[email protected]>
update readme with new extension names

github.com/shouldly/shouldly - 58ae7af776da8acb3c4a0beb5c0400e0ffe2954c authored over 10 years ago by James Kelly <[email protected]>
add error message tests for new ShouldBeNullOrEmpty and ShouldNotBeNullOrEmpty extensions

github.com/shouldly/shouldly - 879b18501e61196853bbc666e8add879699f0725 authored over 10 years ago by James Kelly <[email protected]>
update tests to reflect new NullOrEmpty method names

github.com/shouldly/shouldly - 6b21c82fa41639b71d7371352120b4a839391e39 authored over 10 years ago by James Kelly <[email protected]>
rename ShouldBeEmpty to ShouldBeNullOrEmpty and ShouldNotBeEmpty to ShouldNotBeNullOrEmpty for more clarity

github.com/shouldly/shouldly - de4f35e97b275456bfb16394a2fb7fc583039d82 authored over 10 years ago by James Kelly <[email protected]>
Add ShouldBeNulLOrEmptyMessageGenerator into ShouldlyMessage

github.com/shouldly/shouldly - f190811f04c39efd8334a6a00a324720c6ce687c authored over 10 years ago by James Kelly <[email protected]>
Add ShouldBeNullOrEmpty message generator

github.com/shouldly/shouldly - c4e067cb701ebe8a03e4042da970f39e6c2c82a0 authored over 10 years ago by James Kelly <[email protected]>
Deleted Tape and bumped version to 2.0.0 because of breaking changes

github.com/shouldly/shouldly - 90ec281f32176d9fdade452f7857fae299baa8c2 authored over 10 years ago by Jake Ginnivan <[email protected]>
Implemented InRange constraint checkers

github.com/shouldly/shouldly - 3aa8d03b193b6e46e1611da26cf6cef20d639c01 authored over 10 years ago by Jake Ginnivan <[email protected]>
Added breaking change notice due to the IComparable<T> enforcement

github.com/shouldly/shouldly - 395b6967e9e7c1e3e6cb504627198b4a09deee84 authored over 10 years ago by Jake Ginnivan <[email protected]>
Implemented enum equals overloads

github.com/shouldly/shouldly - 1dcbd0a7e6d67aea97a0bf2eec2db24200a44d0c authored over 10 years ago by Jake Ginnivan <[email protected]>
Implemented Same

github.com/shouldly/shouldly - 2477bfec3cb761cd69a584a0480b11c6a0690796 authored over 10 years ago by Jake Ginnivan <[email protected]>
Enforcing IComparable<T> for ShouldBeLessThan, ShouldBeGreaterThan etc

github.com/shouldly/shouldly - db7a8f1e67baa95ad70691118838722e5ce09420 authored over 10 years ago by Jake Ginnivan <[email protected]>
Implemented >, <, >= and <= matches

github.com/shouldly/shouldly - fc48e841b3e1c02865019d5ec39b9d25f5a8340f authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixed most obvious matches

github.com/shouldly/shouldly - 0735ace6f12d964df3a67119d109ef27398dcfba authored over 10 years ago by Jake Ginnivan <[email protected]>
Split test and added missing overload

github.com/shouldly/shouldly - 46d21e3e47ae1054543c49f4502b0c26fbc8f93e authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixed compilation issues

github.com/shouldly/shouldly - 81dd85438212b38726c369d81a23ae2ef64af169 authored over 10 years ago by Jake Ginnivan <[email protected]>
Removed taped nUnit and installed nUnit into test project

github.com/shouldly/shouldly - 630093a71e9365371a89b5111366e873b45789e7 authored over 10 years ago by Jake Ginnivan <[email protected]>
Updated readme with ShouldBeOneOf extensions

github.com/shouldly/shouldly - de177b1db25a34347d3ee698465ae1fa2e5ffe80 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge branch 'issue_58_shouldbeoneof_take_two' of github.com:bendetat/shouldly into bendetat-issue_58_shouldbeoneof_take_two

github.com/shouldly/shouldly - 947e1040e218b9e1572dce06718b1b75289a9417 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #84 from JakeGinnivan/SourceNotAvailableFix

Determining frame is not available if source file does not exists, fixes...

github.com/shouldly/shouldly - 46f85bd7655e6758d11298ba1167c7e7c7728031 authored over 10 years ago by Jake Ginnivan <[email protected]>
Determining frame is not available if source file does not exists, fixes #49

github.com/shouldly/shouldly - 904818ef4f2f4cbf2a8f484138a6f633b8879701 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #66 from samsalisbury/implicit-cast-to-self-enumeration

Always fail when !(actual is expected.GetType()) (Except for IEnumerables)

github.com/shouldly/shouldly - 9fdbe8d8e01c4107d93a5d84af3ea8c1759b7b2d authored over 10 years ago by Jake Ginnivan <[email protected]>
Add breaking changes for this PR.

github.com/shouldly/shouldly - d0deebc38e366b5179e72d67f532f4e837578b38 authored over 10 years ago by Sam Salisbury <[email protected]>
Merge pull request #60 from eteeselink/master

ShouldAllBe for IEnumerables

github.com/shouldly/shouldly - a143c885dfd2bfca3fb881b5f63a79af25c77279 authored over 10 years ago by Jake Ginnivan <[email protected]>
Tabs to spaces.

github.com/shouldly/shouldly - 473f0af21f9544bed7b3ebc73c16914bca5de800 authored over 10 years ago by Sam Salisbury <[email protected]>
Reinstate DebuggerStepThrough attibute.

github.com/shouldly/shouldly - cf90167f772882e79b0a36e55562f15acdbb89e0 authored over 10 years ago by Sam Salisbury <[email protected]>
Tabs to spaces.

github.com/shouldly/shouldly - dafe90d69c4bc9e18fc9364ab31579997e2c273f authored over 10 years ago by Sam Salisbury <[email protected]>
new List<int>{1,2}.ShouldBe(new []{1,2}) passes.

- This pertains to issue #65

github.com/shouldly/shouldly - 6df0ecf74cb5f9c7830943e07a9be6eb5f9d4990 authored over 10 years ago by Sam Salisbury <[email protected]>
Error messages for !(expected type is actual type)

- Pertains to #65

github.com/shouldly/shouldly - 9c2b5ffaff7041e6c9113de4d19ab9b448a8624f authored over 10 years ago by Sam Salisbury <[email protected]>
Addresses issue where (!(expected is actual.GetType()))

- In fact, it is a bit looser. It just demands that
expected is a subtype of T.

- Addresses #65

github.com/shouldly/shouldly - 48bad1e9a3b00123c2f0b4d830b4bd98acaa3caf authored over 10 years ago by Sam Salisbury <[email protected]>
Add failing test for class that is IEnumerable<self>

github.com/shouldly/shouldly - 730f88565884a29a278b7bb916396139a128a97f authored over 10 years ago by Sam Salisbury <[email protected]>
Nicer error messages for ShouldBeOneOf and ShouldNotBeOneOf

github.com/shouldly/shouldly - 236f1c9a11abbcb541a28105a91dd36e4486803a authored over 10 years ago by Ben Scott <[email protected]>
Merge pull request #73 from bendetat/issue_53_shouldbeinrange_and_shouldnotbeinrange

#53 ShouldBeInRange and ShouldNotBeInRange

github.com/shouldly/shouldly - 84e893bd75b76723dd15789e594b4708f5243766 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #76 from JakeGinnivan/dotnet40

Dotnet40

github.com/shouldly/shouldly - 7d17b54b0f0206add791e38bf985503a2a5005df authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixed up zip file creation to create 2 zips

github.com/shouldly/shouldly - d29809f27429f48c0ef1702d8fdcaad2c7ab0d4e authored over 10 years ago by Jake Ginnivan <[email protected]>
Bumping next version (and updating GitFlowVersion so that actually works) and deleting the CompiledLambda test

github.com/shouldly/shouldly - c7a600ed19b98bc6e94bf51f1410cb42e5358b2e authored over 10 years ago by Jake Ginnivan <[email protected]>
Updated NuGet package script

github.com/shouldly/shouldly - 84569384afa7e2c9836a779223c55544225efb0e authored over 10 years ago by Jake Ginnivan <[email protected]>
Build script updates

github.com/shouldly/shouldly - 232735b5773eca1758bf24139d441bd6b9888087 authored over 10 years ago by Jake Ginnivan <[email protected]>
Another build script tweak

github.com/shouldly/shouldly - 1f73a2f50bec69f52eb6056795bb685f1c151178 authored over 10 years ago by Jake Ginnivan <[email protected]>
Using GitFlowVersion for version number

github.com/shouldly/shouldly - e36b6bb925fa80e6aa6d2010b582bea9cc676bf1 authored over 10 years ago by Jake Ginnivan <[email protected]>
Removed trace

github.com/shouldly/shouldly - 47aa57ed2d93d1b5870a277795c12b0fb71f5236 authored over 10 years ago by Jake Ginnivan <[email protected]>
Add .net 4.0 support

github.com/shouldly/shouldly - 0c6d38433fc46b7bb79c7f3ba438890f219d044c authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixing sln

github.com/shouldly/shouldly - af41a7efd9b95a4c05c6abd4ef45c8fa3a6e73f4 authored over 10 years ago by Jake Ginnivan <[email protected]>
#53 ShouldBeInRange and ShouldNotBeInRange

github.com/shouldly/shouldly - 0c2451396b5770483ba3c3e79ae3fe076e7fd275 authored over 10 years ago by Ben Scott <[email protected]>
#58 Naive implementation of ShouldBeOneOf

github.com/shouldly/shouldly - d9939dabce4d209360f5f6d3a1a7af4fd8204570 authored over 10 years ago by Ben Scott <[email protected]>
Merge pull request #68 from taschmidt/master

Adding version of Should.NotThrow that allows passing through return val...

github.com/shouldly/shouldly - f468088bdad585ebd63b64fe06315709b694f6ec authored over 10 years ago by Jake Ginnivan <[email protected]>
update readme

github.com/shouldly/shouldly - 3a7abd94c09d8c3ad29021bf4a4bd5b29b72a883 authored over 10 years ago by James Kelly <[email protected]>
add extension ShouldBeEmpty() and ShouldNotBeEmpty() for strings

github.com/shouldly/shouldly - b6a68de48bd401ab12bad53f24724edaaf3651ff authored over 10 years ago by James Kelly <[email protected]>
Upgraded nUnit

github.com/shouldly/shouldly - 410c5aa8d8f039293b7f5f607963ed4e5596d609 authored over 10 years ago by Jake Ginnivan <[email protected]>
Adding unit test for overload of NotThrow that returns the value

github.com/shouldly/shouldly - 838c5ecacea6338004ad262c742985f5b94896d5 authored over 10 years ago by Tim Schmidt <[email protected]>
Merge pull request #63 from DirtYiCE/master

ShouldBeTypeOf should return the object

github.com/shouldly/shouldly - e849f0244088538e9d30207e9615b9280c9e14dd authored over 10 years ago by Jake Ginnivan <[email protected]>
Normalize line endings

github.com/shouldly/shouldly - a32035eda1033ae5b41e3a17441997148c4a3de4 authored over 10 years ago by Jake Ginnivan <[email protected]>
Adding .gitattributes

github.com/shouldly/shouldly - 70e9404af2dc31a36c11412c60f732540658bc87 authored over 10 years ago by Jake Ginnivan <[email protected]>
Splitting build and deploy

github.com/shouldly/shouldly - f243eeaf3ac4bb6edac887765cb15e5eb4386c02 authored over 10 years ago by Jake Ginnivan <[email protected]>
Removed NuGet source flag on push

github.com/shouldly/shouldly - b3b3a2ddaad0feb21d917e59dac71422204f0ba4 authored over 10 years ago by Jake Ginnivan <[email protected]>
Updated NuGet.exe

github.com/shouldly/shouldly - e713ec1a915440965bf9acf57c930b4752656fb4 authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixing next build error

github.com/shouldly/shouldly - 185ebe1870737481a35932d288d53e0f851dccd1 authored over 10 years ago by Jake Ginnivan <[email protected]>
Trying to fix build again

github.com/shouldly/shouldly - 103b56b4f006727111699f3d27d9695b3a6dc53f authored over 10 years ago by Jake Ginnivan <[email protected]>
Fixing build

github.com/shouldly/shouldly - 92a3b6cbcfc9925a3868b50c3c023ccf83ffbc88 authored over 10 years ago by Jake Ginnivan <[email protected]>
Merge pull request #64 from uluhonolulu/patch-1

ChuckedAWobbly should be serializable

github.com/shouldly/shouldly - 2fab25bb6eef582409c3cec7ccef9a6739d7b345 authored over 10 years ago by Jake Ginnivan <[email protected]>
Adding version of Should.NotThrow that allows passing through return value

github.com/shouldly/shouldly - c8c00dd51ee5d20c7185502e857099074ba7bfcb authored almost 11 years ago by Tim Schmidt <[email protected]>
ChuckedAWobbly should be serializable

I need my tests to be run in a different AppDomain for Asp.Net testing, so I need a test excepti...

github.com/shouldly/shouldly - 850ed49ead6f73252faccc14ae8a4affa880e1e0 authored about 11 years ago by Artem Smirnov <[email protected]>
ShouldBeTypeOf returns tested object

github.com/shouldly/shouldly - 2a60d1ec240fe76e98cc5743fe3c135e984ed0f0 authored about 11 years ago by Kővágó, Zoltán <[email protected]>
Added ShouldAllBe method for IEnumerables, which is the inverse of

ShouldNotContain.

github.com/shouldly/shouldly - e65b7407be44b21ce33ae5c0c3f66d6237efb1e6 authored over 11 years ago by teeselinke <[email protected]>
Issue #53 Add ShouldBe with tolerance overrides for decimal values

github.com/shouldly/shouldly - cca006c9591f0e0eded8060fdc3cb9b26da6cc3c authored almost 12 years ago by Ben Scott <[email protected]>
Issue #46 - Deprecate ShouldBeCloseTo

ShouldBeCloseTo has been deprecated because it's poorly named. The
spunkier (and terse) "Shoul...

github.com/shouldly/shouldly - afc897da224c4abf1ba71fb5abf45f99652a47c3 authored almost 12 years ago by Xerxes Battiwalla <[email protected]>
Refactoring ShouldlyMessageTests

github.com/shouldly/shouldly - c855ea41eb24d24a6c1e4657cf74f2f10074dd6a authored almost 12 years ago by Xerxes Battiwalla <[email protected]>
Issue #51 Remove dependency on Rhino.Mocks

github.com/shouldly/shouldly - 5b07fdfd97c91a0c80d19e3751e39e82a7dc0253 authored almost 12 years ago by Xerxes Battiwalla <[email protected]>
Moved all tests verifying failure messages to ShoudlyMessage class

github.com/shouldly/shouldly - 81148c79446f520c924831e75e7b4f33634de45a authored almost 12 years ago by Xerxes Battiwalla <[email protected]>
Fixed listing of Dictionary Should* Methods

github.com/shouldly/shouldly.github.com - 511961e1f1e571582be9a5ceae4c252a8a3f5926 authored over 12 years ago by Xerxes Battiwalla <[email protected]>
Issue #37 - Truncate error string "actual" output on ShouldContain to 100 chars

Restrict actual part of error message returned from ShouldContain to maximum of 100 characters

...

github.com/shouldly/shouldly - 1545f74a2e18e42e2eeddcaea24ada80b0650e3b authored over 12 years ago by Matt Young <[email protected]>
Issue #40 - Sign Shouldly.dll

Created snk

github.com/shouldly/shouldly - 4f67b23cda27c3e95d9774dfc86f948ab5290569 authored over 12 years ago by Xerxes Battiwalla <[email protected]>
Issue #39 - ShouldBe on two IEnumerables of different static types doesn't show differences

Updated EnumerableHighlighter to take a chill-pill when determining if two
types are comparabl...

github.com/shouldly/shouldly - 6f3d8a227f6e5f8222a6aeb2a45c4cfaf9a6634f authored almost 13 years ago by Xerxes Battiwalla <[email protected]>
Bump version number to v1.1.0.3 to fix build versioning issue

github.com/shouldly/shouldly - e861c3f5b6048c7acd0e2762fe215215e174a80a authored almost 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #38 - Allow tolerance when comparing collections of doubles

Updated markdown with ShouldBe for IEnumerable comparison with tolerance

github.com/shouldly/shouldly - 8218994c181f1daea5c1755d376f670c3e84e920 authored almost 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #38 - Allow tolerance when comparing collections of doubles

Added ShouldBe overloads to allow tolerance when comparing IEnumerable
of Double or Float

github.com/shouldly/shouldly - 729e91f570ff85c263b872937393d9de6a5a2a0f authored almost 13 years ago by Xerxes Battiwalla <[email protected]>
Updated actual website this time

github.com/shouldly/shouldly.github.com - 2b5800d6d68a99fcd01afa7d526aa3ea4abe475d authored about 13 years ago by Xerxes Battiwalla <[email protected]>
Updated contents to remove deprecated Rhino.Mocks example and add ShouldBeEmpty/ShouldNotBeEmpty

github.com/shouldly/shouldly.github.com - b701ddae6e1a7c793f377650cf5cffaeefdbc637 authored about 13 years ago by Xerxes Battiwalla <[email protected]>