Ecosyste.ms: OpenCollective

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

github.com/nunit/nunit-compactframework

The .NET Compact Framework 3.5 version of the NUnit Framework
https://github.com/nunit/nunit-compactframework

Fixed confusing test name

16488e877adfd648db29d9889b7acf95c3b8f9dd authored over 10 years ago
Merge pull request #177 from nunit/issue-6

Fix #6. Remove log4net supporting classes as they're no longer needed

13ba6c589c21f2f5345f19ccb967ca9d16348117 authored over 10 years ago
Update the unit tests to match the default trace level

498658a350bbabfbb6014b22146e41ac6246e3af authored over 10 years ago
Initialize internal trace from TextUI

5dde43b91b74d64d74389449f7279b31ed7b7f33 authored over 10 years ago
Fix #6. Remove log4net supporting classes as they're no longer needed

2e2ab6132780d85ff141acd2e4cd8e5e77c9213a authored over 10 years ago
Mark test that fails intermittently as Explicit for now

762992382a9c0a0e94be2a054d610da360336892 authored over 10 years ago
Merge pull request #176 from nunit/issue-175

Return number of failed tests as exit code

0a87f63bf46e0d77b19c8b57d3dc9a44b9dda82e authored over 10 years ago
Return number of failed tests as exit code

90c8dd8879c61d5bd4c6d78fc630518535a23f91 authored over 10 years ago
Merge pull request #174 from nunit/issue-17

Add tests to verify that #17 does not affect NUnit 3

5a2c506993226d32146fb2bc00f66303d88e96e6 authored over 10 years ago
Add tests to verify that #17 does not affect NUnit 3

ef2d4c16b78706cc8cbbb70f70e333dff23ee331 authored over 10 years ago
Hooked up the --trace command line option. Still need to call InternalTrace.Initialize from TextUI since NUnitLite never initializes it.

6b710d675370ffdd24ff988fc6585a0a02204512 authored over 10 years ago
Merge pull request #37 from nunit/fix-console-header

Fixed the headers of nunit-console for the 2.9.7 release

8f667996aae7e3ceb963654ade4c018a973b6572 authored over 10 years ago
Merge pull request #36 from nunit/fix-warnings

Fix build warnings

b045b883f276275d35e83bfb8ba365e8e13195bd authored over 10 years ago
Fixed the headers of nunit-console for the 2.9.7 release

3d004f1f0b67bedfd35c49ff35adc14b2455f54c authored over 10 years ago
Fixed whitespace. I forgot I was using work settings of 3 spaces. Ick!

1f47b5ca255cf9df19dbb7c588da65e104efe370 authored over 10 years ago
Many of the project files were including the CSharp targets twice, probably from a bad merge.

1107e47ef4c4729135726fab901e34827852ba30 authored over 10 years ago
Fixing build warnings

35306159dcc155b5638e774f9a4f0107ba3f5383 authored over 10 years ago
Merge pull request #172 from nunit/issue-155

Ongoing changes for Issue 155

b435193723e1ed21864be01a5e9e77f6f7cf142d authored over 10 years ago
Merge pull request #35 from nunit/nunit-api-update

Nunit api update

547f48012409efb4d232e81f49b6f36f6cebe508 authored over 10 years ago
Merge pull request #173 from nunit/feature-stop-run

Feature stop run

6530ad6d61f5398c8656fd067c13df73cb67bcf7 authored over 10 years ago
Fixes based on review of the pull request

7ecaa38f34d9838c22c82fdf0b2ab067ce7d5fab authored over 10 years ago
Advance version number for release

8d55a75e3c1a5b4c8f2c5e96c21c98044856445d authored over 10 years ago
Eliminate WaitForCompletion API call at least for now, since we don't use it

d7c2d11c912e19fcb785f6a99c557005d6b95128 authored over 10 years ago
Fix compiler warnings

6ff126c919f9f9e3d8d3e273478494542c4c1777 authored over 10 years ago
Update msbuild script to include slow-tests

adcf5aadd66913da49fe3af2a09fc19dfa360391 authored over 10 years ago
Advance version to 2.9.7

050feb2231af247d855322266a5bca51744c33fe authored over 10 years ago
Remove WaitForCompletion from public API. Test events provide the same information.

096199ff36e77378095252873a7da53883514c34 authored over 10 years ago
Switch other usages of stopwatch over to the NUnit version.

582d8e569d4e890b28ea80447135f047ec78e54d authored over 10 years ago
Cut 20 seconds off the overall test run (on my machine) by reducing the sleeps and delays in DelayedConstraintTests.

f26884557e3b724cbaaef22c62681030cfaba5ee authored over 10 years ago
Increased the sleep in the stopwatch tests to a value that is hopefully above the resolution of the Thread.Sleep call.

d2114750c6dba92a4cf0aba4b229fbec0c644c25 authored over 10 years ago
Add slow-tests to NAnt build

171120cf8ddeb16685528970d0cf19cb37549f02 authored over 10 years ago
Increase wait time for cancellation test so it passes - temp fix till we correct problem with completion event

dc762e3bef9cc928e8547f8613afaa1e39f4e9d0 authored over 10 years ago
Additional API changes; naming standardization

d5f0cb4183eaabcfbc7e52ae75868882bfbc810d authored over 10 years ago
Add code for cancelling a test; finalize API

762854e3ca42012e7ba6f2b3697f743fcb29e06d authored over 10 years ago
Visual Studio 2013 insists on adding these changes to the project files to identify them as NUnit test projects. Microsoft does this for performance reasons, see https://connect.microsoft.com/VisualStudio/feedback/details/800245/vs2013rc-adds-to-vs2012-c-project-section-itemgroup.

I am sick of ignoring them, so want to get them locally into the repository.

47976e88cb3eb249fd4134342c3f4d80f24d9668 authored over 10 years ago
Changed the usage of System.Diagnostics.Stopwatch and DateTime in DelayedConstraint to use the NUnit version of Stopwatch.

025b08c419664bc20cefd69b93eb2eb01c35b973 authored over 10 years ago
Fix errors from rebase by eliminating forced stop code for now.

f1cb927b08ac04f6bbc05e7d33ebf7fdf853d03f authored over 10 years ago
Add ability to stop test run: update interfaces, implement cooperative stop, still needs work on forced stop

362f7a3f7074ff520ad811ba06883b3595aa0685 authored over 10 years ago
Added a stopwatch class to the Compatibility namespace along with unit tests. On systems that support the System.Diagnostics.Stopwatch, it chains to that class. On systems that do not support Stopwatch, it is implemented with DateTime Ticks.

6871b2e01073cb697b850fd0436e6229ffe4f70e authored over 10 years ago
Merge pull request #154 from b-e-n-j/master

DelayedConstraint polling using absolute time. Fix for issue #153

28605129429ea7a0ccdfa2dac074751ea7c5577b authored over 10 years ago
DelayedConstraint polling using Stopwatch. Updated fix for issue #153

b6d6ab674cd02e765d48d094057d7b414bbe2178 authored over 10 years ago
DelayedConstraint polling using absolute time. Fix for issue #153

3383b0d07a804e1f46919f166cd8fdf740fe79b0 authored over 10 years ago
Fix for issue #37 - Multiple SetUp Fixtures should be permitted on same namespace

7c212d4b80aa136f36ccad996ca63f148054d780 authored over 10 years ago
Merge pull request #147 from nunit/issue-27

Fix for Issue #27 - Values attribute support for enum types

5d9a9b2d3ae49892b60f31849d698865d17cbad0 authored over 10 years ago
Extended the Values attribute to work with bool, passing in true and false.

da760d821b7d90b98cbd782b1713227fd10ee2f9 authored over 10 years ago
Use the TypeHelper to get the enum values and set the data to an empty array so that it can never be null.

060dab5f347ff6459b9cb2ffa8192937aa3f2509 authored over 10 years ago
Fix for Issue #27 - Values attribute support for enum types

4a09fdfde3c4fe09493e290bb5ab8bba5f7914fe authored over 10 years ago
Create tests to check escape of invalid xml

58ff3f2622e9c19ef8ab6b790409d10bab3a5279 authored over 10 years ago
Escape message for all successful and inconclusive tests as well

91e417c0694cd64d7509e5902d2bacec6a8e1487 authored over 10 years ago
Escape invalid xml characters in TestResult

287da7a3dc8f22ce8783b162c8920034f3248092 authored over 10 years ago
Refactor nunit.api interfaces; add comments

8c6cdb853b137ba84bafb567d72842a4c23a5117 authored almost 11 years ago
Remove Explore and Run methods from ITestEngine interface

77c618705851708224bd0a930c933cf216f55654 authored almost 11 years ago
Refactor interfaces and remove unneeded calls to Load()

b9531a8c1a1fe796ad71148119799646c0744426 authored almost 11 years ago
Move IFrameworkDriver to nunit.api assembly

8cd242e2642937d1772b682c509fbc0bf238baa8 authored almost 11 years ago
Refactor test runner interfaces and classes

827d53f7cb7ab0aa50ce85c1f60d5b0ebf5a514e authored almost 11 years ago
Add Reload and CancelRun methods to ITestRunner and ITestEngineRunner interfaces

4efe6960cd26570f0ef1126220316b9bacec8b60 authored almost 11 years ago
Merge pull request #26 from evolvedlight/master

Clean up basic doctext

55b31ac1ee62955a2a9e5148a60ecd1e4a49b56f authored almost 11 years ago
Code cleanup

51aade9335ddf751d4bbbfb3a5b56190d3d993d4 authored almost 11 years ago
Cleaned up doctext

2e25dd5bef5a15285117ae09a539c74e11cf114b authored almost 11 years ago
Merge pull request #136 from nunit/issue-63

Async support should handle Task return type without state machine attribute

2bf15ba5dafe72d8e4e88ce4a640cb484a87b1f4 authored almost 11 years ago
Supporting non-async test methods returning Task

Fixes #63

a80557fd72eaefb76be32d9a49aaf46e282e259c authored almost 11 years ago
Ignoring compiler warning 0414

It generates too many warning messages when building and it's actually expected to happen in test...

a683b2b3d984931a44063cf232b4074cd90613d1 authored almost 11 years ago
Merge pull request #134 from nunit/issue-132

Removed support for async void. Fixes #132

860853942ef153816c47de17f2ec245e89aa4e9c authored almost 11 years ago
Removed support for async void

- async void test methods are now marked as NotRunnable
- async void methods used in assertions c...

52e2bbfb2b83e54743a6a155e37c6208a1c70eb1 authored almost 11 years ago
Merge pull request #135 from nunit/issue-129

Add TimeoutAttribute to Silverlight

The failing TeamCity build passed on rerunning.

6ab77a800e861e066a79b79b4e5bb1e3633f26de authored almost 11 years ago
Added support for the TimeoutAttribute to Silverlight

f6f2314975acd7b3ad88d590b92e03c190bc4877 authored almost 11 years ago
Fixes the MaxTimeExceeded test in Silverlight. It has nothing to do with the Timeout attribute, it uses MaxTime, but there is no StopWatch class in Silverlight, so it cannot measure times as small as in this test. The test times are also now UTC time.

71ee9c33b4a3c1187c9ba749003d4167ab9f5859 authored almost 11 years ago
Merge pull request #128 from nunit/framework-api

Add FrameworkController and related files to desktop builds of NUnitLite

04ac5afee8fb8a607a2eb49bc920cbb0e2534248 authored almost 11 years ago
Tolerating Travis failures on mono-4.0 build due to async hangs

567fb1fd137dd5379dea72dca6ba5ec496671078 authored almost 11 years ago
Fix NAnt and MsBuild builds to work with renamed and new projects; eliminate mock-assembly project from CF and SL builds

2fd252a25eea7a19578347c1bc7ae7999cc883d1 authored almost 11 years ago
Merge pull request #19 from nunit/framework-api

Create NUnitLiteFrameworkDriver and modify code to select correct driver

I'm merging this now...

3e3005170bbcdfed4baefe7c2b7e618256270261 authored almost 11 years ago
Remove dupliation of constant values in DriverFactory and drivers

80c639c1f59dd5829b329bc5f8541d1907921727 authored almost 11 years ago
Add FrameworkController and related files to desktop builds of NUnitLite so they can be run by the engine

563c4246f4a32822202bdb518c165a9e69807a47 authored almost 11 years ago
Merged replace-tabs-with-spaces into master

0c8753481427546d82e3a496f656dadae908e34d authored almost 11 years ago
replace tabs with spaces in remaining files

e09ce50a8de6ac9ab839063e003d4ddd16c77337 authored almost 11 years ago
Fix path problem with test

88713c3170a6656ec7e75b794ac0bbc902c7925d authored almost 11 years ago
Create NUnitLiteFrameworkDriver and modify code to pick driver based on framework being used

95e88ccf2ad0d59eefa0b26cc82e5419da4c3f88 authored almost 11 years ago
Merge pull request #131 from nunit/fix-copyright

Fix Copyright

2ee536dc348322a3e54ea237714afd7ece1d343a authored almost 11 years ago
Merge pull request #22 from nunit/issue-20

Make colored console the default

f56777cd1f525105c45b6bceea02bc02c83ec770 authored almost 11 years ago
Merge pull request #23 from nunit/fix-copyright

Fix Copyright

I'm merging this, but I do want to make sure it only applies for new files... R...

0bea8fba9ca60f8e550bc7e7fcb89b1da755498c authored almost 11 years ago
The Resharper header template substituted the current user into the copyright. It should have been Charlie Poole.

06556150edd1f8b9bc09f46fa35e4d39231e09ea authored almost 11 years ago
The Resharper header template substituted the current user into the copyright. It should have been Charlie Poole.

1ec18748e483f482772788841a5527f108d12bbb authored almost 11 years ago
Fixed some formatting I did not like when looking at the pull request.

489e8796791622df3a693957f17b64eb0bb1e382 authored almost 11 years ago
Fix #20 updated some of the console colors and fixed some new code that wasn't using colors

893332fb98fcf7bf1a65d95fab38caeab1a7764a authored almost 11 years ago
Made color the default and switched the command line option to --nocolor

3e8d3ea741d8f9db57c95c3ecdfc4e0a34568498 authored almost 11 years ago
Switching the console color tests around

1cc972860e335d66c904b4c8b24bdaca5677eaad authored almost 11 years ago
Merge pull request #123 from nunit/issue-75

Issue 75 - Async tests should be supported for projects that target .NET 4.0

d184d1e4004d18e9e749691e46151de64614a107 authored almost 11 years ago
Merge pull request #126 from simoneb/travisci

Build on Travis CI

2128fef3bb8087e77d90644bd3b14dc88679dd15 authored almost 11 years ago
Merge pull request #130 from nunit/issue-111

Add FileAssert.Exists and FileAssert.DoesNotExist

Just for the experience, I used the GitHub ...

ea05fdd74b882ea0087fd43cabfbf9e4efc7abc2 authored almost 11 years ago
Update FileAssertTests.cs

Removed the extra "Exist" noted by simone

a1cfc0fcfc88e0dc72d90e0620c8bf241dc0499f authored almost 11 years ago
Fixed spacing in methods

2bfb24da516309d69ad4c722b853b793f0d4b150 authored almost 11 years ago
Resharper put a using statement before a pragma. Fixed it.

c9a8f27e7b9f62d960be585e1c8f7df94b245913 authored almost 11 years ago
Added FileAssert.DoesNotExist()

8336810d2b1ae7582682a82a01b24ac68d278fc2 authored almost 11 years ago
Added a FileExistsConstraint

d15a46417da61c5f156969d77358c6bac34c8a3b authored almost 11 years ago
Removed unused using statements

8f65d700f8f01c9c707cbe0bf59972a4a849b8dc authored almost 11 years ago
Simple implementation of FileInfo.Exists without using constraints

892750feb157349968a9f3259e78ebf028b9b850 authored almost 11 years ago
Failing unit tests for FileAssert.Exists

002dfe9ecd5cccb0ae9cdef331efab72c7bd24d0 authored almost 11 years ago
Merge pull request #127 from elbaloo/issue-41

Fix: check for zeroes in assert messages #41

19b9060378f7925e3f89f4965f851db551f72472 authored almost 11 years ago
Added travis configuration file

af103494f48402b5b1a3c0eefd99b56c0934fa06 authored almost 11 years ago
Merge pull request #18 from nunit/replace-tabs-with-spaces

Replace tabs with spaces

2e2bd14000a44843d95efe8478b7aaf14ed0d46d authored almost 11 years ago