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 build file for loadtest-assembly

5a06251c837f80d435370b79a006e31ae6c72435 authored over 16 years ago
Add jpg for inconclusive test results

d0bed9f000851ed73ba8f810aa480ea932a52b9a authored over 16 years ago
Add missing text file to vs2008 build

43a6ddee0be701f42736e15e18c03622997cddb3 authored over 16 years ago
Add VS2008 Build to the Tree

6f4349bfcf0e62d3fdeb59dee9e7819c3c5ca27e authored over 16 years ago
Update NAnt build with new classes

ef526b018cb6453041eb207893a11358ac765e6a authored over 16 years ago
Fix TestBuilder utility to work with all extensions

ae6311e8707c9a86a3f9edd1d60eddcc15785272 authored over 16 years ago
Refactor TestMethod, creating ExpectedExceptionProcessor to handle any

exceptions. This will eventually become a TestDecorator.

6c3323027d27987d61993972dd1f078ac2957bc3 authored over 16 years ago
Remove elements accidentally added by VS2008

9de0b7812be1efe407623bb2dc77d1d85ee7cd5c authored over 16 years ago
Update to DynamicTest code

f88606096ccbe463619ac38ab30329fce277883a authored over 16 years ago
Define NET_2_0 for assemblies with conditional code

ea70e43c85c764c5c286310d773f25b9980fd86a authored over 16 years ago
Refactor TestMethod, creating ExpectedExceptionProcessor to handle any

exceptions. This will eventually become a TestDecorator.

95bf7978ee287ea0934100abb43a6919c85290f8 authored over 16 years ago
Remove TestCase from the NUnit TestHierarchy and make TestMethod

derive directly from Test. ParameterizedTestCaseBuilder, DynamicTestCaseBuilder,
and DynamicTest....

364a07742b2d223b26b95bca439ffb527d34c7a6 authored over 16 years ago
Add document comments to suppress warnings

ecc7f09dd3b383fcede1d6c02a30255231360646 authored over 16 years ago
Remove TestCase from the NUnit TestHierarchy and make TestMethod

derive directly from Test. ParameterizedTestCaseBuilder, DynamicTestCaseBuilder,
and DynamicTest....

c0d15067408402a32528924ceee8df09796154db authored over 16 years ago
Add new RequiredAddin and DynamicTest attributes

f966465fad9ad1d4ba4aa63cf1906572c89abba7 authored over 16 years ago
Split NUnitTestCaseBuilder, creating a new builder for parameterized

test methods.

c7f55a47b0089f7b40e17aab9bcf1ebae3125686 authored over 16 years ago
Correct doc comment

0957bfd1bed3938e8696cce2992134707576c3ef authored over 16 years ago
Add document comments to suppress warnings

c24957b3718bd7d71286ad588ca7034f30f9107d authored over 16 years ago
Add RequiredAddinAttribute to allow specifying the addins that are

needed to run a set of tests.

c5a9ed621a9269bbe490df2cdf07d4171b5293bc authored over 16 years ago
Modify test factories to allow non-object arrays of arguments and single arguments.

600f4e4f4d6fc258631215259372d8df67139f4a authored over 16 years ago
Bug fix #1999408: /exclude switch disables all tests for non-existent category

009273086934db327dbac84bc210f07be448e071 authored over 16 years ago
Refactor tests to be more robust in face of changes to how properties

and categories are stored.

c18d35a6d22f98dd140ef53f4f00846f421d9420 authored over 16 years ago
Name changes: IParameterProvider to ITestCaseProvider, ParameterProviders

to TestCaseProviders, DataSourceProvider to TestCaseFactoryProvider

60df368fdde9cbad07917bd536a783b800d9f1a9 authored over 16 years ago
Name changes: IParameterProvider to ITestCaseProvider, ParameterProviders

to TestCaseProviders, DataSourceProvider to TestCaseFactoryProvider

bc27beeb4029de66a039542c6258c6a865b8a186 authored over 16 years ago
Rename test files to reflect what is actually tested

5009f9602ee5ee2b43849c4e09a440701cd29fda authored over 16 years ago
Handle conversion errors. Use original provided arguments for test name

rather than the converted values.

3d7f1ef637c6ad0f69eb3588ef4cb825c1f59183 authored over 16 years ago
Show actual provided arg in conversion error message

a72dce15bf81934d922201aa34b450dcdb4984df authored over 16 years ago
Simplify Test abstract class by placing Description, IgnoreReason and

Categories into the Properties dictionary

ce7f767e35c51404f17b911fa0f017956376194f authored over 16 years ago
Use AssemblyConfigurationAttribute to designate build as Alpha

dba4af4525737f13ee0abe3c1b4ab3f47f69ec4e authored over 16 years ago
Update to parameterized tests: conversions are now done in TestCaseParameterProvider

and the Assert.AreEqual method is called by reflection. New NUnitFramework
nested Assert class is...

986100ed6fce74f2484434998950eefd9398ac1a authored over 16 years ago
Update to parameterized tests: conversions are now done in TestCaseParameterProvider

and the Assert.AreEqual method is called by reflection. New NUnitFramework
nested Assert class is...

7b6a29bc8ae5cee6bf020e85e271f47a45269cfc authored over 16 years ago
Convert types for parameterized tests and mark tests as non-runnable

if they are not convertible.

afa2b41fa8df568448649c60504606b2cbd1a29e authored over 16 years ago
Add Vista and Win2008Server to platforms recognized (bug #1964072) - further changes

955308c0f0e5628cdc6d8e0579be5d459074cb73 authored over 16 years ago
Bug fix #1936980: Category attribute not honored on repeated test case

28316af22aee581a2ed2ae339c359fb37a7871bb authored over 16 years ago
Add new files to NAnt build as well

0f0587996258ad755552bc0d07bc84be437a6d4f authored over 16 years ago
Memory leak in TestMethod.cs (bug #1965952)

ac4a05a10173407295fa38f1c3186e52938957f9 authored over 16 years ago
Add Vista and Win2008Server to platforms recognized (bug #1964072)

75cde0ba6155dd8c7c58ee631777c24a103dde62 authored over 16 years ago
Fix SetUpFixture to allow static methods for SetUp/TearDown (bug #1969172);

standardize how all NUnit fixture types evaluate signatures; simplify Reflect
methods to remove B...

601ec4f38cddf6de7c0a564f08f2e94a874e4369 authored over 16 years ago
Add define for NET_2_0

192e479cfde92d36503c53026dd2b8179bd0ad97 authored over 16 years ago
Modify Test abstract class to include some default implementations and remove

one overload of Run()

232b805afcdbfb6eb45b8e14be8102ffa9aa09ce authored over 16 years ago
Change DataSourceAttribute to FactoryAttribute and split FactoryAttribute tests

into a separate class. Modify IParameterProvider.GetParametersFor() to return
an IEnumerable.

a47bce0ffd39d548863e751148ae22ab18ed97d2 authored over 16 years ago
Update log4net reference for pnunit

91e1be4b95e67724c01dd4c86f449207f4864a31 authored over 16 years ago
no message

cf3653d50e5b5725e5e8999fa34899203f390f6e authored over 16 years ago
Advance to Alpha 3 for build

370ad6f0a86e6e88349eeddf25d4c22d7004e184 authored over 16 years ago
Work in progress: accumulating test results across multiple runs

b9f9f0720f5a0c45493c3cdaedfe6483e780614d authored almost 17 years ago
Remove non-existent project

3285875b38249a6a362ed45ad1886cdfbd6e5030 authored almost 17 years ago
Build addins bundled with NUnit

382d12948e6572860e043d2139db02977f166503 authored almost 17 years ago
no message

7283af2779a270e70f3387e37887dd7dcf42c856 authored almost 17 years ago
Fix error when there is no framework assembly for an addin

474dc44f41bda6af3da33f873f39df898d853f6b authored almost 17 years ago
Add missing docs to the install

7c30d0d99b74bcc2cd5081c84084f4075f20c153 authored almost 17 years ago
Add CSUnitAddin to the install

44b789da744752978db7cc52e8bcef2149d57983 authored almost 17 years ago
Remove RowTestExtension project

229f8b20e3c6320a5bf0eb9374a0bfe9da6c7ee7 authored almost 17 years ago
Remove RowTestExtension from the nunit extension assemblies.

952a798a0d76ebb59025199bfaf98a883369ed46 authored almost 17 years ago
Add back RowTestExtension as a separately compiled assembly, bundled

with NUnit, and modify build script to handle addins.

99c629a828634ec593d1ee4ad407d391ba43438e authored almost 17 years ago
Add build scripts for extensibility samples

f8f12cc887eca87c08e9c28c8ca6e0782b541c77 authored almost 17 years ago
Remove RowTestExtension from the nunit extension assemblies.

43b0c6be4ab132a49abcc8d7fe499e533e0ec1dd authored almost 17 years ago
Remove post-build step to install sample extensions

f18d621993e08cab6351b2b30104b4387cd18d9a authored almost 17 years ago
Remove MaxTimeDecorator from samples

bf549648680c59d60f03ca02428a2b8327f48443 authored almost 17 years ago
Remove special PNUnitTestResult class and use NUnit TestResult instead;

add constructors to TestResult and TestInfo for use by PNUnit.

076748eb4d85a19d995245026f38095c38b22fce authored almost 17 years ago
Remove RowTestExtension from the nunit extension assemblies.

2b8525cb46225f137786586dc67b265a72b1de00 authored almost 17 years ago
Add assemblyBinding element to Console runner config so that addins are found

32b3b9fc3db293c9107ba3a8d01c82a409fb50e1 authored almost 17 years ago
Add InformationalVersionAttribute to assemblies and display that version

in the about box to distinguish Alpha, Beta, etc. versions

39c91a648e3f1f3ccf9a49d709713a49b8bbbc22 authored almost 17 years ago
Update resources for NUnitForm

1c48941cadf5fd04219c0f85e692c840f07c076e authored almost 17 years ago
Remove special PNUnitTestResult class and use NUnit TestResult instead;

add constructors to TestResult and TestInfo for use by PNUnit.

f730dc154ecfdd181e86476050580422acd3d8b0 authored almost 17 years ago
Update install for 2.5 Alpha 2. Add pnunit. Only install a build if the

correct CLR is present. Reorganize using ComponentGroups.

3970eccd9308db9414baf52461cc5693cf978e83 authored almost 17 years ago
Move install directory out of src to top level

2d401c591c6140d64a05e11c10da2b9ea4ece6e7 authored almost 17 years ago
no message

7a588a7dcb08aa9d1635210f3b0a2d2e7f05ae00 authored almost 17 years ago
no message

7373501d7b486c40251a7a2a4f5d7f3d73a0e2d1 authored almost 17 years ago
Add pNUnit to the NUnit build

313f581e7e733333d9473ed8b35b903e78e4c6a6 authored almost 17 years ago
Fix problem with program menu shortcuts

f10aad9f040cdf294826a4dc51b004b131b911cd authored almost 17 years ago
Update for 2.5 alpha 1

c900d550b7feac16064339c3be53dc16abf60abb authored almost 17 years ago
Update docs for 2.5 alpha 1

e1a05a2a46dcc5ff7312df0d3379e9e928662b80 authored almost 17 years ago
Modify build and install to produce combined net-1.1 and 2.0 packages.

738349c8f9fc553b0127e4abb2b266f9d83c688b authored almost 17 years ago
Return Exception from successful Assert.Throws

29164ddc1d1153a24bb780a6ec086eb74499c890 authored almost 17 years ago
Remove dependency on test assembly.

a67528ade11830b49e6e42ed87593bf9f2f8f8f3 authored almost 17 years ago
Add Assert.Pass and SuccessException

cf78c778fa673aa75ee07f610a8930a0a469e0ec authored almost 17 years ago
Add Assert.Pass and SuccessException

83862ea673c6ca3366caf89847d03c8d8000686e authored almost 17 years ago
Refactor TestResult so there is only one state variable, ResultState, rather

than two. Incorporate additional states into ResultState.

e0893a19ecb04a3ca1523972d445622d034d1ec0 authored almost 17 years ago
Remove log4net references

c5cb61526eebf9be44259f185dabf74b2c6b9093 authored almost 17 years ago
Add missing NET_2_0 define

9e6fa58bbddb6c48383cca04985001b0d52e0866 authored almost 17 years ago
Andreas's changes: Null argument bug, add expected message, recognize

test cases for all providers.

8de597c3623f472fb2aa8f69af6a58370cdd6b1a authored almost 17 years ago
Change build defines for easier conditional build

317b1c63c2ab814d977df86ece1ca49123a20292 authored almost 17 years ago
Add Assert.Throws<> and tests for Nullable types.

c50f287d2d9c5044b92e30ef13e0fbedaa6009c0 authored almost 17 years ago
Correct script errors - add missing files.

4ae48efc1ddab6b1d34b1e0b620a2d766ce83986 authored almost 17 years ago
Change build defines for easier conditional build

711b5dfe90981f8a860bb94b94d7bf221f4f8b07 authored almost 17 years ago
Update docs for snapshot

f1a88b2c99d877366c225d14d3acc9ac0d1844f0 authored almost 17 years ago
Add XmlConstraint back to the build and modify so that it can be built with NAnt

30a43c2f893fe1a77499023457ace6780ac993af authored almost 17 years ago
Increase time delay to reduce false negatives

2e72b1040f7f0f648666a90e0c3d59eafe66f8e0 authored almost 17 years ago
Finish up data provider interfaces and types; add DataSourceAttribute.

3b3133a5227cde503e679d89870927db02cdf065 authored almost 17 years ago
Finish up data provider interfaces and types; add DataSourceAttribute.

b26209f04328f4f13fe024cfe05cabbd2a4d1110 authored almost 17 years ago
Add tests of NullableTypes - .NET 2.0 only

19e449ef19b83a863a5d5362f18d5b1157fbde78 authored almost 17 years ago
Merge Anthony's XmlDiff into the framework extensions assembly

4bb34dbdf9be568772a4a83d82a584008c802dd6 authored almost 17 years ago
Merge final 2.4.7 changes into mainline

06d669fe33bba2e0b7c3392138a0ae3ef3f155ee authored almost 17 years ago
Add loadtest-assembly and corresponding tests to the 2.5 build

3b674d83a8cba96d5eac4e6d23c795e1d3838619 authored almost 17 years ago
Change from use of VS2005 to mark a .NET 2.0 build to NET_2_0, which

is what the NAnt script uses.

703c7773624afe788af0d826693f59993cf1e132 authored almost 17 years ago
Fix control sizing problem with about box

c5f6db08fda9235118c7405dbe55c87688b4f1cf authored almost 17 years ago
Merge final 2.4.7 changes into mainline

ae7113d2b30e9e20aabf401cb888e53fe17c59ad authored almost 17 years ago
Remove obsolete target

c34067a361f8d8f8450970b971197b7eb67ad5da authored almost 17 years ago
Add adhoc-tests project for developer convenience

20a7c33b587fb74781d4a18c31a1578487167aef authored almost 17 years ago
Null reference in SimpleSettingsDialog (bug 1925404)

4929ac210823b4776d4e513a983d4c7e4ef25b53 authored almost 17 years ago