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

When reload fails because the nodes in the tree no longer match, this can be

due to a change in the TestLoader settings or by adding another assembly to
a wrapper project cre...

46651e4479f24d3f848a4f6cfe46f5116b290eb7 authored over 16 years ago
Recognize a TestFixture without an attribute if it contains methods

marked with TestCase. Fixes bug #2156592.

457af448a458e88052e3eb6e2f0746fcd4736ba4 authored over 16 years ago
Change the title bar when a test is reloaded, in case the name has changed.

641c46fc84c8e16dd1ec2d082a1ea65203b58bd2 authored over 16 years ago
When reload fails because the nodes in the tree no longer match, this can be

due to a change in the TestLoader settings or by adding another assembly to
a wrapper project cre...

78fc174009bae7fb76c79544a376766a1c456ec6 authored over 16 years ago
Use scrolling text box to display assembly info - missed file on first checkin

2e94515ae7cf5ac42bef41dcc11807fd2ff0bfb0 authored over 16 years ago
Modify TestLoader, NUnitProject and other classes related to loading

of projects so that events are no longer used to indicate when a loaded
project has changed in su...

cb518ec191ae582a5bec8741a68e696832f5dda4 authored over 16 years ago
Remove generation date from generated files to avoid spurious

updates to the repository.

79acad3d7076bcbd8ea53f97c9396572182a3961 authored over 16 years ago
Add ProcessModel and DomainUsage properties to NUnitProject; remove

VisualStudioSupport property, which is no longer used; add ProcessModel
and DomainUsage to projec...

a2df2cc1be282c2cc6f6545647fba82fa3effdd4 authored over 16 years ago
Use scrolling text box to display assembly info

455a381f68b7908f5ab518c881783ea3224a644e authored over 16 years ago
Add /process option to console runner

e3ac9c381813a498801a4741a9b98f4118475cca authored over 16 years ago
Use enums rather than multple booleans to represent ProcessModel

and DomainUsage.

f46eff055da52ba0516a4b3c23119a63cdcddb22 authored over 16 years ago
Change name in the tree for the test loader options page.

4f3f5f441a17284dd0440d7447856049c53da980 authored over 16 years ago
Move DomainUsage enum to core.interfaces and add ProcessModel.

Modify TestPackage to support more default value types.

4e5c5d267b55d171cb476878bfac5d68cb5a93eb authored over 16 years ago
Remove assert checked in by mistake

7b5d2e0e8260c47a2d3a48a4098165498dc8f427 authored over 16 years ago
Fix problem with extra nodes in tree due to conflicting settings being carried

in the TestPackage. LongTerm fix is to use an enumeration rather than
boolean setting values, so ...

50e91357fa0c640234c32d610516e425ef886d1f authored over 16 years ago
Enable selection of the MultiProcess model for running tests; fix problem with

TestLoader not reflecting changes to the settings when it reloads; display
more info about each t...

a6119c2b6c2c5f03fefa3a1f302c79a95d339d60 authored over 16 years ago
Remove unused code

a4605dc7db243f901a785134f577efa07d9691d8 authored over 16 years ago
Refactor MultipleTestDomainRunner, placing most of the functionality in

base class; add MultipleTestProcessRunner following same pattern; move
code for MultipleTestDomai...

088124de342c3f1778d45fd5eda38e14969d3ac7 authored over 16 years ago
Remove references to log4net

4c53c2dd6492d5d9c47230cea8843d4c12ded257 authored over 16 years ago
Run out of process if target framework is different from current framework

402be19bcc9babb17e09f69f38689f420b80e501 authored over 16 years ago
Add Gui support for setting target runtime framework in nunit file

8772757280e201c0c563430b791d0657f856d273 authored over 16 years ago
Remove references to log4net

5d54c0a30c8dbdb30ff62b9048cc323c654b4d78 authored over 16 years ago
Patch corrupted project file

af6c0496278943fb70fb2da0e2e74c4f9bd5bba4 authored over 16 years ago
Add new threading attributes and processing: RequiresThread, RequiresSTA,

RequiresMTA, Timeout.

c95693ccf3a6280d84c5a01d327462c767cb29d5 authored over 16 years ago
Change PropertyAttribute implementation to support multiple

name/value pairs.

cd890e2898261deed3f83afc48c10a202efb7d2a authored over 16 years ago
New test helper: RequiredChildResult

be3212887caf50d6c1632801d683f471d66f1ce7 authored over 16 years ago
Add class comment

50cd1691d47b9be247eeb1e6bb978b84585001a9 authored over 16 years ago
Add source for syntax generation to CVS

24cdb09eb347ac496f57b241b3c40f3d1859eed7 authored over 16 years ago
Add project and build target for building the syntax tool

61ee53e96dcea9c056352f72dc3529651a9cd5f1 authored over 16 years ago
Add generated versions of Is.cs, Has.cs, Text.cs, Throws.cs,

ConstraintFactory.cs and ConstraintExpression.cs.

afba431538e828ccb35fdd6b2efcab17a4c6f8e9 authored over 16 years ago
Remove spurious 'new' modifier

1f14b1ebec7c0d140faaeabc49667955a7558029 authored over 16 years ago
Add test using anonymous delegate

fbf7f6792d82a913a93ef51ad66a533393b19b56 authored over 16 years ago
Add documentation comments

92670cd13cb1c193e62ca2f4651054e9c2257ae4 authored over 16 years ago
Fix problem with Assert.Throws requiring a cast of the delegate to work.

Fix problem with Assert.DoesNotThrow failing to display user message.

ed0ded1358ee76c2dcbe00b2d1fd8aade7f5915c authored over 16 years ago
Uploaded changes for PNunit project:

- Use of user-defined wait barriers
- Choose to use the shadowCopyCache or not (for paralell test...

c02c9fbf6d770288e1889ac18415232dc3eb9276 authored over 16 years ago
Fix AttributeConstraint so it works with attributes on other than classes and so

it can function as a prefix analogous to PropertyConstraint

2e33c861742822082fddec9c42fe71e8a5fba957 authored over 16 years ago
Fix doc comments

03726608ab707796216a057bf455df97d5a98e0d authored over 16 years ago
Change ICollection argument to IEnumerable (FR# 2134447)

c8334605110e85bdb67286b0cff4e02a0f90e679 authored over 16 years ago
Substantial refactoring of syntax recognition code.

* Removed IConstraint, PartialConstraintExpression, ConstraintModifier and
all derived Modifier c...

2859be90440a8f0c95acaaf7b4fd6f00b4ce601e authored over 16 years ago
Update documentation for 2.5 alpha 4

b6a262bffbb2522379c45619f81cd41bffc11fd6 authored over 16 years ago
Update documentation for 2.5 alpha 4

dec8956df6782ea88630a54aa7b63b16d68100d5 authored over 16 years ago
Remove addins from the release temporarily

fcdf1304e60433dfeaf544273818a3739f305dbe authored over 16 years ago
New Attribute Operator - still under development

950cfbee6b9ade7fb06cdf03573944ed1a5aed9c authored over 16 years ago
Additional files needed to run NAnt without error messages

79242c78421b87eb7471f9db8cb15f5343e13817 authored over 16 years ago
Fix Constraint ToString() so it works consistently across cultures.

c7cd969a357873e54c1c8e403017fd5d85dfb39a authored over 16 years ago
Munge nunit project file to specify correct runtime for execution

0fbea2758fcf204509ae1f0e6044156f878aa0ef authored over 16 years ago
Avoid duplicating categories and description in the list of properties.

09a7c1f0a057cdbc363010dcaa75b2808640646d authored over 16 years ago
Experimental support for running using a different CLR version

eac43d2220624538ed7377c3b1c4b95c6e4f2426 authored over 16 years ago
Experimental support for running using a different CLR version

d1f4576246160f24d57f326a1d1d7d628e80ca7c authored over 16 years ago
Add WiX extension to our NAnt configuration

1fd4fb2952a6f36e88a6123c3a73feb387c13de4 authored over 16 years ago
Free data slot to avoid problems with other tests.

8dd3ad91592c902f2473f3df2b91aa1e5fa56125 authored over 16 years ago
Change XmlResultVisitorTest to XmlResultWriterTest

005e07a222e20e0da730a98dddb0bbc7d252643c authored over 16 years ago
Change build.bat to run our nant build

e2c5b02d532142c90685e765d61b2ca349193d53 authored over 16 years ago
no message

1119a640e922047bcfc176ced529ff4698766662 authored over 16 years ago
Allow int and double property values to be specified

1f5039d9feda79a46e52ae4f34a9c65a80cb23f9 authored over 16 years ago
Adding NAnt to the tools directory

b3d353fb408aaac45f73463653ead5d65d88b575 authored over 16 years ago
Rename DataSourceAttribute and TestCasesAttribute to ValueSourceAttribute

and TestCaseSourceAttribute; support Properties and Categories on individual
TestCaseData items

946c0a8ac000ca0b62fe3660b1ec5423095bddd2 authored over 16 years ago
Limit PropertyAttribute to string, int and double values

303f1a4a735b34d76c59a1014429ef1ccb4268e7 authored over 16 years ago
Remove msbuild items used only for the TD.Net build of NUnit 2.2.

aab333a2d9d6f3a41f2735594a4c5404b97839f7 authored over 16 years ago
Rename DataSourceAttribute and TestCasesAttribute to ValueSourceAttribute

and TestCaseSourceAttribute; support Properties and Categories on individual
TestCaseData items

e68d2baa09914d8cacb46355e65921ae8c492507 authored over 16 years ago
Limit PropertyAttribute to string, int and double values

581c4701c40de12a54b0f941d971fed7f322dad3 authored over 16 years ago
Add a copy of the ITestCaseData interface to core.interfaces

34640489ab2e3ed8914da511f8254142a45a58c9 authored over 16 years ago
Add copyright notice

2e510e42e98e9c2e1e33edc6c4b599be29709eec authored over 16 years ago
Remove erroneous checkin

a6957853a9d3c43802b5a7ec60475b181c8ce52d authored over 16 years ago
Remove obsolete file

06ceb2aca77c5b362775f202248161e563e4bd74 authored over 16 years ago
Add copyright notice

39c6dfec405c9594a3d80a55b53a14745b237210 authored over 16 years ago
Add copyright notice

03a21046d88a7737c1c6a08a6c10c81b8dc6ec04 authored over 16 years ago
Add negative versions of each StringAssert method

5f083f752b0ca51055267954ad6083738c622afb authored over 16 years ago
Add SerializableConstraint

2d524712e59575755c48391d4553502f4ed13fb4 authored over 16 years ago
Allow testing for existence of a property on a type.

37d882cbe8cb6a46846762fad53b93de747ea0db authored over 16 years ago
Changes to allow recognizing and running NUnitLite tests

527937c3bd51bb9c2e66bf360d979a29c643362e authored over 16 years ago
Limit DataSourceAttribute to specify only a single data source - tests were

changed earlier.

d61a200c2430182611e1c819586f4c2d06e4d783 authored over 16 years ago
Change property names to conform to what ParameterizedTestBuilder expects.

28a94e6af667f56e562cbdf05cb10d2c9042ebeb authored over 16 years ago
Fix EqualConstraint so that IEnumerables are correctly compared (bug 2065374)

9a218fd7b60dc32ffaf445f4b029e7c1ef6c7050 authored over 16 years ago
Add syntactic elements to access AttributeConstraint

222b5ebd9e7cb056aff9b28979aa228dfcb765a4 authored over 16 years ago
Changes to CollectionOrderedConstraint and associated syntax

15b27c0b20606dfd8de93497d28b35e4dae1fb8b authored over 16 years ago
Modify Throws.Exception syntax and enable use of With after TypeOf or

InstanceOf to specify an additional constraint.

bc0be8604540313d699c0defba32d1fa37252725 authored over 16 years ago
Mark Is.InstanceOfType as Obsolete and replace with Is.InstanceOf

5551c1b2d5e7bba72eee25b55459af1a3403745e authored over 16 years ago
Remove arbitrary differences between config files for each exe and

provide separate Ship.config files for use in building the distributed version.

20ac8eb419e2acab60e5b26337a10fd4ca5e3c49 authored over 16 years ago
Refactoring of constraint expression parsing into multiple classes, one per

parse state. Adding special processing of And.Some and similar constructs.
Modifying syntax of pr...

42dc357118b69a5b447061ffd3c84e7c25c34a90 authored over 16 years ago
Separate config for releases

44bcba8cb19a3e3741000549bf32343257f9ed33 authored over 16 years ago
Standardize config files for executables

a5d619c8284e09cd3d4cbc3f54399b8b08024de2 authored over 16 years ago
Build with no manifest

938281a46bbbccb39fb2a64e736cbbefc93dfadd authored over 16 years ago
Add ResultState.Inconclusive to the list of states indicating that the

test executed.

bb6c07f5b8713b5392f909aacf3889de613cab1f authored over 16 years ago
Remove FailureSite.Unknown leaving FailureSite.Test as the default.

90879b25a9139fda572f60ff1c7beac93200241a authored over 16 years ago
Add test for Throws operator, which is only supported by the static syntax.

4bb64864207c4ab556d866a66ca9cd1580a66a8a authored over 16 years ago
Separate tests of AssertThrows and ThrowsConstraint. Split out delegates used

by tests into a separate class.

d168732a099300881e9a95590bb7d172e558fcb4 authored over 16 years ago
Leave out of Mono build - won't compile

6fe90dc57e233b7d0d0919754a00da37bc218f17 authored over 16 years ago
Work around problem with Mono iterators by using .Net 1.1 logic on Mono

60f9d28c3882ee60cacda4e5a799610c8dadd1b3 authored over 16 years ago
Simplify processing of ValuesAttribute by only allowing it once on each parameter.

bfd548c7fa389ef19259a083437eb6fb1a2c4008 authored over 16 years ago
Exclude tests under mono

2080ddfe9be204b5cd651e52b777d8d0737535bc authored over 16 years ago
Add missing references

f47d642bc3c40c244215dc1032185151a487e928 authored over 16 years ago
Add missing file to build

7dfd2e252f5510435ec7378008f722ab7486c905 authored over 16 years ago
Add missing reference

1a82e1ecb9620c86b959c19b22d2142ca728eee1 authored over 16 years ago
Add test case

40e4dc2c4ac325d8e16556cf1998e9d74328cae2 authored over 16 years ago
Modify processing of property, throws and some operators

27675409e5355c3183b1c3f5d5f958fe914f1f56 authored over 16 years ago
Split off PropertyExistsConstraint from Property constraint

a5d4820108651bce568dcf0d7f4332372b9f4d0b authored over 16 years ago
Refactor constraint tests

d319879462d959c159a138872f1232b1c9bbab03 authored over 16 years ago
Fix problem with single null argument to TestCaseData

610e4582a432ef58bdca7272a866dfbb208aecbd authored over 16 years ago
Corrections to build script

c71f93dd4c68e17aab367c2e01d18019932fbfcf authored over 16 years ago