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

Add missing file to NAnt script

d43e658eac7a29e90c5592709d029a8e0c4ad399 authored over 16 years ago
Add tests for property and throws constraints

8ea0c33d75c88ababa1ffe1ad095f9c9b5a97c70 authored over 16 years ago
Correct name of nunit project file

396b7321a1a730fd4fd646d96d0b772df84b3631 authored over 16 years ago
Modify nunit project file so it works in multiple AppDomain mode.

e1c02ecaa8819a7ecd6bbd2a90f0fbfe73c7e691 authored over 16 years ago
Fix changed attribute and property names

d4476922532086ae28e891d1fa763b1b33dd0fc9 authored over 16 years ago
Modify some static methods to return ConstraintBuilder in order to allow

stacking constraints with implied "And" opertaor. More to come.

0015e3ed364baeedabee93ca628dfb2c905c0f91 authored over 16 years ago
Allow use of any constraint expression to qualify an argument, not

just a simple constraint.

f9d6fb70898dcacaf7381f2f0797e25144002115 authored over 16 years ago
Revise tests keeping syntactic tests separate from tests of the actual operation

of each constraint; add string display of parse tree for use in testing.

f9c4f9975f051e80b8c848068bcd0d2647d6471e authored over 16 years ago
Addition Trace lines

1849db73f77700c5c29894ea1eab77aef69ea33d authored over 16 years ago
Addition Trace line

fa1b3755ad35eca2896c881a2d1992244c06c160 authored over 16 years ago
Fix error message on property constraint

4d34d54fb31472eda40cca08733c8285fc9fb898 authored over 16 years ago
Fix problem with naming of tests defined on a base class

3f46116299c60a7eb45c5d70379315c54d598339 authored over 16 years ago
Better test naming based on arguments

0b4657aa481ad1bc8ae4fcaed3644aaeebc2be1c authored over 16 years ago
Add syntax elements for AssignableToConstraint

cb915696d91be35b040f90c95d0b2e63a319907d authored over 16 years ago
Modify constraint tests to be data-driven

ed6c102f5afc8c6795f0ee2424bb81194d13aa2a authored over 16 years ago
Modify message for Assignable and Instanceof constraints.

150b89f0f92c0cfe25b5913e00073dc8ba74abdd authored over 16 years ago
Replace EmptyTest.cs with re-organized EmptyConstraintTest.cs

5ae2bdbfed3a63943dbdd8ff0e5adcb24f4be1ae authored over 16 years ago
Fix doc comments per bug 2058177

c05e4083b0f071bf77283cd229fbb2e0b4c11a4e authored over 16 years ago
Add AssignableToConstraint and tests

56869f0c17bc146d5cd3cb2b9897771a82f9afd4 authored over 16 years ago
Replace FactoriesAttribute with TestCasesAttribute. Add ITestCaseData

interface implemented by TestCaseAsstribute and TestCaseData. Revise
handling of test data so sin...

0b6e7d928d6ee22b18d9ebb2aaa60cf569a0ebaf authored over 16 years ago
Ensure that streams being compared for equality are readable and seekable.

Restore position of streams at end of test.

36b2e3bbc137b43b7abee480d67aa3e2887e30cd authored over 16 years ago
Fix doc comment

0a5b307dfbefc34babca2c51b2c1840f059f4924 authored over 16 years ago
Restore IExtensionHost, IExtensionPoint and ITestCaseBuilder interfaces to

their 2.4 state, eliminating breaking changes. Add IExtensionPoint2 and
ITestCaseBuilder2 with ne...

3c140abcebc0d1c68f79a2540b559a9a71383ccb authored over 16 years ago
Split AssertSyntaxTests into multiple fixtures

bd7198a1629d56c1055f6a7315123a20f6ff0f78 authored over 16 years ago
Put namespace for resource into a field

c3b36373e753a4e5c8214de8ba8e436ace59e4f2 authored over 16 years ago
Add And, Or, Throws and With operators and implement simple operator

precedence.

dc29afa5cf7072c41b9fec016b9b8550bfafbe6c authored over 16 years ago
Split AssertSyntaxTests into multiple fixtures

796191845dd9c4f1be6ca4cbdc7b3d9cce96c098 authored over 16 years ago
Add And and Or operators to Assert syntax

3058c017234e7def060021b8af22d1fefe78ccb7 authored over 16 years ago
Doc typo

08933fa5ebb89ab11a841101d6c22674a1048f4a authored over 16 years ago
Remove duplication in ConstraintFactory by using Is and Has statics

b00cdedb8a007839806bff92d9d06223309c542d authored over 16 years ago
Continuing update to constraint-based syntax. Remove obsolete classes in the

SyntaxHelpers namespace and move all static helpers from Syntax/CSharp
directly into the framewor...

24b154cf13d2a758fd2157c0de1e33f37ba3a335 authored over 16 years ago
Continuing update to constraint-based syntax. Change handling of Modifiers

so they are only available on individual constraints that support them, rather
than in the base c...

c1cfca2c50359cf67edd2894a917bf9e875e8371 authored over 16 years ago
Add IConstraint interface and revise processing of constraint syntax

63131f6e7ae49d957a7fe4eec44aad09b14e9fe8 authored over 16 years ago
Add RangeConstraint

158338fdcbbe18356e57ae06a663397d1f9b93b7 authored over 16 years ago
Make use of secondary constraint in ThrowsConstraint processing

62f1046bfc87a2f2f53820ce608f3ac496013d19 authored over 16 years ago
Fix property constraint message output

bb8d5b415d10c7bc861cf31506b6fb3c9654df21 authored over 16 years ago
Add TestRunnerFactory to select runner based on settings; move several

statics to NUnitProject.

1ef1e6ec10599c0a5c90325bdb11128cd42c12c8 authored over 16 years ago
Add test for List<T> versus array comparison

5f666ae8fbdeac6d70f1a17abc0873a47504da6b authored over 16 years ago
Initial work on running tests in a separate process; update to options page to

allow setting separate process as the default.

af9540651740d531d2baf7ef2584dd486a64e4ef authored over 16 years ago
Fix typos

937eb5f21a38197342315093dce815d8278d0f01 authored over 16 years ago
Remove superfluous assembly reference

bd73e2965c447ca4cded72c07c771de0bc903fe9 authored over 16 years ago
Separate alternate data-combining strategies into individual classes.

26aac8807d8c3164bdd6f0da9fbb33b67c59c75c authored over 16 years ago
Remove reference to no-longer-existing file

9ca18a64d3f28e98be5f6841e70ae385177af553 authored over 16 years ago
Allow multiple setup and teardown methods

0b51e5da958c4d3fb9491ed9866460d468abb09a authored over 16 years ago
Add generic syntax helpers for type assertions

3817a8a62d67cd02a15641a74f0732d9fe556b89 authored over 16 years ago
Update documentation

c53295b8bc0ee42f2536435140c32187987bd4ae authored over 16 years ago
Add support for parameterized and generic fixtures

60685d127347f105cc95eb4f5e76b198d1919885 authored over 16 years ago
Mark base class for tests abstract so it doesn't appear in tree

06f3fb63614096decb217fab27a1d1c5d67f6f03 authored over 16 years ago
Add support for arguments and type arguments to TestFixtureAttribute and

add tests

20efa8589d148ed613885f65110dea2a7a263055 authored over 16 years ago
Add DataSourceAttribute and move RandomAttribute and RangeAttribute to

separate files.

dd67cac7c11b783ed51bed25d8169750e91ada3e authored over 16 years ago
Remove TestCaseFactoryAttribute and UseCompatibleFactories

9fe69bf6ca7b431411bdcaf59d715b7e0bf9b553 authored over 16 years ago
Add Net-2.0 Category to test

d80a43a1c0b908dfed83f020a5df82ec26916354 authored over 16 years ago
Override InitializeLifetimeService so AddinRegistry remains available.

328fc03535492b1db6d853c0f110a4bf4db7ac93 authored over 16 years ago
Comment out temporarily unused tests - commenting attribute is no

longer sufficient.

dd90fc8bf789a7faf6d3b6f917d602968cc9892b authored over 16 years ago
Add Generics category

ad32bb9c7dc503c44436f84052ef380bab4d751d authored over 16 years ago
Hide obsolete classes from intellisense

7e88b3c9b03d9ee1aa51218168c79774f210eff6 authored over 16 years ago
Make class public

0e0052ef43a5cea10be836fde5839b61f9a7ce52 authored over 16 years ago
Add method to construct a type with arguments

b75397f9599e79393e8f1071a7c0f094852463dc authored over 16 years ago
Add Font menu to context menu for text output displays

d1c8cd1698f84e72713aa783e03724a71055e203 authored over 16 years ago
Correct display to use errorsPanel for errors

7015a316303bcb2272bd611da19188f24e9408b7 authored over 16 years ago
Restore fixed font to text output tabs (Bug #2018225)

ff2371c2c37eeb080e70c36375a99b52eabc7dfc authored over 16 years ago
Remove commented-out code

10a1c0318db26fd73a774259a8b37f391742bb92 authored over 16 years ago
Change FactoryAttribute to FactoriesAttribute and add UseCompatibleFactoriesAttribute

c61b6614a347630a474e8cdbecdbb6cb99887232 authored over 16 years ago
Change FactoryAttribute to FactoriesAttribute and add UseCompatibleFactoriesAttribute

d311b0eddb661488fcafae7425c2ec294b5682de authored over 16 years ago
Only allow RequiredAddinAttribute on assemblies.

d4fda31c03a3497511844d1df0a4d1fc169cec45 authored over 16 years ago
Add evidence to test domain if none provided in the current domain. This

arises when running under a Visual Studio addin.

fa513620bb50a6d46fdf9c54d4be761e8cacd25d authored over 16 years ago
Give AssemblyResolver responsibility for what it resolves.

Use Activator.CreateInstanceFrom in .NET 2.0

ef3df2cdd3decd68ac79635a7678174691c2a603 authored over 16 years ago
Use Activator.CreateInstance in .NET 2.0

1620a4c4322375d5d912103e46247063a995df0c authored over 16 years ago
Move responsibilitiy for creating instance of RemoteTestRunner to a static

factory method on that class.

28b1c76ec2a01d064279da8a82540a5677f76254 authored over 16 years ago
Centralize code that locates the nunit install directory and the addins directory.

4c2592d950b9749aa3a395064b9c37b2f26a9bd9 authored over 16 years ago
Make test more robust

1b7218ede5c427f8dfe58ba3dd8b0118dd29a1c1 authored over 16 years ago
Add AssemblyHelper class to support common operations on assemblies

2e2dd86aff8038f07a6a90fede6139c14058163d authored over 16 years ago
Display any error message from loading addin in Addin dialog.

4ae1723d1322899ed7074533c286b8deae3f9e0f authored over 16 years ago
Add doc comments to fix compiler warnings

2c7265c8d7c6cb4730b067d0b64aa0d64cb420e4 authored over 16 years ago
Include copy of log4net.dll in source package - needed for pNUnit

538d64ab1f195daf8f2d2effdfef74fe99c65278 authored over 16 years ago
Temporarily remove RowTestExtension from the build

63c6abac0689c34cbcd96917ed4b595a99ca3f8b authored over 16 years ago
Update docs for 2.5 Alpha 3

9f6e6c1c841c7a0aebfddcc6703c7ec5f9062822 authored over 16 years ago
Fixes to make RowTestExtension build with 2.5

786f70423ecb85ab8b502f78f191142a19e7a2ae authored over 16 years ago
Update for NUnit 2.5 compatibility (RowTestExtension 2.0)

f5c249bded9b870d44937a58044d4d600f4e5902 authored over 16 years ago
Add Values, Range and Random attributes for specifying data on the

parameters to test methods. Add Combinatorial tests.

9b6ca787290ee990ed6f6bc57912ee6eaa76a1f9 authored over 16 years ago
When a property is a collection, display the contents in the properties

window. Don't display anything for empty collections.

11a260341e32ec94027d30758c860041e258ba78 authored over 16 years ago
Add tests of Generic TestFixtures

b77dc44bd53df98fa8a127252e5c48e3e28bf950 authored over 16 years ago
Eliminate duplication of methods that deal with attributes by using

ICustomAttributeProvider as the argument.

144dd4dedcd41701660af28c81eb9d22f8064cf4 authored over 16 years ago
Run domain unload on a separate thread to avoid hanging (Bug #2003500)

a656ad20cc502985918b9c4752cab16143b3de28 authored over 16 years ago
Update factory provider to search for factories marked with TestCaseFactory

attribute when no name is provided.

14751993bcb6e93f682dc2522723d1711af90f9b authored over 16 years ago
Use conditional compilation to eliminate warnings from obsolete methods in .NET 2.0

97ba61a118de693b12e2fad883155f5be4fe1ae6 authored over 16 years ago
Add new IsOrdered assertion and constraint contributed by Simone Busoli

d927e58bf23f1d4d0e45a5e0f2a6f6ba4c14e631 authored over 16 years ago
Add doc comment to public class

c167ec6e7ac0d414f70ff7feade4197b4cfeb14c authored over 16 years ago
Mark classes in SyntaxHelpers namespace obsolete

f0fc1c45b45aae110de3f216cdc6825a5057a092 authored over 16 years ago
Fix test to eliminate dependency on system locale

2a5efd451ac891b55c53057b128b7896ee9aeda0 authored over 16 years ago
Add new IsOrdered assertion and constraint contributed by Simone Busoli

10c028595a920c6374ecec683d71ad27620b2045 authored over 16 years ago
Add missing file

618ccc44ba83dfde80a194d65db2bb5d52001561 authored over 16 years ago
Allow use of generic test fixtures, with type arguments provided as arguments

to the TestFixtureAttribute constructor.

61a1649c508056fdc22a7549b33fad985afb18d6 authored over 16 years ago
Fix problem when settings file is an empty file. (Bug #2004195)

e129d35aa76a439cf5c9c6c2d11541899b5c48b3 authored over 16 years ago
Handle parameterized tests using generic methods

2b917c2d25207a13ba733860cbba9aced217cb70 authored over 16 years ago
Define NET_2_0 for vs2005 project

2d5a3e85fe40e6e9a017b3a2679f235ef9b15b58 authored over 16 years ago
Display full version number and configuration (Alpha, etc.) in Console output.

bcc83823d3d8a645b92c7426023741deebd85d58 authored over 16 years ago
Remove DynamicTest and related code from build - approaching the

problem from a different angle.

d32523fae1cdd3ff43dbbaeecb5df05071106db3 authored over 16 years ago
Display full version number and configuration (Alpha, etc.) in About box.

6dd139be01dda64131e5b2a5a599469992057e8e authored over 16 years ago
Generate common assembly info for nant builds. Build number is based on the date.

e12d30da348972f39b3a9eb00d47fab4d6a94e26 authored over 16 years ago