Ecosyste.ms: OpenCollective

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

github.com/nunit/nunitlite


https://github.com/nunit/nunitlite

Add PredicateConstraint implementation

3e4080a785c12dda12e079fa86b2c2d6df63a616 authored over 12 years ago by Charlie Poole <[email protected]>
Fix random enums so it works under the compact framework

a9768f649305ba5b6f1a43bc3bdac665f4d360a3 authored over 12 years ago by Charlie Poole <[email protected]>
Remove warning messages from build

cabfd280771c2103841b5d9fdac9a59faaddaa61 authored over 12 years ago by Charlie Poole <[email protected]>
Add message to xml result for all test outcomes

cdb8d74ac59044d905472fba969793c2f29efa08 authored over 12 years ago by Charlie Poole <[email protected]>
Clarify format for specifying output files in help message

a30dfd29076ba53d3179f57a9b97243569062180 authored over 12 years ago by Charlie Poole <[email protected]>
Remove references to non-existent classes from comments

ca37fb3b567ddb16473f1c4f7cbf2218b96c09fa authored over 12 years ago by Charlie Poole <[email protected]>
Add support for V2 output; fix some issues in the .NET CF builds

0c7c05f34d6fb4b6158892cbb33322cabeca44aa authored over 12 years ago by Charlie Poole <[email protected]>
Fix problem building under .NET 1.1

432066162901f56a0486238f39f2ce35252d8f92 authored over 12 years ago by Charlie Poole <[email protected]>
Merge from trunk

4fd344ca4713f1a3cdcc8397945d1b71a80e4293 authored over 12 years ago by Charlie Poole <[email protected]>
Merge fix to RandomAttribute

3c0e287fbe428692cae6eae5a0d9e454f8012fee authored over 12 years ago by Charlie Poole <[email protected]>
Update developer notes

5120ea8d5e8343419b623140c9411be9c8fc933a authored over 12 years ago by Charlie Poole <[email protected]>
Remove test assemblies from nuget package; advance version number

0b7be655e2731fe02d1bfc2b13c601eb5669777c authored over 12 years ago by Charlie Poole <[email protected]>
Added Enum Support to RandomAttribute and Randomizer

Added Enum support to RandomTest in CombinatorialTests

78b2358ff47064a31f44333259859be73ffbbcd6 authored over 12 years ago by ialastairhunter <[email protected]>
Implement selection of individual test cases in runner

85383e809d02faee825f5ffbab60435a99d651e6 authored over 12 years ago by Charlie Poole <[email protected]>
Add notes for developers

1cc7e71540a7facceca704523849d1714a1f036e authored over 12 years ago by Charlie Poole <[email protected]>
Update nuspec file and add packaging targets to script

748a75eec385de919da0fbd436b4c58088f04759 authored over 12 years ago by Charlie Poole <[email protected]>
Add additonal files to nant install to avoid warning messages

33e99d2045c0e783baeae32a12f9fb0e434a0fca authored over 12 years ago by Charlie Poole <[email protected]>
Final 0.7 docs update

6594dfad59830e06b07dce1094fbe6c5c5996c23 authored over 12 years ago by Charlie Poole <[email protected]>
Modify NAnt config to support CF 3.5

33a80ef36fe7436d399e385fec2a7fad77bd6a43 authored over 12 years ago by Charlie Poole <[email protected]>
Fix tests failing when CF build is executed on the desktop - Platform attribute doesn't exclude the tests in that case so we have to use conditional compilation

29f2e34f248d465d5fc173a40924b370a0e5fc31 authored over 12 years ago by Charlie Poole <[email protected]>
Add nant to tools directory

867a91db167778dd8bff8b83b68cedd1123f0300 authored over 12 years ago by Charlie Poole <[email protected]>
Add VS2008 project for CF builds

6c09773b3d0772aa28e6a5d638ac018fbbded1ec authored over 12 years ago by Charlie Poole <[email protected]>
Eliminate classes derived from TextUI and use the command-line arguments to determine where output is sent.

e120d9b87269b22ba3b17b53bacf292c72e0d509 authored over 12 years ago by Charlie Poole <[email protected]>
Fix error in commandline options class

bf5e69543df7567bedc043c7b9cb55bc6af079c3 authored over 12 years ago by Charlie Poole <[email protected]>
Bring Assert.That signature in line with NUnit 2.6

b6b4d8874c45cfc47c63e646200c1a3e3bd441f4 authored over 12 years ago by Charlie Poole <[email protected]>
Fix code so it builds and tests under the compact framework 2.0

db705b7197c143b871b8936b22482df2bb140768 authored over 12 years ago by Charlie Poole <[email protected]>
Make build and tests work under .NET 1.1

a7373207b06832822ee8ccf685afcf234f2f98e7 authored over 12 years ago by Charlie Poole <[email protected]>
Advance to version 0.7 and update docs

a02911863de615f760e4f560ce4190aacd6260f9 authored over 12 years ago by Charlie Poole <[email protected]>
Continue to bring the nunitlite code in line with nunit 3.0; add IXmlNodeBuilder and implement xml serialization for property bags, tests and results; add option to save xml file

fc3033adee6c5097ee22001ef8bac17ea5b26f92 authored over 12 years ago by Charlie Poole <[email protected]>
Add .NET 4.0, Mono 3.5 and Mono 4.0 profiles to build

b9a1d456b08e21158623efcf03430b1e09c9d704 authored almost 13 years ago by Charlie Poole <[email protected]>
Split CollectionConstraints into separate files

b959b7e35a15eae4adc6fac729a1d5d75fe41adb authored almost 13 years ago by Charlie Poole <[email protected]>
Split TypeConstraints into separate files

fcfdfe479419390e86c2171d23076cbff757e841 authored almost 13 years ago by Charlie Poole <[email protected]>
Split SerializableConstraints into separate files

9b9480697ae7f911d706c7c930c566d7d536fef4 authored almost 13 years ago by Charlie Poole <[email protected]>
Split ComparisonConstraints into separate files; add conditional tests for net 4.0 compile

f78546f522025d55b83878da8ce63bd4d7c1c6a1 authored almost 13 years ago by Charlie Poole <[email protected]>
Split StringConstraints into separate files

eca17046d0e272fd1a2c1b7ab779b28cdcd44241 authored almost 13 years ago by Charlie Poole <[email protected]>
Split BasicConstraints, AttributeConstraints and PrefixConstraints into separate files

50fa4a18f79b4b186213bc11460aa322233a60a8 authored almost 13 years ago by Charlie Poole <[email protected]>
Rename directories; add .NET 3.5 and 4.0 projects; update version number and copyright info

d476a7b4009b06d5605c13ecd077f15c17494566 authored almost 13 years ago by Charlie Poole <[email protected]>
Add still more tests from nunit main project

00116fa63365988025d05aa752bf6976ef06696c authored almost 13 years ago by Charlie Poole <[email protected]>
Add more tests

629cb96a123c685efeac0e5409458be1fb651ac3 authored almost 13 years ago by Charlie Poole <[email protected]>
Further additions ported from NUnit

54def756da7fd487b26e571c85676a03aa08d42e authored almost 13 years ago by Charlie Poole <[email protected]>
Merge in most current nunit 3.0 changes

67ce16fa73ae888ed24601d2e7dc461e3273bb73 authored almost 13 years ago by Charlie Poole <[email protected]>
Add NUnitAttribute and PropertyNames, adjust some attributes to match NUnit

f156d6643f7d243b8159122725d0068ae50ce804 authored almost 13 years ago by Charlie Poole <[email protected]>
Update ITestListener interface from NUnit

6df02c7dc7d9b702185fa11f454d39d1a20f34ff authored almost 13 years ago by Charlie Poole <[email protected]>
Replace ResultState enum with a class

e7f7e8b552aa2d358f84b8b3fa3ec4178f39ed94 authored almost 13 years ago by Charlie Poole <[email protected]>
Further textual updates to merge nunit and nunitlite codebases

837373df999ef064862128a951ca0fd44f5a0138 authored almost 13 years ago by Charlie Poole <[email protected]>
Miscellaneous updates (mostly comments) to facilitate comparing with nunit files

79305417874c2431bac55b377b798d0a15332ec5 authored almost 13 years ago by Charlie Poole <[email protected]>
Replace VS2008 solution with VS2010 and move projects under src directory

a2b72f1aed687c7e534de5628bd19495808caee2 authored almost 13 years ago by Charlie Poole <[email protected]>
Add nuspec file and modify Program.cs license and comments for distribution with nuget

d188c5ca38b70f880bb661fd1cf7d7d04904415f authored almost 13 years ago by Charlie Poole <[email protected]>
Changes to make .NET 1.1 build run

b33f7bd4220841275963d6aeb7f1f31075c61f05 authored almost 13 years ago by Charlie Poole <[email protected]>
Add interfaces and restructure code to more closely match the nunit 3.0 layout

add3552940b2378ab15238fac99a4cd4ef62e72c authored almost 14 years ago by Charlie Poole <[email protected]>
Remove VS2005 Solutions

6522a8f9fbc11221ceaaabf666c8f7ad0e01a5ff authored almost 14 years ago by Charlie Poole <[email protected]>
Fix error under Unity's web-player

4bc513e6773ef29cb57543d639a8749f1e78f3b9 authored almost 14 years ago by Charlie Poole <[email protected]>
Make Assert.Pass, Assert.Ignore and Assert.Inconclusive work correctly; add VS2008 solutions; refactor TestResult.

cfd09bfd7d4906f17599f22bb4ecd0adddc9ae49 authored almost 14 years ago by Charlie Poole <[email protected]>
Add VS2008 projects and reorganize directory structure. VS2005 projects are now out of date and may be removed shortly.

84fd128354404b679aaeb121f15a43d11dc16733 authored almost 14 years ago by Charlie Poole <[email protected]>
Reorganize source directory; modify defined constants; add handling of Matches and delayed constraints

009d9655764a4678bd12af945dcdad3df3e51cb2 authored almost 14 years ago by Charlie Poole <[email protected]>
Add proper defines to release builds

bcc0594ccd1621ec4353b5c7e64517c90a8cf48c authored almost 15 years ago by Charlie Poole <[email protected]>
Add release date

c05e6304861b9e0d2fc068b767601e757b90a65c authored almost 15 years ago by Charlie Poole <[email protected]>
Advance to release 0.6

cd1171d6c19eb1c8f8112eea76c58f452528e801 authored almost 15 years ago by Charlie Poole <[email protected]>
Minor changes for 0.6 release

6bc1aae84b85fb70afff6c6a90abd5c9c7c22ed3 authored almost 15 years ago by Charlie Poole <[email protected]>
Add files from NUnit: Iz.cs, AssertionHelper.cs, RequiredAddinAttribute.cs, ConstrantFactory.cs

e4b057c7a6436839d9c5be398fbe11e92950a3bc authored over 15 years ago by Charlie Poole <[email protected]>
Add Assert.Pass, Assert.Ignore and Assert.Inconclusive

059ec2dceda3431adb6e4b87adfeac5489e26b59 authored over 15 years ago by Charlie Poole <[email protected]>
Update with latest changes

31d0e1e71b80efaa2fd09b33e724a5198ef1c38b authored over 15 years ago by Charlie Poole <[email protected]>
Layout changes to match NUnit

d4532046e7c854bda1dd1b503869d6c804ba0e77 authored over 15 years ago by Charlie Poole <[email protected]>
Match string API to that of NUnit

fe420af33cb48815aaa5ef307d29f7b69422fb19 authored over 15 years ago by Charlie Poole <[email protected]>
Add BinarySerializable and XmlSerializable operations

21fce1dba595afb53a7021d089815d1e48269872 authored over 15 years ago by Charlie Poole <[email protected]>
Display only failing compnent of an AndConstraint - from NUnit

f49b7670c2854b3c0c1b5c3de0c5ee619fe16dbe authored over 15 years ago by Charlie Poole <[email protected]>
Add to Throws: InnerException, InvalidOperationException, ArgumentException, TargetInvocationException

406c04b07287240e6bcba216bd305e2abccb48f8 authored over 15 years ago by Charlie Poole <[email protected]>
Eliminate AppendFormat overload not supported by NETCF

4d3cf38b04ac261199b20580ed806bd82f6492b4 authored over 15 years ago by Charlie Poole <[email protected]>
Remove Catch.cs and inline the try/catch in ThrowsConstraint to match NUnit

4c0ce1984ca0fabd3a5981f449c37cb4f6dba9d7 authored over 15 years ago by Charlie Poole <[email protected]>
Add further escapes to ExcapeControlChars (from NUNit 2.5)

c4316bdeab505cd9395035509e9dc3ea12ce71fb authored over 15 years ago by Charlie Poole <[email protected]>
Ensure that stream is equal to itself

ee7ce345ffa06ae77c2153be4e373cad25ebd717 authored over 15 years ago by Charlie Poole <[email protected]>
Merge from trunk

115b945a18b9d801d616f3741bbc89a4d45bd3bf authored over 15 years ago by Charlie Poole <[email protected]>
Change to MIT license

a4cd3c19293098573c21dc8313345328093dd8f0 authored over 15 years ago by Charlie Poole <[email protected]>
Merging working changes

2cbfcf44d59afe53ebf38bb4ac8d9e93f014719e authored over 15 years ago by Charlie Poole <[email protected]>
Change license to MIT/X11

63f626b11cc26227a7c037cb8eb4b5efc1b3c416 authored over 15 years ago by Charlie Poole <[email protected]>
Move IgnoreAttribute to proper location in project

0a993d726c5d436a64e40639e0d516f5dbe332ef authored over 15 years ago by Charlie Poole <[email protected]>
Change license to MIT /X11 and make minor spacing and layout changes to

facilitate file comparisons with NUnit itself.

be99c4a829fdde50f6d658f92dcaecd545c8781b authored over 15 years ago by Charlie Poole <[email protected]>
Split attributes and exceptions into separate files

172024ba52808407aa4a2725540db33d7f58930e authored over 15 years ago by Charlie Poole <[email protected]>
Add #define NET_2_0

0566f93f5a4ab8b84c72d4a04ced4d268657cffd authored over 15 years ago by Charlie Poole <[email protected]>
Fix license headers, use NUnit implementation of PropertyAttribute, rename method

ConvertWhitespace to EscapeControlChars

b32a4658786dd59bf3c8d7e0089629a8b9388c72 authored over 15 years ago by Charlie Poole <[email protected]>
Move IgnoreAttribute to proper location

4bc339f0bd78e30304985a421746d2b3d5ba806c authored over 15 years ago by Charlie Poole <[email protected]>
Put attributes and exceptions in individual source files

be44bca3d659e6ad81b805bdd1d80b6bb2ec358a authored over 15 years ago by Charlie Poole <[email protected]>
Update assembly version to 0.5

99b604c00ec2a62d837c6c1e8342d55a51d28cb6 authored over 15 years ago by Charlie Poole <[email protected]>
Updated package command for new release

ccf785faf5f50ce30beebe58c63ed376687506ee authored over 15 years ago by Charlie Poole <[email protected]>
Removed extra license copy

46395ef0d132d3e224df5044e83facd326b2d4fd authored over 15 years ago by Charlie Poole <[email protected]>
Readme and Changelog in preparation for the 0.50 release

249e8f96400d74313081af63253b4c97c5444905 authored over 15 years ago by Charlie Poole <[email protected]>
Fix test to work on NETCF

736aa7b5f755b72bb7214077b52e860bc85d39e7 authored over 15 years ago by Charlie Poole <[email protected]>
Add separate solution for compact framework

81661519e2f0a72d1bfefcbb1dc233f812aa700f authored over 15 years ago by Charlie Poole <[email protected]>
Revert to use of file writer UI for netcf

cd231cfb6df9a3ab1cd4ae28d5b1f32ef5d93f56 authored over 15 years ago by Charlie Poole <[email protected]>
Remove original VS solution - new one is in solutions dir

a7bb1c7580d141e60f04ae57ab82e79a298a0ccd authored over 15 years ago by Charlie Poole <[email protected]>
Add parallel VS solutions dir

b96f08c620c10079fb4e1688c2a76175c121f84d authored over 15 years ago by Charlie Poole <[email protected]>
Move scripts to root and remove unused code left from nunit

5affe7b5f62e75756d088188a9bd73b67cb9e9fb authored over 15 years ago by Charlie Poole <[email protected]>
Move build scripts to root and eliminate unused code left from nunit

2988c0d41ccbb8ba1226fbbb9c5b490ace71b4c7 authored over 15 years ago by Charlie Poole <[email protected]>
Ignore package dir

3d93e7b98ecbeaf0ae3ac7a5a1ea8418963c91f7 authored over 15 years ago by Charlie Poole <[email protected]>
Complete synchronization with NUnit 2.5

e1238d1edcc59985b226c5165b02ef1e0ec6a094 authored over 15 years ago by Charlie Poole <[email protected]>
Complete synchronization with NUnit 2.5

7d32e9fee603be316c0c9d3c86ce5b80e544c392 authored over 15 years ago by Charlie Poole <[email protected]>
Further changes to make nunitlite compatible with nunit 2.5

e2448b6eb2d337330214931908bf6cf597df4d03 authored over 15 years ago by Charlie Poole <[email protected]>
Split SyntaxHelpers.cs into separate files for each helper class

b0b31bd7b85590f7cbf5f9a1bc8852e8d9cb7202 authored over 15 years ago by Charlie Poole <[email protected]>
Merge changes from NUnit 2.5 release

4a4f4acfcb0805c8eda33794aea39e78c71f226c authored over 15 years ago by Charlie Poole <[email protected]>
Merge changes from NUnit 2.5 and reorder to make comparison easier

c40ac0343af36b0a1eeb1ff3ac332c81b4371b23 authored over 15 years ago by Charlie Poole <[email protected]>