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

Modify location of installation directories and add property for our

ApplicationData directory.

8ecff4966e46fc909737d507879f86b17132bae1 authored about 16 years ago
Modify location of installation directories and add property for our

ApplicationData directory.

0e4284c1c7af503556019eadcd28b9d5ea329881 authored about 16 years ago
Modify test project to run with any runtime framework that supports

the proper version.

d9081d1ee725db23fa366ca1d3b251497c0c5749 authored about 16 years ago
Add comments

5f0332f1ff59f70b353cab1baaf039e0daaa3108 authored about 16 years ago
Modify location of installation directories and add property for our

ApplicationData directory.

89a09674ce2761945f68b3d2fec8a4dfa30aa62a authored about 16 years ago
Write internal trace logs to subdirectory of our ApplicationData directory.

44e53598149d5d8a2be920baea302d015ca5c05a authored about 16 years ago
Eliminate separate lib directory in install image - causes problems with current

Mono releases.

c9437677e89340e088ed81bf128bf91de060fd9b authored about 16 years ago
Changes to runtime selection

a48393e615dfdc5ad732d7c9feb84df3c63c8889 authored about 16 years ago
Remove bundled addins from the build

0aac75a232e2853dea77f39ccf79083b4d158460 authored about 16 years ago
Add Assert.True, Assert.False, Assert.Null and Assert.NotNull for

compatibility with NUnitLite

dcbe8e796b6b17f87418b29d70c8d53c6e2cbfd9 authored about 16 years ago
Remove experimental code checked in by mistake.

6aff45fb20533cdcf64967bb3e25792eb9fb7dd3 authored about 16 years ago
Comment change

a099daf1f5fc526b89112bd95be1d9d98efb51de authored about 16 years ago
Comment typo

04e16e63c4f540d8d77ca050f3573a6a423fbe8b authored about 16 years ago
Correct error in Assert.That

9732c0656cee199afc5644bbbcc2dc9ccdedae87 authored about 16 years ago
Update PairwiseStrategy implementation

46bb65ac0e01a094abc822eda8d0b0d492b50fc4 authored about 16 years ago
Add Assert.Throws overload that takes a constraint expression as

its first argument.

eb2ac2ee466695a6753994d0eb54ef40929c2b3b authored about 16 years ago
Correct terminology in comment

d8c42e2a0826bac71685952160af696c9914c3b8 authored about 16 years ago
Remove use of Stack.Clear, for NUnitLite compatibility.

56143da22d123ade2c422d5d00b8ba5695e74a4c authored about 16 years ago
Change DataSourceTests to ValueSourceTests

0092213f985ee31b6191615e41079f2e18bdac55 authored about 16 years ago
Change FactoryTests to TestCaseSourceTests

2e25bc27d1be18a2f8a6af669bb880c4472e0f53 authored about 16 years ago
Automatically recognize method with TestCaseSourceAttribute as a test.

2f14fa5fe83264f55d29ea1d69a9afba48ee1245 authored about 16 years ago
Move Repeat attribute and implementation out of extensions and into the

main framework and core assemblies. Remove nunit.core.extension from
the build. Remove nunit.fram...

fc7604f864115dac90588d13393ca08f447fccad authored about 16 years ago
Move Repeat attribute and implementation out of extensions and into the

main framework and core assemblies. Remove nunit.core.extension from
the build. Remove nunit.fram...

3194a0ac489a0eb8fd7a71c042d4db12da826f63 authored about 16 years ago
Guard against null reference

9231b7d218d3bddaee13f64d0972e22f03fabfe4 authored about 16 years ago
Implementation of PairwiseStrategy by Sergey Popov with added test cases.

a7785ffa6c221c1f8bf46ad973545d66b26009dc authored about 16 years ago
Guard against null reference

6b2758ca651c488578f3bc7db7ff30b9b0823872 authored about 16 years ago
Implementation of PairwiseStrategy by Sergey Popov with added test cases.

2dcecc06bd7dcc0abae0b51279c180ba52ee098d authored about 16 years ago
Change PrefixConstraint to take an IResolvableConstraint rather than a

Constraint, allowing use if a ConstraintExpression as an argument.

7015c51fd6a072af951b2a433697233da8b66cf7 authored about 16 years ago
Add doc comments

fd5c740378cf1ebedd96a1787eb09c3d6499158a authored about 16 years ago
Change PrefixConstraint to take an IResolvableConstraint rather than a

Constraint, allowing use if a ConstraintExpression as an argument.

b70e355c5f9e43578e832b8ab1fd37453ee039e0 authored about 16 years ago
Make internal constant private; add guard statement for possible

null argument.

5da6b48e220e832a5f9f201d3a8c7e0eb89c0233 authored about 16 years ago
Remove unnecessary using statements

c1a3b2c88704d0eb68ba2429f3c6d3fe9b6a615c authored about 16 years ago
Remove unnecessary using statement

d4fc2f905992cc9151c9e730d6d0eab0c695d58a authored about 16 years ago
Clean up and refactor loading of tests in domains and processes. Revise

format of Test Assembly display to show them nested in domains
and processes.

dc06fb521ef757185963d89e7908c8fb539941ae authored about 16 years ago
Remove unused file

94fdb75e4a82961e437d14cf8b46ba8400151780 authored about 16 years ago
Update shipping config files to turn off internal trace

eb7ebfff17deb6d463d823423e31a44b8d8e972d authored about 16 years ago
Move MaxTime from extensions into NUnit itself.

613197cf085418c33384315a2174d38092aefbbd authored about 16 years ago
Add missing config files for PNUnit

12c418e3303b6b20aac78f52ea25789df1529cae authored about 16 years ago
Move MaxTime from extensions into NUnit itself.

005033a1ec758fbfdf9d76f3e268cddffbb7b353 authored over 16 years ago
Remove trace settings from NUnitTests - no longer used

24819ceae61c832779e4102081a2e3acaec09820 authored over 16 years ago
Modify directory structure for install

f903c097f12684f7c3c74f191e967c656c5936e5 authored over 16 years ago
Change lib subdirectory in output to framework

dc94fdcc71b3acabc713fef43a13fd2c3fc76e34 authored over 16 years ago
Move DomainAgent to nunit.core where it belongs - it was mistakenly

created in nunit.util. Make TestAgent abstract and place it in
nunit.core.interfaces. Add IAgency...

577a4cb2debd3278e2d02a80ba51b231fc063b4e authored over 16 years ago
Remove obsolete NUnitDevTests.nunit and substitute NUnitTests.

c3bee4ef6f27130e504358ac59b3a724135f058f authored over 16 years ago
Add copyright statement

175f9f762a464d80276f8e79b89fccd0e17612c8 authored over 16 years ago
Add InitializeLifetimeService override; add copyright at start of file.

127d7d11390d12bf03ea6417307d151deab4dc2a authored over 16 years ago
Add logging calls

02b6d368fe80e93c3aa46a0dcc978fc4d74cf9e6 authored over 16 years ago
Add missing namespace reference

629c580ee155a98ff8000bc6df745f988702c7de authored over 16 years ago
Use Type rather than string for logger name.

4f0e5aa787330ab69ac66d8136f6e2c18cb8e34e authored over 16 years ago
Move internal trace initialization to exe to avoid conflicts with nunit

tests of the console-runner assembly.

5cda546ea28efda35506772ef639d0914675775c authored over 16 years ago
Add logging calls

2e879d79a9581f081e0fb9713152cbf925adba94 authored over 16 years ago
Change URL for license to not be version-specific in order to minimize

future updates.

3b30085cf33e3084bd385c3404a39602e6fd0fab authored over 16 years ago
Push more logic into the static InternalTrace class; use a flag to avoid

initializing twice.

9f9ff7627628001763d1a6ac3f08ba9b644713e8 authored over 16 years ago
Fix version number typo and add code for listing supported and

installed versions.

054a6ca7c045db7404442d7a5bfd12fe33d678d0 authored over 16 years ago
Logic error in detection of an installed addin

58d8027ed325132498347ce4b94ebbad4d7777a9 authored over 16 years ago
Comment out unimplemented assert form

86e94155fcdcf4f4d1fa3203bc46cdcec7394184 authored over 16 years ago
Ensure that parent node result is based on setting child results.

1f2bfbfe23671ba9e251e20302b4144d2ee0cf7a authored over 16 years ago
Add post-build step to copy extensions dll to the bin directory of the three

executable runners.

e43aaebfb5834818d8431d77e107134f8dc97e5e authored over 16 years ago
Make TestAgent an abstract class rather than a hand-written proxy and

pass references to the actual RemoteTestAgent to the runner.

0eff9e516019a50ce6bed5f78d55fdc9b0003981 authored over 16 years ago
Replace use of .NET Trace with a simple internal logger to avoid conflict

with use of logging subsystems and Trace by the application under test.

9c270016e7e6205f0cf57d4ddc1a92036f5652a3 authored over 16 years ago
Make TestAgent an abstract class rather than a hand-written proxy and

pass references to the actual RemoteTestAgent to the runner.

8f79d92581765555b0c1a5b592756bf3ec3af96c authored over 16 years ago
Replace use of .NET Trace with a simple internal logger to avoid conflict

with use of logging subsystems and Trace by the application under test.
Change friendlyname of te...

e4f637ea8158142ad7977395ee3ffd37d6b13272 authored over 16 years ago
Add DomainAgent to handle initialization and cleanup in a test domain

and to provide a test runner on request.

e66a8492f133bb90f143ca066f81b9b357bd521e authored over 16 years ago
Exclude Timeout tests in Mono until we can make it work.

f5681359a01b3c26e1f6d683010c895660244c57 authored over 16 years ago
Replace use of .NET Trace with a simple internal logger to avoid conflict

with use of logging subsystems and Trace by the application under test.

a3aea67f24b1b221965b8f304774e7b1806cb1b2 authored over 16 years ago
Add equals override to Addin

8cf9cee29eb55efef296a100e1f9d5ae108e2aa3 authored over 16 years ago
Fix RuntimeFramework so mono display name is saved at the point of

creation, since it may be serialized and used by a non-mono runner.

a0f4f974fd3a63df5703bc130930a7be0ae47743 authored over 16 years ago
Replace use of .NET Trace with a simple internal logger to avoid conflict

with use of logging subsystems and Trace by the application under test.

243d4810d509fbe4fec01a24969aae927be1f943 authored over 16 years ago
Reduce time delay for test

e76ed773b32aea5001d11e88ce56b9840651e5e8 authored over 16 years ago
Replace use of .NET Trace with a simple internal logger to avoid conflict

with use of logging subsystems and Trace by the application under test.

514300eaf2cf40c920d80d7a84b0712ed1b802bf authored over 16 years ago
Change label in tree

b6ba5b693206da3f41f595c4059903a1cd307810 authored over 16 years ago
Update domain usage choices on entry, based on selected process model

80c3071208a6cb2b85788751bf2b1f6fa014df1a authored over 16 years ago
Change labels to indicate that the values are defaults

b3070aaeaea30a3786b8dd87e7a26dad81f6c6c6 authored over 16 years ago
Update throws tests

64e18d63c2ace0a322284b219becba70541a8cd4 authored over 16 years ago
Remove use of Comparer constructor that doesn't work in .NET 1.0

4b05247daa7ac48a056be7e36292f42a4a6dffc1 authored over 16 years ago
Update delayed assert tests

778c266c5ffc4f8b4eac74474816ce665801474a authored over 16 years ago
Correct doc comment

14118147ef8fd3d2cb141dbfeb152307a3be25a3 authored over 16 years ago
Add doc comments

a8204ab9d3adfaff2a9ce965cf2ecc3becb416ed authored over 16 years ago
Fix warning about doc comment

d916a67294ec9d9f9346b019b9041be193bb5618 authored over 16 years ago
Correctly identify TestAssemblyInfoForm as a form.

ec8dd4d2875d1b8dd3dce88594c33fe286f95487 authored over 16 years ago
Use a Guid rather than process id to identify agent processes. In some situations,

the process that is launched is not the agent, but creates another process
to serve as the agent,...

43e35326b606bca151c9001231b18834b9c1386e authored over 16 years ago
Add fixes to enable locating addin directory and test agent path when

running in the source tree under visual studio.

ef6828d7d57d2655ae0c4cf3f28c297de82720d3 authored over 16 years ago
Add missing reference

b329ef675a0d1d8d1b1f28d7f950a4d87f74195a authored over 16 years ago
Hack to avoid creating an additional test agency when running

tests of the console runner.

546c8a1734364bea8b4b80cba5110682e933375f authored over 16 years ago
Remove unused event

1c9750d02bd6d190faa5d1a62acaea1304227cb6 authored over 16 years ago
Remove client connection limit - fails in .NET 1.0

dafcc2cd7fcd0c60af15659d237d8fa5d07e9c05 authored over 16 years ago
Simplify comparison of runtime frameworks using Name property

78765a1c39d5ced7c4384122d88c143435b976b5 authored over 16 years ago
Fix bug in RuntimeFramework: displayname must be set when the instance

is created, since it may be accessed by a different CLR.Fix Assembly Info
form to display proper ...

7de34bff33e1be3fd10c0abedf5344381fc09ac7 authored over 16 years ago
Add Missing Reference

d836961ecc455a20eb04cd5e322e58e89a4934f2 authored over 16 years ago
Add doc comments

a36698e70d6b77cf5f5767a514e26b3722839dde authored over 16 years ago
Reorder methods and add regions

1205d4128dfb41f6a4c2a5f5be54dd256211ad2c authored over 16 years ago
Eliminate potential null reference

b50686c6c68a345f151cb3cede478a3da25738cf authored over 16 years ago
Add AfterConstraint to provide delayed evaluation of an assert.

277d094483087eaa9e94a27f5f99ede97b12dc78 authored over 16 years ago
Add AfterConstraint to provide delayed evaluation of an assert.

5cbf2179951437e4644ffd990a2f6a68e80d70e7 authored over 16 years ago
Improve error message

e0ca5bd84845450adedf17da1c749f620454fb24 authored over 16 years ago
Update test project to use new autoconfig setting and to specify

that it must run under .NET 2.0.

17ae48340e5c61d9f95027c1427e2c638266f704 authored over 16 years ago
Replace use of System.OperatingSystem class with our own OSPlatform

class so as to be able to extend it. Distinguish between Vista and
Win2008Server on PlatformAttri...

e4c272bb81a0b371beb1010c581dba93117e566c authored over 16 years ago
Use name of test assembly as the ApplicationName for a domain; prefix

it with test-domain- for the friendly name.

8a3666f792ce46a55af4b3e97ac621171b0796b7 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...

f00dc13eea14519452bebd7b21b54ae7fa1466b3 authored over 16 years ago
Save current runtime framework the first time it's accessed.

e752ff5bed175e962ae91198aac25ffd570bab1f authored over 16 years ago