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 #83 from JakeGinnivan/RemoveTapednUnit

Remove taped nUnit

25baa12ec5dd7597727d7469ede761fac164a927 authored almost 11 years ago by Jake Ginnivan <[email protected]>
update readme with new extension names

58ae7af776da8acb3c4a0beb5c0400e0ffe2954c authored almost 11 years ago by James Kelly <[email protected]>
add error message tests for new ShouldBeNullOrEmpty and ShouldNotBeNullOrEmpty extensions

879b18501e61196853bbc666e8add879699f0725 authored almost 11 years ago by James Kelly <[email protected]>
update tests to reflect new NullOrEmpty method names

6b21c82fa41639b71d7371352120b4a839391e39 authored almost 11 years ago by James Kelly <[email protected]>
rename ShouldBeEmpty to ShouldBeNullOrEmpty and ShouldNotBeEmpty to ShouldNotBeNullOrEmpty for more clarity

de4f35e97b275456bfb16394a2fb7fc583039d82 authored almost 11 years ago by James Kelly <[email protected]>
Add ShouldBeNulLOrEmptyMessageGenerator into ShouldlyMessage

f190811f04c39efd8334a6a00a324720c6ce687c authored almost 11 years ago by James Kelly <[email protected]>
Add ShouldBeNullOrEmpty message generator

c4e067cb701ebe8a03e4042da970f39e6c2c82a0 authored almost 11 years ago by James Kelly <[email protected]>
Deleted Tape and bumped version to 2.0.0 because of breaking changes

90ec281f32176d9fdade452f7857fae299baa8c2 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Implemented InRange constraint checkers

3aa8d03b193b6e46e1611da26cf6cef20d639c01 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Added breaking change notice due to the IComparable<T> enforcement

395b6967e9e7c1e3e6cb504627198b4a09deee84 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Implemented enum equals overloads

1dcbd0a7e6d67aea97a0bf2eec2db24200a44d0c authored almost 11 years ago by Jake Ginnivan <[email protected]>
Implemented Same

2477bfec3cb761cd69a584a0480b11c6a0690796 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Enforcing IComparable<T> for ShouldBeLessThan, ShouldBeGreaterThan etc

db7a8f1e67baa95ad70691118838722e5ce09420 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Implemented >, <, >= and <= matches

fc48e841b3e1c02865019d5ec39b9d25f5a8340f authored almost 11 years ago by Jake Ginnivan <[email protected]>
Fixed most obvious matches

0735ace6f12d964df3a67119d109ef27398dcfba authored almost 11 years ago by Jake Ginnivan <[email protected]>
Split test and added missing overload

46d21e3e47ae1054543c49f4502b0c26fbc8f93e authored almost 11 years ago by Jake Ginnivan <[email protected]>
Fixed compilation issues

81dd85438212b38726c369d81a23ae2ef64af169 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Removed taped nUnit and installed nUnit into test project

630093a71e9365371a89b5111366e873b45789e7 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Updated readme with ShouldBeOneOf extensions

de177b1db25a34347d3ee698465ae1fa2e5ffe80 authored almost 11 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

947e1040e218b9e1572dce06718b1b75289a9417 authored almost 11 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...

46f85bd7655e6758d11298ba1167c7e7c7728031 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Determining frame is not available if source file does not exists, fixes #49

904818ef4f2f4cbf2a8f484138a6f633b8879701 authored almost 11 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)

9fdbe8d8e01c4107d93a5d84af3ea8c1759b7b2d authored almost 11 years ago by Jake Ginnivan <[email protected]>
Add breaking changes for this PR.

d0deebc38e366b5179e72d67f532f4e837578b38 authored almost 11 years ago by Sam Salisbury <[email protected]>
Merge pull request #60 from eteeselink/master

ShouldAllBe for IEnumerables

a143c885dfd2bfca3fb881b5f63a79af25c77279 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Tabs to spaces.

473f0af21f9544bed7b3ebc73c16914bca5de800 authored almost 11 years ago by Sam Salisbury <[email protected]>
Reinstate DebuggerStepThrough attibute.

cf90167f772882e79b0a36e55562f15acdbb89e0 authored almost 11 years ago by Sam Salisbury <[email protected]>
Tabs to spaces.

dafe90d69c4bc9e18fc9364ab31579997e2c273f authored almost 11 years ago by Sam Salisbury <[email protected]>
new List<int>{1,2}.ShouldBe(new []{1,2}) passes.

- This pertains to issue #65

6df0ecf74cb5f9c7830943e07a9be6eb5f9d4990 authored almost 11 years ago by Sam Salisbury <[email protected]>
Error messages for !(expected type is actual type)

- Pertains to #65

9c2b5ffaff7041e6c9113de4d19ab9b448a8624f authored almost 11 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

48bad1e9a3b00123c2f0b4d830b4bd98acaa3caf authored almost 11 years ago by Sam Salisbury <[email protected]>
Add failing test for class that is IEnumerable<self>

730f88565884a29a278b7bb916396139a128a97f authored almost 11 years ago by Sam Salisbury <[email protected]>
Nicer error messages for ShouldBeOneOf and ShouldNotBeOneOf

236f1c9a11abbcb541a28105a91dd36e4486803a authored almost 11 years ago by Ben Scott <[email protected]>
Merge pull request #73 from bendetat/issue_53_shouldbeinrange_and_shouldnotbeinrange

#53 ShouldBeInRange and ShouldNotBeInRange

84e893bd75b76723dd15789e594b4708f5243766 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Merge pull request #76 from JakeGinnivan/dotnet40

Dotnet40

7d17b54b0f0206add791e38bf985503a2a5005df authored almost 11 years ago by Jake Ginnivan <[email protected]>
Fixed up zip file creation to create 2 zips

d29809f27429f48c0ef1702d8fdcaad2c7ab0d4e authored almost 11 years ago by Jake Ginnivan <[email protected]>
Bumping next version (and updating GitFlowVersion so that actually works) and deleting the CompiledLambda test

c7a600ed19b98bc6e94bf51f1410cb42e5358b2e authored almost 11 years ago by Jake Ginnivan <[email protected]>
Updated NuGet package script

84569384afa7e2c9836a779223c55544225efb0e authored almost 11 years ago by Jake Ginnivan <[email protected]>
Build script updates

232735b5773eca1758bf24139d441bd6b9888087 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Another build script tweak

1f73a2f50bec69f52eb6056795bb685f1c151178 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Using GitFlowVersion for version number

e36b6bb925fa80e6aa6d2010b582bea9cc676bf1 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Removed trace

47aa57ed2d93d1b5870a277795c12b0fb71f5236 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Add .net 4.0 support

0c6d38433fc46b7bb79c7f3ba438890f219d044c authored almost 11 years ago by Jake Ginnivan <[email protected]>
Fixing sln

af41a7efd9b95a4c05c6abd4ef45c8fa3a6e73f4 authored almost 11 years ago by Jake Ginnivan <[email protected]>
#53 ShouldBeInRange and ShouldNotBeInRange

0c2451396b5770483ba3c3e79ae3fe076e7fd275 authored almost 11 years ago by Ben Scott <[email protected]>
#58 Naive implementation of ShouldBeOneOf

d9939dabce4d209360f5f6d3a1a7af4fd8204570 authored almost 11 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...

f468088bdad585ebd63b64fe06315709b694f6ec authored almost 11 years ago by Jake Ginnivan <[email protected]>
update readme

3a7abd94c09d8c3ad29021bf4a4bd5b29b72a883 authored almost 11 years ago by James Kelly <[email protected]>
add extension ShouldBeEmpty() and ShouldNotBeEmpty() for strings

b6a68de48bd401ab12bad53f24724edaaf3651ff authored almost 11 years ago by James Kelly <[email protected]>
Upgraded nUnit

410c5aa8d8f039293b7f5f607963ed4e5596d609 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Adding unit test for overload of NotThrow that returns the value

838c5ecacea6338004ad262c742985f5b94896d5 authored almost 11 years ago by Tim Schmidt <[email protected]>
Merge pull request #63 from DirtYiCE/master

ShouldBeTypeOf should return the object

e849f0244088538e9d30207e9615b9280c9e14dd authored almost 11 years ago by Jake Ginnivan <[email protected]>
Normalize line endings

a32035eda1033ae5b41e3a17441997148c4a3de4 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Adding .gitattributes

70e9404af2dc31a36c11412c60f732540658bc87 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Splitting build and deploy

f243eeaf3ac4bb6edac887765cb15e5eb4386c02 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Removed NuGet source flag on push

b3b3a2ddaad0feb21d917e59dac71422204f0ba4 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Updated NuGet.exe

e713ec1a915440965bf9acf57c930b4752656fb4 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Fixing next build error

185ebe1870737481a35932d288d53e0f851dccd1 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Trying to fix build again

103b56b4f006727111699f3d27d9695b3a6dc53f authored almost 11 years ago by Jake Ginnivan <[email protected]>
Fixing build

92a3b6cbcfc9925a3868b50c3c023ccf83ffbc88 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Merge pull request #64 from uluhonolulu/patch-1

ChuckedAWobbly should be serializable

2fab25bb6eef582409c3cec7ccef9a6739d7b345 authored almost 11 years ago by Jake Ginnivan <[email protected]>
Adding version of Should.NotThrow that allows passing through return value

c8c00dd51ee5d20c7185502e857099074ba7bfcb authored about 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...

850ed49ead6f73252faccc14ae8a4affa880e1e0 authored over 11 years ago by Artem Smirnov <[email protected]>
ShouldBeTypeOf returns tested object

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

ShouldNotContain.

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

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...

afc897da224c4abf1ba71fb5abf45f99652a47c3 authored about 12 years ago by Xerxes Battiwalla <[email protected]>
Refactoring ShouldlyMessageTests

c855ea41eb24d24a6c1e4657cf74f2f10074dd6a authored about 12 years ago by Xerxes Battiwalla <[email protected]>
Issue #51 Remove dependency on Rhino.Mocks

5b07fdfd97c91a0c80d19e3751e39e82a7dc0253 authored about 12 years ago by Xerxes Battiwalla <[email protected]>
Moved all tests verifying failure messages to ShoudlyMessage class

81148c79446f520c924831e75e7b4f33634de45a authored about 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

...

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

Created snk

4f67b23cda27c3e95d9774dfc86f948ab5290569 authored almost 13 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...

6f3d8a227f6e5f8222a6aeb2a45c4cfaf9a6634f authored about 13 years ago by Xerxes Battiwalla <[email protected]>
Bump version number to v1.1.0.3 to fix build versioning issue

e861c3f5b6048c7acd0e2762fe215215e174a80a authored about 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

8218994c181f1daea5c1755d376f670c3e84e920 authored about 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

729e91f570ff85c263b872937393d9de6a5a2a0f authored about 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #21 - ShouldBeEmpty/ShouldNotBeEmpty

Implemented ShouldBeEmpty/ShouldNotBeEmpty

Started refactor of ShouldlyMessage to split the
m...

08c4ebfa2908dd25c9343b5d3d2363bc11605a22 authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #34 - Deprecate Rhino Mocks

Added Obsolete attrs to Rhino.Mocks extension methods

Internalised classes which shouldn't have...

9548682c3dab953b07479dcb3a6e6accbe8b33e9 authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Implemented Should.NotThrow(Action) to compliment ShouldThrow

4056c5beb452b5e8d6e71c825850b0a73492e022 authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #33 (Added string.ShouldBe(string, Case))

Added overload to ShouldBe to take in case sensitivity option

092595abe3a62432630f380be79a8752d2274a53 authored over 13 years ago by Jon Nadal <[email protected]>
Issue #32 (Fixed bug with ShouldBeTypeOf<T> assert method)

Improved the message generated by the ShouldBeOfType<T> assert method.

Fixed a bug where if usi...

fe041950ec0dea3953b0809f01e9b88758a6eb18 authored over 13 years ago by calebvear <[email protected]>
Fixed markdown formatting

a98a827c09fe883db15cf4e88b19fb4d1cf79873 authored over 13 years ago by Dave Newman <[email protected]>
Added auto-prerequisite installation

Disabled gem packaging support
(it's broken but i dont think we want it anymore anyway)
Upated ...

84778f11cdfb6ddda3f29ea55214502bc4432a33 authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Merge pull request #27 from jondot/master

Issue #20 - Should.Throw should return the exception itself

54d038eeed2a986219d020564c8b63abdef5e69c authored over 13 years ago by Xerxes Battiwalla <[email protected]>
should throw gives back exception

a70d5f16c660d40d6343f97e289995060b1dcf13 authored over 13 years ago by Dotan Nahum <[email protected]>
Issue #26 - Comparing null IEnumerable's results in NullRef in Difference Highlighter

Changed DifferenceHighlighter to check that actual and expected are not null

acd962591932e87a0392e971c24517389a09d80e authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #24 - Added ShouldBeSameAs and ShouldNotBeSameAs

Implemented ShouldBeSameAs/ShouldNotBeSameAs

81099c50e2e1dc20dea7745e0bbc40a36b556540 authored over 13 years ago by David Tchepak <[email protected]>
Automating uploads to GitHub and NuGet

* Bring gem dependencies in locally and require'ing as project gems rather
than system gems t...

d31ba4e170bda882dfc32009bcdac7e1e324f6b1 authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #23 - Should.Throw barfs if no exception thrown at all

Fixed Should.Throw to check if expected exception was thrown and handle
accordingly

502cdaf95baec7f4ed8982d4199519be36003261 authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Issue #22 - InternalsVisibleTo causes issues when using NUnit for tests

Renamed Tests project to Shouldly.Tests
Removed VS2008 solution....srsly? Upgrade to 2010...

Up...

dad3e788a28e285a0c8b14776ead3b9128ca7bae authored over 13 years ago by Xerxes Battiwalla <[email protected]>
Upgraded NuGet to 1.2

d5a78712714f7fdd1c279df724f5d2ea26706427 authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Removed NuPack from libs

Renamed packages to have similar names

a441a262a3de49d01add873a1fc14590027c5e1c authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Now ChucksAWobbly when a test fails. No NUnit exceptions are thrown

Changed message to display "the provided expression" when the originating
stack frame is indet...

49a23673b16a88058350a440cd9826fcf5208e8b authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Added ShouldContain/ShouldNotContain overloads for Func<T, bool> (predicate)

51d58cbab205d35dc145d0f6f0efd17eeb9bbc94 authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Implemented ShouldBeTypeOf<T>() to compliment ShouldBeTypeof(Type)

504682a755c5647f7c7006ac6cde9312264178b7 authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Fixed Nu implementation to use NuGet (not NuPack)

5fdb1508c09569db9e9ee0176084034d8cf5d533 authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Changes for Issue 14 - Added ShouldMatch

Implemented without RegexOptions for simpler API.

623488f77da93addfe732d15d9b500601f257e34 authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Updated list of Shouldly Should methods

3437f81be5cbe97a81f109af41dcfc8464b7bd23 authored almost 14 years ago by Xerxes Battiwalla <[email protected]>
Changes for Issue 5 - highlight differences in collections

708fac5aeafcfe81c3091ec489f2ab5016e35706 authored almost 14 years ago by relentless <[email protected]>
Marked AssertAwesomely as internal

Removed dependency on external NUnit.Framework.dll

----

Added Tape to dependencies
Added Rake t...

bf7b11ddad41e1a8b9546cdcb75a0bd5e9630d9a authored almost 14 years ago by Xerxes Battiwalla <[email protected]>