Ecosyste.ms: OpenCollective

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

github.com/nunit/nunit3-tdnet-adapter

NUnit 3.x adapter for TestDrivent.NET
https://github.com/nunit/nunit3-tdnet-adapter

Merge pull request #18 from nunit/fixes/153-nunit3-test-adapter

Fix for incompatibility with NUnit3TestAdapter

7c12d9edf0b2921a0df8aabebbed22ead8265a77 authored almost 5 years ago
Add some comments

589479e299493689c0819e87df3e9880d9e5e8fb authored almost 5 years ago
Move assemblies from base directory

Use BaseDirectoryGuard to move `nunit.engine` and `nunit.engine.api`.

a6a3ff54c50028505a6e4444eaf0217a03a19959 authored almost 5 years ago
Add BaseDirectoryGuard for moving files

ab515939b88bff56df100b00644150005b64876b authored almost 5 years ago
Merge pull request #16 from nunit/actions/workflow

Add GitHub Actions workflow

b6a51c33aa6f3e3ed0a934cd10972de674f8136d authored almost 5 years ago
Remove obsolete ConsoleTestRunner

Tests no longer passed.

fa006b83091bec3c386810197a280c5844900c28 authored almost 5 years ago
Setup VSTest Path

2207179074f299f223db33f9eed707d8d12b9061 authored almost 5 years ago
Run vstest.console.exe

f8333311d01e1efec143458a797e3c288523c5f7 authored almost 5 years ago
Run mstest

4d227e4d0044b9a0b750775d8352da26e1b2b5b6 authored almost 5 years ago
NuGet Restore

22f59efbfe01d1d1510e3178abb59740c93e0ac8 authored almost 5 years ago
Setup MSBuild

4e85d2a61ed26d9c72d64732a90f07c24d20eba5 authored almost 5 years ago
Add GitHub Actions workflow

d635490b245a5d4e63f240e5cd90c82abd326602 authored almost 5 years ago
Merge pull request #14 from 304NotModified/patch-1

http links to https in nuspec

c76cff958f1eb898e06a657e604c435732797a90 authored almost 6 years ago
http links to https

1558453279b2ab8be8bfdb0284e4441dadb3f23a authored almost 6 years ago
Merge pull request #13 from nunit/fixes/sdk-style-project

Convert `NUnitTDNet.Adapter` to Sdk style project

ea5d7bef2236fa2912cd39c7128220757c10d618 authored about 6 years ago
Convert NUnitTDNet.Adapter to Sdk style project

2a55b89c6936b3d46948882b24da015c094707d7 authored about 6 years ago
Merge pull request #12 from nunit/fixes/PackageReference

Convert to use PackageReference

6ee22b46ed5b9a73192b9d642d1b34ee36a3e1ae authored about 6 years ago
Ignore obj\ directories

55adc8ebac6f6140023262a1c575de65b5b87cad authored about 6 years ago
Convert to use PackageReference

e68591c62ed7df5fc799e934fdbb8957af753f2d authored about 6 years ago
Merge pull request #11 from MaximRouiller/repositoryurl

Adding repository url metadata

2b4a1e557a3f1b49af3ec075dc46518b6d0e793b authored over 6 years ago
Adding repository url metadata

a530c1de28108d250f079a6b75128af6154fda8d authored over 6 years ago
Ignore .vs and Release directories

21b0d3e5cfe18088823ca2c2325d59f1285385b9 authored over 6 years ago
Update for NUnit 3.5.

https://github.com/jcansdale/TestDriven.Net-Issues/issues/65

b5b553574513b54a4fac07b7f0aea1319bad4dd2 authored over 8 years ago
Add test for NUnit Error (non-Assert exception).

7f4b24cb9e8167f0aeffee81c7aada08888363b3 authored over 8 years ago
Add support for immediate test output #3.

9d387f36fab279f8270784b97516db9696e1b886 authored over 8 years ago
Remove obsolete expect tests implementation.

b88ab7dd19607702a5767afddf098eb2a4716824 authored over 8 years ago
Add "Expected" tests for OneTimeSetUp and OneTimeTearDown attributes.

d3c13d12f82002ad367c1ed5c2335d2af2e55a52 authored over 8 years ago
Refactored "Expected" tests to use NUnit's [TestCaseSource(...)] attribute.

These tests use attributes on the target tests to declare what is expected (e.g. pass count, fail...

191d8df0e8729a61303b9b888c0f5315be0c4840 authored over 8 years ago
Add tests for output in fixtures (e.g. OneTimeSetUp).

Add tests for failed fixtures.

48504161960ea238f6855feccc3e657f25af8304 authored over 8 years ago
Display output from test-suites (as well as test-cases). Fix for issue #10.

If failed test-suite has stack trace information, show suite as failed test.
Create single `TestE...

9ec4506fbd832760368be121f64e350d5ccc4bb6 authored over 8 years ago
Fix issue where wrong test framework version was being reported #8.

Was showing `MajorRevision` when it should have been `Build`.

974d687d3bfd04e4ad92a9b01c43a04966bd898f authored over 8 years ago
Ensure tests are loaded from temp directory.

3536a043dc5581530952443855ef04491a039a27 authored over 8 years ago
Restored ExpectAttributeExplorer tests.

894e66efe1d952c5a59f139ffbcde35dc5e52d4d authored over 8 years ago
Put compiled test assemblies in unique directory and clean up after previous run.

be6546928ee4210690a0a443f63bc5dc37d04caf authored over 8 years ago
Made compatible with NCrunch.

66f510b7e967fed52100595d3ac5b4e94c1dbc16 authored over 8 years ago
Stop using XML based [DataSource] for expected test result checking.

5dae70281b7b8e654deb4e72237ccfe7807f37f6 authored over 8 years ago
Tests for issue #7 (can't fall back to running "Ad hoc" test).

1853c5eba47ba09b5ba6154526219f1913710a11 authored over 8 years ago
Report `NoTests` is a non-test member is targeted (issue #7).

This allow it to fall through to using TesDriven.Net's "Ad hoc" test runner.

0be8de448d800830e119f46e9fbbeae17cbd0032 authored over 8 years ago
Stable release.

899d7df6068d49bf4fdf7c2855f3fd6cafba4d8e authored over 8 years ago
Commented out test for explicit method on generic fixture.

Doesn't pass due to issue: nunit/nunit#1684
Restore test if/when this is resolved.

50fb9bce7dca58af908624671dc2cb3599bed1b7 authored over 8 years ago
Use same version of MSBuild as solution file (VS 2015 / 14.0).

ffacb16f90e46a19794f675e697b00f2e59bcee6 authored over 8 years ago
Remove unused references.

cbb5a48b6932bad9d5da1d64fcb326257342785a authored over 8 years ago
Add support for executing tests in nested classes when parent class is targeted #4

Add support for executing tests in concrete sub-classes when abstract class is targeted #5
Add su...

9f6e523f03b9f54bdb7e2b89a26cb437d6ae4631 authored over 8 years ago
Use ReflectedType rather than DeclaringType (we're only targeting the member we reflected).

Reflect over non-public members as well.

0ba45bd06499a6b829caec6227c020727ff728c2 authored over 8 years ago
Add tests for targeting abstract test fixtures, generic test fixtures, generic test methods, non-public tests and explicit tests on generic fixtures.

cd80f02440fef8d6803682c8056f72554bad88f8 authored over 8 years ago
Merge branch 'master' of https://github.com/nunit/nunit3-tdnet-adapter

d33b21347b2610d502c19b0d38d0cbe6dce1844f authored over 8 years ago
Add support for executing tests in nested classes when parent class is targeted #4.

b6882068aeb704373e27614edca5567afb77cc01 authored over 8 years ago
Add 'build' to ignores list.

67b470feb2cb379923bb16c70322666505b31513 authored over 8 years ago
Update README.md

153cdefa0f52764aeedfb3672daa295f09da5c5e authored over 8 years ago
Update README.md

a7a427fde91472b58ddbd5b831b6f1d63e690541 authored over 8 years ago
Update README.md

Added build badge and contact info.

a659125a913059095afc909b429a3858293fb287 authored over 8 years ago
Update to include NUnit v3.4.1 in package #2.

ac88c78c5acbd56d5f4036a65899569cb0fc01cf authored over 8 years ago
Fix and tests for issue #1.

Inconclusive tests are being reported as Failed.

b70579b53f9cb8d81e3416b7a7c02f7e319df9e8 authored over 8 years ago
Update README.md

f5bd3ee1d392c8ed35aab153d672809fed5f1697 authored over 8 years ago
Update README.md

97384ada44c0731a9a405b5555a8883d09c43e45 authored over 8 years ago
Remove new line after assert fail message #18 (was commented out, oops).

e802691b50b400089eccbfbefcf73da738da3dd4 authored over 8 years ago
Remove new line after assert fail message #18.

2234ca429f94a6744a1b74d6784e9e5fc8808289 authored over 8 years ago
Use VSTS 'BuildID' rather than 'BuildNumber' (which isn't necessarily a number).

789c4edb0d3f79306bbeefae74c374c34afcc7a6 authored over 8 years ago
Report friendly name of NUnit framework assembly when returning test results. Fix for issue #15.

e85ecaeb81792dcfd5e05284142aa27966baff67 authored over 8 years ago
Merge pull request #14 from jcansdale/nunit-3.4-support

Removed obsolete "nunit.nuget.addins" from NUnit 3.4 test runner installation.

89d55dbc1d840c83a71a181811d14d005fff98eb authored over 8 years ago
Removed obsolete "nunit.nuget.addins" from NUnit 3.4 test runner installation.

8d62092788d1e5eab79ba84b6a30ddacb829b69c authored over 8 years ago
Merge pull request #13 from jcansdale/nunit-v3.4.0

Update adapter to support NUnit v3.4.0.

4f74934a00296069c13f37355dfd6876e2b0657b authored over 8 years ago
update adapter to support NUnit v3.4.0

b2aabbb167688d7969b2222e9473d8bc6c7cd49f authored over 8 years ago
Removed debugging output.

68c6989774647f36c78f3421b7fca0be7e61ad5e authored over 8 years ago
Publish non-beta version that works with NUnit 3.2.1 to NuGet.

67fe87db7cd51f01a96f19bd8fe7c141bb8fdcb7 authored over 8 years ago
Debugging "Couldn't find NUnit.ConsoleRunner in NuGet packages".

99cb5f8eeaf98daaf8c7e75abe39f361b9995ee4 authored over 8 years ago
Define 'PreRelease' tag in build file.

747236f62bf63a95a65c9c87e6c826411ff725cf authored over 8 years ago
Moved NuGet and WiX definitions into package folder.

Tidied up WiX component naming.

be4a412bc78bd700403ad3ca63a8c00b023901f3 authored over 8 years ago
Merge pull request #12 from jcansdale/wix-installer

Added WiX installer definition file for TestDriven.Net that mirrors NuGet package.

a81bd2bb5b7e17f750933d65687e8bd1244f0119 authored over 8 years ago
Added WiX installer definition file for TestDriven.Net that mirrors NuGet package.

9146543b4573f4ba69a6a2dccdec7fb8f2bc8156 authored over 8 years ago
Added capacity for ExpectAttribute to target namespace (contained by target class).

Added tests for explicit tests and fixtures.

1d2c185552acd00cdcaa36f412a79d685e661ded authored over 8 years ago
Merge branch 'master' of https://github.com/jcansdale/nunit3-tdnet-adapter

# Conflicts:
# nuget/nunit3-tdnet-adapter.nuspec

fb7b1a6764aa2e36378ad77ebd822190da5abce5 authored over 8 years ago
Use build number in NuGet package.

69e5585d077924b32b49e7ee28f5655415dfb0cc authored over 8 years ago
Changed to beta while testing CI server.

4e005c34915b55ba75706636b9e35aec6fa03c87 authored over 8 years ago
Merge pull request #11 from jcansdale/run-assembly-or-namespace

Add support for running all tests in an assembly or namespace.

7be51fe9929ae33eb1a594e454f9fd4c7c5b37be authored over 8 years ago
Add support for running all tests in an assembly or namespace.

f3d32e0710358b42fa7a3afb2781f9c889e654f1 authored over 8 years ago
Merge pull request #10 from jcansdale/nuget-installer

Added support for .Net 2.0 and up.

844331bc344e30171b304ae063bb04c7bcec001d authored over 8 years ago
Added support for .Net 2.0 and up.

Use property for NUnit and adapter version numbers.
Build adapter project using .NET 2.0.

8447f8ed04cacc06b18f9ea6b72c45efdf222f8b authored over 8 years ago
Merge pull request #9 from jcansdale/nuget-installer

Added NuGet installer definition and build scripts.

eb755244a634187d504486dbf4b41d6ee442a81c authored over 8 years ago
Added NuGet installer definition and build scripts.

70f72e9237eb1828d4024e2e55e59c4c23224c99 authored over 8 years ago
Added descriptions of the two implemented test runners.

fa246597ee3c84c450d19a4460b5b236936c8c70 authored over 8 years ago
Merge pull request #8 from jcansdale/simple-test-engine-lookup

Simple test engine lookup

994685801f2ce1781b419af339ce9bf8c7a467bc authored over 8 years ago
Use basic 'NUnit.Engine' NuGet package.

9f81b436b207bb9958ebb7b70e1076d94cf14662 authored over 8 years ago
Always use private copy of 'nunit.engine' assembly.

43f149e9f2914d670147418e1fa0acd4118ed02a authored over 8 years ago
Added tests for no output using [ExpectOutputLine(null)].

20c761578f1c4894087e24db4f8bc9efbc14a2a8 authored over 8 years ago
Merge branch 'master' of https://github.com/jcansdale/nunit3-tdnet-adapter

bf299353a1fc074998378b002ced81b139618163 authored over 8 years ago
Added checks for text sent to test listener.

fbed0b702975b3ce298d107c58655b96c252d55e authored over 8 years ago
Merge pull request #7 from jcansdale/rename-test-runner-classes

Rename NUnit test runner adapter classes (no need to prefix with NUnit).

b0961b8141f6fbf56619040a36c7fae1e1450631 authored over 8 years ago
Rename NUnit test runner adapter classes. They are in 'NUnitTDNet.Adapter' assembly, so no need to prefix with NUnit!

3d6fa65e8c92221efc8adf0b609b3aa30202c649 authored over 8 years ago
Merge branch 'master'

4064b3c89e94f8ab57caa124018d5b4c5ab184e1 authored over 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into add-expect-test-attribute

cffbc1859d1effcf4a683daf08408506abe5d660 authored over 8 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into simplest-test-runner

a77d8e093a7297c1a34ccc17cbdd16c5b7ecf4ea authored over 8 years ago
Populate TotalTests, Message and StackTrace for each test result.

8cd0ef150987320748c1e2a32fa0ee9a4d19ac4a authored over 8 years ago
Merge pull request #6 from jcansdale/add-expect-test-attribute

Add expect test attribute to check the results of individual completed tests.

2915316a912d6b325716881504690b5013e1aa34 authored over 8 years ago
Added ExpectTestAttribute checks for State, Message, TotalTests and StackTrace (StartsWith/EndsWith).

ba498a6bfadac7ef7a92358c7dd4a3333bbd92d4 authored over 8 years ago
Merge branch 'master' into add-expect-test-attribute

f200d75c211c6411a1bfea80f22ff053620c15bc authored over 8 years ago
Set test fullname in TestResult.

9b7fad544ed82fed60099eff08167d032f55c690 authored over 8 years ago
Split ExpectAttribute into ExpectTestRunAttribute and ExpectTestAttribute.

8e7c33b026bbe461ae40b701145a8d35cdca4245 authored over 8 years ago
Use trailing slash for dirs.

8b1e5379da248f0d3d93d4bf052b156e90bc1400 authored over 8 years ago
use wildcards

1357372b7d826720179b781b8ff471411190990b authored over 8 years ago