зеркало из
1
0
Форкнуть 0
Граф коммитов

119 Коммитов

Автор SHA1 Сообщение Дата
Jamie Cansdale 7c12d9edf0
Merge pull request #18 from nunit/fixes/153-nunit3-test-adapter
Fix for incompatibility with NUnit3TestAdapter
2020-03-08 18:33:43 +00:00
Jamie Cansdale 589479e299 Add some comments 2020-03-08 18:29:16 +00:00
Jamie Cansdale a6a3ff54c5 Move assemblies from base directory
Use BaseDirectoryGuard to move `nunit.engine` and `nunit.engine.api`.
2020-03-07 15:28:48 +00:00
Jamie Cansdale ab515939b8 Add BaseDirectoryGuard for moving files 2020-03-07 15:15:07 +00:00
Jamie Cansdale b6a51c33aa
Merge pull request #16 from nunit/actions/workflow
Add GitHub Actions workflow
2020-03-05 21:05:24 +00:00
Jamie Cansdale fa006b8309 Remove obsolete ConsoleTestRunner
Tests no longer passed.
2020-03-05 21:00:32 +00:00
Jamie Cansdale 2207179074
Setup VSTest Path 2020-03-05 20:56:00 +00:00
Jamie Cansdale f8333311d0
Run vstest.console.exe 2020-03-05 20:49:00 +00:00
Jamie Cansdale 4d227e4d00
Run mstest 2020-03-05 20:43:21 +00:00
Jamie Cansdale 22f59efbfe
NuGet Restore 2020-03-05 20:34:58 +00:00
Jamie Cansdale 4e85d2a61e
Setup MSBuild 2020-03-05 20:28:59 +00:00
Jamie Cansdale d635490b24
Add GitHub Actions workflow 2020-03-05 20:23:34 +00:00
Jamie Cansdale c76cff958f
Merge pull request #14 from 304NotModified/patch-1
http links to https in nuspec
2019-03-22 09:40:46 +00:00
Julian Verdurmen 1558453279
http links to https 2019-02-10 20:02:36 +01:00
Jamie Cansdale ea5d7bef22
Merge pull request #13 from nunit/fixes/sdk-style-project
Convert `NUnitTDNet.Adapter` to Sdk style project
2019-01-14 18:39:44 +00:00
Jamie Cansdale 2a55b89c69 Convert NUnitTDNet.Adapter to Sdk style project 2019-01-14 18:37:56 +00:00
Jamie Cansdale 6ee22b46ed
Merge pull request #12 from nunit/fixes/PackageReference
Convert to use PackageReference
2018-11-11 23:18:43 +00:00
Jamie Cansdale 55adc8ebac Ignore obj\ directories 2018-11-11 23:13:18 +00:00
Jamie Cansdale e68591c62e Convert to use PackageReference 2018-11-11 23:13:05 +00:00
Jamie Cansdale 2b4a1e557a
Merge pull request #11 from MaximRouiller/repositoryurl
Adding repository url metadata
2018-08-21 10:53:23 +02:00
Maxime Rouiller a530c1de28 Adding repository url metadata 2018-08-20 10:08:11 -04:00
Jamie Cansdale 21b0d3e5cf Ignore .vs and Release directories 2018-06-25 18:11:01 +01:00
Jamie Cansdale b5b5535745 Update for NUnit 3.5.
https://github.com/jcansdale/TestDriven.Net-Issues/issues/65
2016-10-17 16:21:51 +01:00
Jamie Cansdale 7f4b24cb9e Add test for NUnit Error (non-Assert exception). 2016-10-04 00:16:01 +01:00
Jamie Cansdale 9d387f36fa Add support for immediate test output #3. 2016-10-04 00:14:51 +01:00
Jamie Cansdale b88ab7dd19 Remove obsolete expect tests implementation. 2016-10-03 20:12:22 +01:00
Jamie Cansdale d3c13d12f8 Add "Expected" tests for OneTimeSetUp and OneTimeTearDown attributes. 2016-10-03 20:00:48 +01:00
Jamie Cansdale 191d8df0e8 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 count, text output, test names).
2016-10-03 17:02:01 +01:00
Jamie Cansdale 4850416196 Add tests for output in fixtures (e.g. OneTimeSetUp).
Add tests for failed fixtures.
2016-10-03 16:57:27 +01:00
Jamie Cansdale 9ec4506fbd 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 `TestEngine` object for use with test runner.
Don't explicitly call `CountTestCases` before starting test run.
2016-10-03 16:44:30 +01:00
Jamie Cansdale 974d687d3b Fix issue where wrong test framework version was being reported #8.
Was showing `MajorRevision` when it should have been `Build`.
2016-08-11 12:04:54 +01:00
Jamie Cansdale 3536a043dc Ensure tests are loaded from temp directory. 2016-08-11 11:12:03 +01:00
Jamie Cansdale 894e66efe1 Restored ExpectAttributeExplorer tests. 2016-08-11 10:43:38 +01:00
Jamie Cansdale be6546928e Put compiled test assemblies in unique directory and clean up after previous run. 2016-08-11 10:42:01 +01:00
Jamie Cansdale 66f510b7e9 Made compatible with NCrunch. 2016-08-10 23:27:39 +01:00
Jamie Cansdale 5dae70281b Stop using XML based [DataSource] for expected test result checking. 2016-08-10 23:27:14 +01:00
Jamie Cansdale 1853c5eba4 Tests for issue #7 (can't fall back to running "Ad hoc" test). 2016-08-01 11:06:24 +01:00
Jamie Cansdale 0be8de448d 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.
2016-08-01 11:05:19 +01:00
Jamie Cansdale 899d7df606 Stable release. 2016-08-01 10:53:13 +01:00
Jamie Cansdale 50fb9bce7d 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.
2016-07-19 22:59:24 +01:00
Jamie Cansdale ffacb16f90 Use same version of MSBuild as solution file (VS 2015 / 14.0). 2016-07-19 13:00:53 +01:00
Jamie Cansdale cbb5a48b69 Remove unused references. 2016-07-19 00:28:58 +01:00
Jamie Cansdale 9f6e523f03 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 support for targeting generic test fixtures #6
2016-07-19 00:28:21 +01:00
Jamie Cansdale 0ba45bd064 Use ReflectedType rather than DeclaringType (we're only targeting the member we reflected).
Reflect over non-public members as well.
2016-07-18 23:59:24 +01:00
Jamie Cansdale cd80f02440 Add tests for targeting abstract test fixtures, generic test fixtures, generic test methods, non-public tests and explicit tests on generic fixtures. 2016-07-18 23:17:18 +01:00
Jamie Cansdale d33b21347b Merge branch 'master' of https://github.com/nunit/nunit3-tdnet-adapter 2016-07-17 20:57:54 +01:00
Jamie Cansdale b6882068ae Add support for executing tests in nested classes when parent class is targeted #4. 2016-07-17 20:57:10 +01:00
Jamie Cansdale 67b470feb2 Add 'build' to ignores list. 2016-07-17 20:43:25 +01:00
Jamie Cansdale 153cdefa0f Update README.md 2016-07-10 00:03:33 +01:00
Jamie Cansdale a7a427fde9 Update README.md 2016-07-09 23:47:58 +01:00