CharliePoole

Results 100 issues of CharliePoole

Any use of Random, including our RandomAttribute, in the generation of a test case causes the test to be listed as not run in the TestExplorer window. The same tests...

is:bug
pri:normal

Implement as for NUnit 3 adapter. Needed to support several other issues.

is:feature
pri:high

@DarthGregarious commented on [Fri Mar 10 2017](https://github.com/nunit/docs/issues/177) I tried to run tests in Visual Studio 2015 for the first time since the latest adapter extension update. In one of my...

is:bug
pri:high

The adapter repo holds binary files drawn from NUnit 2.6.4 in order to run NUnit tests. But NUnit 2.6.5 has already been released and NUnit 2.6.6 is about to be...

is:enhancement

In case, when TestFixture inherits from (generic) class, which contains tests, 1) the tests in inherited class and the base class are displayed separately 2) "Browse th source" for tests...

is:bug
pri:normal

We are having problem with the test adapter in our TFS build environment. Here are the versions used: - NUnit version 2.6.2 - NUnit test adapter version 0.96.0.4 - Visual...

is:bug
pri:normal
confirm

Test Explorer only shows one test, given the following method. ``` [TestCase(5, new int[] { 2, 3 })] [TestCase(5, new int[] { 1, 2, 2 })] public void Class1Test(int expectedTotal,...

is:bug
pri:low
confirm

I have written an addin which allows me to write field tests instead of tests being methods. I can navigate to where the assertions failed just fine due to console...

is:enhancement
pri:low

From https://bugs.launchpad.net/nunit-vs-adapter/+bug/1065462 which includes some discussion. See https://github.com/nunit/nunit-framework/issues/59 for the underlying NUnit issue.

is:bug
pri:normal

Since #71 is only being fixed in the 3.0 adapter, the limitation needs to be documented for the 2.0 adapter.

pri:normal
is:docs