Ecosyste.ms: OpenCollective

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

github.com/nunit/nunitv2

NUnit 2.x repository. NUnit V2 IS NO LONGER MAINTAINED OR UPDATED. Bugs should be reported in the main NUnit 3.0 repository.
https://github.com/nunit/nunitv2

Merge pull request #38 from Sebazzz/patch-1

Corrected 'DataPoint' to 'Datapoint' in documentation

1b549f4f8b067518c7b54a5b263679adb83ccda4 authored about 10 years ago
Corrected 'DataPoint' to 'Datapoint'

The attribute type names start with 'Datapoint', not 'DataPoint'.

85189cf8cec62368666e8f35fa724e6a2242324d authored about 10 years ago
Merge pull request #37 from fafanoulele/master

#36 Check if reason message is set

cec0d826ea85482ae9656ff948fa55a21e4c6f3f authored about 10 years ago
#36 Check if reason message is set

d8982fdbf844c991c211f0dfe06e5d043c7e803f authored about 10 years ago
Doc page updates missed in release

d8ac88e3f2bfd86e833a681290d743bacc6484a9 authored about 10 years ago
Update docs for release

1c5c6f192df376e8c6da0377c628f8603c4d0a51 authored about 10 years ago
Merge pull request #33 from nunit/release-2.6.4

Release 2.6.4 - Changes to support .NET 1.1 and solution updates

a3cc78e9be0a8426b47040888f756d7eaf9d5589 authored about 10 years ago
Commit file missed in last commit

f553c36ad1f246ee99a8e1d5a5695b4121d0d0c3 authored about 10 years ago
Update guids for msis

a354c83e72f0f85325f8ebe7e9dd8f0a49a3eb3c authored about 10 years ago
Updates for the 2.6.4 release

7cd625a596a5c7f62babbc27d17c8703825a4d94 authored about 10 years ago
Merge pull request #32 from nunit/issue-30

Do not run Nunit 3.0 tests

7a7ce059570553b62e5bb94516563485c09313b5 authored about 10 years ago
Throw a new NUnit.Core.UnsupportedFrameworkException if attempting to run 3.0 tests

5271ac8014f1b957c38bbcec67e2ea6c1031d80c authored about 10 years ago
Merge pull request #31 from nunit/issue-15

Updated the readme to mention 2.6.4 and noted the updated async support

00c6019fd632faa23a554da33893321fc043815a authored about 10 years ago
Removed the reference to nunitlite

d6597de82bca57c7a4ed8c05349429379ecb2e46 authored about 10 years ago
Updated the readme to mention 2.6.4 and noted the updated async support

6645dca01fc737fcd95e59f7b0a5fed1c63d8d3a authored about 10 years ago
Merge pull request #29 from nunit/issue-28

Fix #28 switched successful results to use the helper WriteCData method

08db6ef5bd68671c72ac4b9189e01c57caf9780d authored about 10 years ago
Fix #28 switched successful results to use the helper WriteCData method

b3abd8525ed85954172c7e0487b56200960f4115 authored about 10 years ago
Merge pull request #27 from nunit/bug-teardown-timeout

New tests for Timeout

6601c1a9c06830b991b061e6590431ca2af10ecf authored about 10 years ago
New tests for Timeout

959b9459ace7743fcc9dadbd51278bbcd5b6ddb6 authored about 10 years ago
Create new appveyor build script

1cd9ad1051628f35716d04cc49aa5ca2975cb613 authored about 10 years ago
Merge changes from upstream

bf8543c61fcbf31ae06aeac10fbd94a000cf42ca authored about 10 years ago
Line-end changes

375a6e121d7e13db8b9238cb5621730d10ffbaf2 authored about 10 years ago
Merge pull request #25 from nunit/feature-ci-builds

Add Travis-ci build

cb4ff74971a1f106e6757b59fccbf0c89704a27a authored about 10 years ago
Merge updates form master

786df2d12b6b770dac5657329882481059a18888 authored about 10 years ago
Remove test execution from travis ci script - currently not running under Linux

2c6c4ea2ced6dd076d02c62298a2f9689dff1207 authored about 10 years ago
Try changing to bin directory to run tests

55ff98865fe7e3db3ae8858a69f0ac3bcb5342b1 authored about 10 years ago
Remove unused NAnt install; add test execution after successful build

3db907f5d36cc5cee241f0fdf4e23c2bcab2e192 authored about 10 years ago
Yet another Linux file rename!

63b2592d1b08c790ba84d2f9d6e0941a31d88b49 authored about 10 years ago
Another file rename for linux

fe2ee54c8c9e34eee247dd3883c71089dce81275 authored about 10 years ago
More file renames for Linux

4d6590b9c2e10fabde8016d99afc715b099813ee authored about 10 years ago
Rename file for Linux compatibility

809fbd32edc271906d4d508f45e46c8aec6a0bb3 authored about 10 years ago
Correct name of solution file

23d691f75033ebdcafdba8490a644ec5d5fa5e38 authored about 10 years ago
Try using xbuild for travis ci

3aade30353cc12b45d4a093689ae3cccecb4a356 authored about 10 years ago
Specify mono-2.0 profile

6d30d5d88132f8dd31c9f99995c2091fc8e336fc authored about 10 years ago
Correct command argument error

c4731b9eb2905920117af3569f04ad444da055b3 authored about 10 years ago
Use build shell script rather than using nant directly

6ea269ef6055421af6245ae81cd4653158ffc9f3 authored about 10 years ago
Fix typo in command

a22c933a1a5cc150f3b9d0d88402d0c396cff59e authored about 10 years ago
Install nant before build

fc99d2dad632dfa9208806d02eb91fe309f4056c authored about 10 years ago
Update to force run

a39a3312fc19188671171350de5a3d77ae0595d1 authored about 10 years ago
Add travis build script

a032c23a5300fcb237932744725c1db3e45fdb77 authored about 10 years ago
Merge pull request #24 from nunit/issue-22

Clear selected categories before applying those from command-line

a43ec0fdcbe9fd8fd780a36eb94a5e99ec5f6aa1 authored about 10 years ago
Ensure that selected categories are cleared before applying included/excluded categories from command-line; fixes #22

88aa94e4800731ccb71686c237bd922dd6256c8f authored about 10 years ago
Merge pull request #21 from nunit/issue-16

Matches(Constraint) does not work as expected

366f4268889c743ace6ab3c0eb5c34db77820737 authored about 10 years ago
Merge pull request #19 from nunit/issue-18

Backported fix for Specifying a tolerance with 'Within' doesn't work for DateTimeOffset data types

9e0383c83907eb4d5ac2554edcb2330bebd55838 authored about 10 years ago
Merge pull request #20 from nunit/issue-14

Path-related tests fail on Linux

05db2e3a01e61375998627bb1d1f10061ae341c0 authored about 10 years ago
Matches(Constraint) does not work as expected

503ea9b32c83f18a9c49a29f8af7af29f581a062 authored about 10 years ago
Path-related tests fail on Linux

d84b682be2b549c88b3aaec684a85c7666bd2b5c authored about 10 years ago
Backported fix for Specifying a tolerance with 'Within' doesn't work for DateTimeOffset data types

a0107a700d9746a6733d840c5ece3b7878451153 authored about 10 years ago
Merge pull request #11 from nunit/issue-9

Backport of fix for Incorrect XML comments for CollectionAssert.IsSubsetOf

38f81782fdae8cadef12c74643bc9fbb5a56506a authored about 10 years ago
Merge pull request #10 from nunit/backport-issue-70

Fix for #7 and #8 backported from NUnit3 #70 and #90

dc478de421e96aeeb555547d97de0890ba610fb5 authored about 10 years ago
Backport of fix for Incorrect XML comments for CollectionAssert.IsSubsetOf

3b7db3f8fd8156645df18bba696d386ca0c2ba3a authored about 10 years ago
Fix for #7 and #8 backported from NUnit3 #70 and #90

98ca92d5b2db0f594d3afe816e06026c75ff5ff2 authored about 10 years ago
Merge pull request #5 from nunit/backport-issue-21

Backport of issue #21 Is.InRange Constraint Ambiguity fixes #6

7f0328c62b52190f8539f63b71fd9d4ac333ad13 authored about 10 years ago
Backport of issue #21 Is.InRange Constraint Ambiguity

016f77997778f0edc14bff3b0444e5b0e8db8fea authored about 10 years ago
Merge pull request #2 from nunit/feature-ignore-nunit3

Modified to not attempt to run NUnit v3 tests

4f32bbd3c37a51af2eea5e8ce94e6dfb04db5ecb authored about 10 years ago
Removed unneeded #if statement

6d2af3efd0073362235a6fefda00e810c7f14cd4 authored about 10 years ago
Merge pull request #1 from nunit/issue-75-backport

Backported change made in 3.0 for issue #64 to introduce support for asy...

45ab14591c65526477fea46f44d3ca2e86d909ec authored about 10 years ago
Merge pull request #3 from delcypher/2.6.3-fixed

Rename incorrectly named files so they can be found under a case sensitive file system.

0afbf805d641c07c0f2294338907946f04508e80 authored over 10 years ago
Rename incorrectly named files so they can be found under a case

sensitive file system.

4b6315c1e6c72dbf7e010d3a565c66bfbcf8e4d2 authored over 10 years ago
Reformatted to remove tab chars and check for nunitlite

4fd2bfaea244a5df4e9a518cc4a035cb4d17e572 authored over 10 years ago
Modified to not attempt to run NUnit v3 tests

ca0833c9f07fbcde4030635eadeea13a7a5acb3b authored over 10 years ago
Backported change made in 3.0 for issue #64 to introduce support for async on .NET 4.0.

2b6f8bc82deacd91a7324f45bc4958a79c5ac00e authored almost 11 years ago
Added informative note about async/await support in .NET 4.0 to readme

52747af4f3e7923e141730f7e0bd4de4211fb668 authored about 11 years ago
Create README.md

2dbc56a07d23bfe7c5fb19eff105932d69a3deac authored over 11 years ago
Migrated from Bazaar to Git.

704d92d82b182fc0643427104ae2dfb06a10157a authored over 11 years ago
Fix error in script

fc96ab7a39f642f63183860fffe116da2349811c authored over 11 years ago
Update release date in docs;fix script;fix error in .NET 1.1 build

5058f752397fba652d1cf123d41b4cede17eee0e authored over 11 years ago
Fix several problems with CallContext; Update scripts for release

7c476bd59e3c6424b9420edb697f7428864c96fd authored over 11 years ago
Update docs for release

2b0efeaaca7cdceb42aefb62c6b379a7552f0405 authored over 11 years ago
Add 'nunit' tag to all our nuget packages

385641728e0ca921b4ac13624d91cd4d0a2fed49 authored over 11 years ago
Modify detection of frameworks so .NET 4.5 is recognized

596be08b694526f5130aca6f7d989bb599512147 authored over 11 years ago
Recursion detection logic for enumerable comparisons now uses reference equality to avoid false positives on types overriding Equals/equality operators/value types

f81c4eb617ce3342fe752da5644d5528717b0ec1 authored almost 12 years ago
Split some test classes; backport miscellaneous features from NUnitLite

ce3abf35f960bd73f675102504b73fefb694a934 authored about 12 years ago
Split comparison tests into separate files

fc3b1bc21d5baa6d11996383d1d6a8d267ed7d7e authored about 12 years ago
Text layout, comment and variable name changes to bring code more in line with NUnitLite for comparison purposes

5277604dc536f722983aedf9b3184e2b08d7f0eb authored about 12 years ago
Split constraint classes into separate files

4989c857d4e69960512c27c08e9d71922acfd670 authored about 12 years ago
Disallow multiple use of SetCultureAttribute and SetUICultureAttribute

372162cc7561ca20e217dba63ef51da50e1f4b84 authored about 12 years ago
Report elapsed time of tests using high frequency timer, if available

8b6b34f79d0ff99027769e4fa4f885c70d070ec0 authored about 12 years ago
Ensure that leading directory separators are considered when comparing directories

a12c97dd2f7e00fcdf932dff517c3682c49d1ad2 authored about 12 years ago
Fix error in prior checkin

d9cc8c63735a8e4468dbc16e79d063e944336c77 authored about 12 years ago
Merge changes from trunk

1f6ed612bb321083d94c83ddcfd2a7229515bbc9 authored about 12 years ago
Add support for async ActualValueDelegate and other changes to async support

0364b2260bf541d4266354dde54590d8a8060eee authored about 12 years ago
Added support for async delegates in Assert.That, Assume.That, for all types of constraints accepting a delegate and with a specific implementation for DelayedConstraint.

The async handling code is moved to nunit.framework as most usages happen there now.

e9167145cbfb605ed5748162ab682c0b5cecda6b authored about 12 years ago
Merge changes from trunk

eb94812b14085cadb86cf13bddd7b1f5bf5d703d authored about 12 years ago
Run .NET 4.5 tests if it is installed

5bee4e2f1069c3bf36d5c5579a0bcad19657fd9c authored about 12 years ago
Undone changes in nunit file to run tests for 4.5

a21527596e8de7daa0fafdb02ed173e387dae8c9 authored about 12 years ago
Support for async anonymous delegates in Throws assertions

6140b5222bb618ff34dfddce8ade29d9fba657f4 authored about 12 years ago
Reverted back to using CallContext GetData and SetData operations, as the fx will take care of putting the data in the appropriate context which will support backward and forward compatibility between core and framework.

7341511aac4aa3e198ecdfba978822be4e1db63d authored about 12 years ago
Final packaging changes for 2.6.2 release

ff981f1a6aca41fce6c76de8b86c3894ee1d20d5 authored about 12 years ago
Fix error when running in readonly directory by adding -noxml to console command line

9121d57c6f407a2370457fb2978bbd4b03297934 authored about 12 years ago
Update documentation for 2.6.2 release

17c50686cc7fb682cbfd65bd16dbbfa18010c512 authored about 12 years ago
Merge changes from trunk

49b9c644573e9ccb264083cc2f24e4d7d3ded4b1 authored over 12 years ago
Revise scripts to match latest changes; remove samples from binary zip and msi packages

38a0768b99b4dabf230223ac7241abd331d3d764 authored over 12 years ago
Creating temp test files in the temp dir rather than having them in the installation location, which caused permissiosn troubles.

0fdce2ffd7a2278563277ea48d364d981ed2f0b3 authored over 12 years ago
Don't throw when asked to load an assembly that is not built for .NET

422c1dc6e7808447485e50a28177fdcf8245dcde authored over 12 years ago
Further fixes to async method support

2165814e40afa94bdda8d84f783fa06d4ba10128 authored over 12 years ago
Fix loading of tests from a remote share

ad58090f30defe028b98a38339e24ddec1018e20 authored over 12 years ago
Merge from trunk

b292f85cd12b199c9a9eba4b40a8455b77dc761b authored over 12 years ago
Recognize that current framework is .NET 4.5 and allow Net-4.5 to be used with PlatformAttribute

beb3010d179a2ea67ccc917690f60a173b26da4b authored over 12 years ago
Reintroduced support for assemblies located on network paths

84b5d74d06c1bf43e52d584414d3f38cabe82a8c authored over 12 years ago