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

Move common text files to root

c26177b8706e03a63454e141e6e50e7496b1f23a authored over 10 years ago
Move nunit-console files to subdirectory

0045cdeb4a44877fd56f7f4d0a648667503a3ad7 authored over 10 years ago
Merge files from nunit-console

9ab0f902785b96fd964f93f51b7b6ec5126be446 authored over 10 years ago
Move framework to subdirectory

b7c20ecd3bd579f2c5d1e1e623eb504703329520 authored over 10 years ago
Merge pull request #201 from nunit/issue-188

Issue 188

481d4ac5b208dade9aa13e821554fd2447ec2c90 authored over 10 years ago
Rename classes and files

dc9554109e470425f38d5188492a7edf210a86ba authored over 10 years ago
Eliminate running of OneTimeSetUp for fixtures that contain no tests

20e635122d54c2c11b7b640b6b87c6f5e0bef3cc authored over 10 years ago
Ensure that test run terminates when a suite has no children or they are all filtered out; add info about filtering and other options to NUnitLite; add warning message to NUnitLite when no tests are found

fd606703030942dbeddb8bf8cf71bdec71ae35e6 authored over 10 years ago
Vary color scheme depending on background

b1522d2f2ab1cf4e444a94d8411c8523903fb7ea authored over 10 years ago
Merge pull request #200 from nunit/issue-197

Remove NullOrEmptyStringConstraint and corresponding Asserts. Fixes #197

ce401d63a2839f650d28c0980b190863d211fbff authored over 10 years ago
Remove NullOrEmptyStringConstraint and corresponding Asserts. Fixes #197

74ef68297470ec5fb7b46cd1d0dac4f55c8c735f authored over 10 years ago
Merge pull request #199 from nunit/issue-183

Issue 183

c0e843ab22d34c17bf9ff861ece573d1f56f3547 authored over 10 years ago
Update help message

a3f492a5b11578674bd44f2daf86dcc319e233d4 authored over 10 years ago
Reorganize namespaces for test-harness; remove -xml2 and -xml3 options and add -result; allow output specsifications for -explore and -result

34e6539170f3a93102a0987af0ce02a25741bba3 authored over 10 years ago
Replace --appdomain option of test-harness with --domiain:None/Single/Multiple

441af65ed98b8c4877f0e4faf73eb41f5b84ab8e authored over 10 years ago
Merge pull request #198 from nunit/issue-13

Issue 13 Completion.

8a5c296b219e83067bd44096ffc910b7a7e6d6e0 authored over 10 years ago
Add tests of --include and --exclude options

4195c413ae48293a5f200c78e7fff7ecfb25f4ef authored over 10 years ago
Modify --explore and --result options to use OutputSpecifications; drop --format option; fix up help message

985a430bf93d28604a354ad942bc888f77857a7b authored over 10 years ago
Fix --test option to take a comma-separated list of test names just like nunit-console and test-harness

e7d29891b7a07e15c54e16ba33f77c2da0455d70 authored over 10 years ago
Merge pull request #41 from nunit/drop-util-assembly

Drop util assembly

f8ffd4eb67c144c42f9872b69ae82610d2bbd6bc authored over 10 years ago
Decouple ColorConsole from ConsoleOptions

e5e0f5cbd1ee045272a6d87daba39beed8cecc7a authored over 10 years ago
Fix error from merge; update framework lib to latest version

27d7e8e4c179259bac7396dacebe2526de4ec822 authored over 10 years ago
Merge pull request #194 from nunit/issue-189

Issue 189 - Add String Operators to 'Does' prefix

ab46b26b5f57af8287194173323eaa4605e3fcc4 authored over 10 years ago
Added collections to the Does.Contain syntax and cleaned up the various Contain/Contains methods to return the right type of Contraints for strings and collections.

88cbece5c5c40d4dccf368453cbc0f0d9fb043f2 authored over 10 years ago
Decouple TestEventHandler from ConsoleOptions; standardize naming of members

785bae51a0f2b78e1383d7c0fe5537dad183f832 authored over 10 years ago
Drop nunit.util and nunit.util.tests assemblies, moving classes to nunit-console and nunit-console.tests. Reorganize nunit-console into multiple namespaces

5a1e27f358f42d0fa9088457c54eaff4aeed12c4 authored over 10 years ago
Removed the Does keyword from ConstraintExpresion and ConstrainFactory

25e0dff02606ac86b414ad9acdf0cc7097b1a858 authored over 10 years ago
Undeprecated Contains.Substring

1b6e4bf637535530fbd8622bf3de79f81ad33bec authored over 10 years ago
Merge pull request #40 from nunit/feature-color-for-output

Making the test output/labels more readable

d046ce08ecf736007927d0df02ec7998638c4ea2 authored over 10 years ago
Changed the test labels to Cyan and emphasize them with =>

5108e193b23ca88bb4eb4f514fbbbc39a67b46e7 authored over 10 years ago
Made the console error color Red instead of DarkRed as the dark was hard to read.

0d53ce4456a3b650e2fcd977af839770b40af06f authored over 10 years ago
Merge pull request #195 from nunit/issue-193

Issue 193 - TestWorkerTests.BusyExecuteIdleEventsCalledInSequence fails occasionally

29d0478bc958758de988469699f5eb230bb96aed authored over 10 years ago
Made the test output show up in the output color to better distinguish it from the test labels. Add a newline at the end of test output if it doesn't already end in a newline so that the next label will not be on the same line as the output.

f26af15f74907cca97c257bb2022cea298e32662 authored over 10 years ago
This test was failing occasionally on the build machines, probably when they are busy. I increased the time it waits from 10 ms to 100 ms.

a8cb6131848c211a041aca494b3b35b69b4eef36 authored over 10 years ago
Deprecated Constains.Substring in favor of Does.Contain. ConstraintFactory and ConstraintExpression now have a Does property that return this so that we can chain with syntax like And.Does.Contain. In both these classes, deprecated StringContaining, ContainsSubstring, DoesNotContain, StringStarting, StringEnding, DoesStartWith, DoesEndWith, StringMatching and DoesNotMatch in favor of the new Does.Contain, Does.Not.Contain, Does.StartWith, Does.Not.StartWith, Does.EndWith, Does.Not.EndWith, Does.Match and Does.Not.Match.

a5ca1d7745e38c5e51860a052f7155079499809a authored over 10 years ago
Deprecated Is.StringStarting, Is.StringContaining, Is.StringEnding and Is.StringMatching. Replaced them with Does.StartWith, Does.Contain, Does.EndWith and Does.Match.

5c747d8a8fa28a4c32fc5e0be24297d5082ce8f3 authored over 10 years ago
Fixed an error in the CommonAssemblyError that I missed in the code reviews. Commiting directly to master because I cannot build otherwise.

37d767b4fcfde32d83e3e42bde2fe67d22291827 authored over 10 years ago
Merge pull request #39 from nunit/issue-text-capture

Issue text capture

d106cf0b566c15b59fe067b80b3a199db4dd6bc5 authored over 10 years ago
Merge changes from master

da2beb5a40bd2af0db7246115a551b4b443a6ee5 authored over 10 years ago
Merge pull request #191 from nunit/issue-text-capture

Issue text capture

2f6f1775e1f2acbbef2404073973683d3d31a6c6 authored over 10 years ago
Merge latest changes from master

eeaf0ac5f1be271aa12d454d1cacf6081ca20fca authored over 10 years ago
Add implementation for TextCapture.Encoding to avoid exception

16fb15b2c6cdae38db591427f6eeb8f6e59553e5 authored over 10 years ago
Merge pull request #192 from nunit/fix-directoryinfotests

Fix for occasionally failing tests that use GetSpecialFolder

5a118caa5eab97429485b85eadc485d7ec45e517 authored over 10 years ago
Make --labels:On the default for both test-harness and nunitlite runner

5a72370704ad7ab55f1c47201cfd6c3ddc5beb21 authored over 10 years ago
Update version to 3.0

6616f5ea3460368e1c4f1da29f3bd8f98ba2d8a6 authored over 10 years ago
This should fix the failures for the TeamCity builds around the NotEmptyDirectory() test.

d31cf5b7c83ab562a69638b8ba9092c652423496 authored over 10 years ago
Update version for 3.0 and reorganize AssemblyInfo files

0083752c11b4a4f97113f7cac8164e7b729cce28 authored over 10 years ago
Make --labels:On the default; use color for labels

e0e761613abc42960821ab8b50cc8dc1b8c33d1f authored over 10 years ago
Update console to display output associated with test results and eliminate unused code

99e52a636e5542cea4df2ac6723e0d167ba418e0 authored over 10 years ago
Remove unused code and refactor

90ac26dbe821cdae9a3b1783920b29af27ae59b4 authored over 10 years ago
Commented out the line in the test harness ConsoleRunner that suppresses the result reporting in favour of the TeamCity reporting so that we will always find results in the build logs.

892df5d46a25042b807def55dfe70a9918cd2409 authored over 10 years ago
Removed obsolete SetAndRestoreCurrentDirectory test

b784f8d9178687d64aa11b152a392d0ae53caca1 authored over 10 years ago
Capture console output using new TextCapture class and send it to test result in the current TestExecutionContext if one is found on the thread. Display output on console at end of each test.

1c3bbc91b2a4b437d4fb547d43d5773e14f08f58 authored over 10 years ago
Changed all of the tests that used GetSpecialFolder to use a new TestDirectory class that takes care of creating and deleting a directory for testing.

2e952a5a4b9d223e34025d9e49da081aad5faa83 authored over 10 years ago
Make NUnitLite echo TextContext output

4b9f14dd0eae100caf22d040e6f82427ca4fcb26 authored over 10 years ago
Merge branch 'master' of https://github.com/nunit/nunit-framework into issue-text-capture

cbcd45232573c7eb18f1708a183ec4d053f37b8b authored over 10 years ago
Incorporate text output written through the TestContext into the result and include in the xml output

316ee385412873b36fa886588d68f38444ffc7bd authored over 10 years ago
Fixed a test failure in Silverlight that was caused by DirectoryInfo.ToString() returning only the directory name in Silverlight but the full path in other frameworks.

0d0f2044fbeffa9aa92fd817d255bc5d1a6a46b0 authored over 10 years ago
Remove Out and Error properties from TextExecutionContext

0f847ebf56a62e9c79404e2e23e61296f1f70e8d authored over 10 years ago
Merge branch 'master' of https://github.com/nunit/nunit-framework into issue-text-capture

824e8e61219817b5385f870653b7c6c7dbc26538 authored over 10 years ago
Merge branch 'master' of github.com:nunit/nunit-framework

82f883390a477439896325722f5f8b70b770dff6 authored over 10 years ago
The latest version of NuGet added this file, so I am adding and pushing directly to master.

71febec2d9a38a90ad5dadcf362271cbccd58352 authored over 10 years ago
Merge pull request #190 from nunit/issue-13

Issue 13

4b1d186a2c3d2e9d03a7a6d6041011214028168f authored over 10 years ago
Merge pull request #179 from nunit/issue-111

Added DirectoryExistsConstraint

4b397af1a92f95ad8af971d787f73db95b1fa154 authored over 10 years ago
Remove CurrentDirectory from TestExecutionContext

c800222c0a410d1478d0efe2780ce035489e549f authored over 10 years ago
Remove all code related to capture of Log and Trace output

6d5ddebaae56dd7e368227be191102b3d8a67a3a authored over 10 years ago
Merge branch 'master' of https://github.com/nunit/nunit-framework into issue-13

ad466f4e8ff81fc3294ca47b7664e58401bbf601 authored over 10 years ago
Removed the DirectoryAssert.AreEqual and AreNotEqual for strings based on code review

d234fb1eb709e3fa7b4f9c48a06d4ba8a377212c authored over 10 years ago
Fixed the unit tests on Linux that were failing because Environment.SpecialFolders that are not supported were used

19154974f2cbac2aa4d4113718da686fca083d94 authored over 10 years ago
Added the test-results directory to be ignored

82d5fb93cc17c3ee6369ce5acb881c921ef013f6 authored over 10 years ago
Add --teamcity option to NUnitLite; refactor corresponding code in test-harness; add and refactor tests

73bae188b3a1f8a4820709aa7618bba40c40ece2 authored over 10 years ago
Merge branch 'issue-111' of github.com:nunit/nunit-framework into issue-111

ccf75ad9041f0fa6ba681391777dd9c2a0072c73 authored over 10 years ago
Added DirectoryAssert class with Equals, NotEquals, Exists and NotExists for strings and DirectoryInfos.

b72334734ec784b7ebd82f4fefc60fc52154f783 authored over 10 years ago
Renamed the ExistsConstraint to FileOrDirectoryExistsConstraint

86adea81d25920f65d9168188078df0b343c64d4 authored over 10 years ago
Added unit tests for the EmptyDirectoryConstraint and removed support for it in NUnitLite since none of the other File/Directory asserts or constraints are available in NUnitLite.

c5712592277689ccf4e890e6a0129790deb7a8c5 authored over 10 years ago
When I added the Exists to the Assert.That syntax, I realized that it does not take an expected, so there is no way to specify what the argument type is. Therefore I did not know if I was looking at a file or directory. To handle this, I merged the DirectoryExistsConstraint and the FileExistsConstraint.

To maintain the behavior of the FileAssert class, I added a bool property and constructor to the...

01be7829cc42afa53e95764ada9e83b84e721021 authored over 10 years ago
Added DirectoryExistsConstraint and related tests

17c86ebb7be549bba4de46af0ac4b87def862483 authored over 10 years ago
Unit tests to show that Assert.AreEqual() or Assert.That(..., Is.EqualTo()) with DirectoryInfo arguments works.

d2dafb6daeefae9070b73b964098cdf8ef0ec237 authored over 10 years ago
Merge pull request #187 from nunit/issue-180

Missing check for running on Linux in earlier commit

3294973d544ff62103214fa88eff1179caa31d77 authored over 10 years ago
Added DirectoryAssert class with Equals, NotEquals, Exists and NotExists for strings and DirectoryInfos.

dcb9c6e0a60b09541d9adf7ae66fea3b7d46fa76 authored over 10 years ago
Add --timeout option; refactor and add tests

5ec86089fd6e21f97660c3a428c0599408fecd7d authored over 10 years ago
Renamed the ExistsConstraint to FileOrDirectoryExistsConstraint

42aab0ecfc2fc541178f230fe200c176f208eae2 authored over 10 years ago
Add --err and --work options; convert --labels to string with values Off, On and All (--labels:On does not currently work as designed, since test output is not being captured.)

9512a2ad9b93ae1a2530195fe1d87a560cd44eec authored over 10 years ago
Refactor tests and error reporting for CommandLineOptions

ba3388ba9c4183837250f79b98c3a84820ebc5e6 authored over 10 years ago
Change ComandLineOptions constructor so it works like options class in nunit-console and test-harness, specifying the command-line arguments. This will help make tests reusable across the different projects.

5034e349ed8d40685ca269a7606fbf03018493d3 authored over 10 years ago
Missing check for running on Linux in earlier commit

402104908a05bb25c1fb1a34441ab7e6f0af23c0 authored over 10 years ago
Add --output option

2768f451ea448a60b46e087dd2381c34e5dd868d authored over 10 years ago
Merge pull request #184 from nunit/issue-180

Issue 180

ce079a86e37296cb77cabe2d887bd2c053958c4b authored over 10 years ago
Ignore async tests with intermittent failures on Linux. This is not a solution to the problem, but a way to give us decent CI build output in the interim.

3261a62209b4f75aff289037ca7dedfc89adb18d authored over 10 years ago
Increase tolerance for delay tests

16fd7d2f6e55aebb149342d1fd22afdb9bcb6bbb authored over 10 years ago
Ignore two more intermittently failing tests on Linux to get the CI build passing

9bf179ffc82f3297c5925d0a85531542cf42ef1f authored over 10 years ago
Temporarily comment out async tests that are failing on Linux

1801cd26c6e4d46c214af04bea4abaeddc6f1e14 authored over 10 years ago
Fix errors in tests under mono due to use of CultureNotFoundException

02443b0170a0e539e04d14db5abdd0d348e4c224 authored over 10 years ago
Add mono 4.5 support to nant build

5afed7bb7e030af09699a255bc2c1898259c7d94 authored over 10 years ago
Added unit tests for the EmptyDirectoryConstraint and removed support for it in NUnitLite since none of the other File/Directory asserts or constraints are available in NUnitLite.

08f910c6c2eacbe18753003a40b94debfe073830 authored over 10 years ago
When I added the Exists to the Assert.That syntax, I realized that it does not take an expected, so there is no way to specify what the argument type is. Therefore I did not know if I was looking at a file or directory. To handle this, I merged the DirectoryExistsConstraint and the FileExistsConstraint.

To maintain the behavior of the FileAssert class, I added a bool property and constructor to the...

d25d38892e1d09c97fd04064cfe4b90cb08b3623 authored over 10 years ago
Update CHANGES.txt with latest changes - forgot to update in the 2.9,7 release

cd506a1d406dd0c882e733f7f54136f81f9f5c29 authored over 10 years ago
Unit tests to show that Assert.AreEqual() or Assert.That(..., Is.EqualTo()) with DirectoryInfo arguments works.

7513b09b7a5736096208af16572d0f64341d1d41 authored over 10 years ago
Added DirectoryExistsConstraint and related tests

fb9b356b38ff775c4156e77a9105330b77ac1d2d authored over 10 years ago
Merge pull request #178 from nunit/issue-163

Fix for Issue #163 - Add --trace option to NUnitLite

1acccffb02ea6afeb42977d02b79cad111034cea authored over 10 years ago