AxoCover
AxoCover copied to clipboard
Nice and free .Net code coverage support for Visual Studio with OpenCover.
Hi, I get this exception when I take coverage code. ``` SerializableException: The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature...
We use Moq. Nuget package v4.10.0.0. Some unit test projects fail with a "threw exception. System.IO.FileNotFoundException: Could not load file or assembly 'Moq, Version=4.10.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920' or one of its...
Hey there, the AxoCover panel says it only supports NUnit 2.6 and 3.7; Currently, there's version NUnit 3.10.1 released, so is that implicitly supported as well? The panel says there...
Sorry, this isn't quite the right place to ask this, but it might turn out to be a documentation issue, so... :-) I'm missing a really obvious step. Axocover is...
The built in test runner in Visual Studio allows you to group tests by trait. Different frameworks implement this with different attributes, for example NUnit uses the `[Category("Category Goes Here")]`...
Getting following error when running Cover on test cases in my solution=> Telerik.JustMock.Core.ElevatedMockingException: Cannot mock 'MyClassName'. The profiler must be enabled to mock, arrange or execute the specified target. Detected...
(this is somehow related to #187 but I am creating a new issue because my problem is more specific) I found that AxoCover does not find unit tests from unit...
The Roaming Extension Manager in VS 2019 Preview says: Extension could not be found on the gallery. Please release for VS 2019
Hi I'm having an issue running AxoCover on a solution which has "non-standard" projects. Specifically, I have a solution with a number of projects and a Dotfuscator project (3rd party...
Given `[TestFixture] internal abstract class AtMost_Tests: VerifiableWrappers_Returns_Tests_Base where TWrapped :class, IOccurrence where TVerifiable : Verifiable, IOccurrence { [Test] public void AtMost_Should_Wrap_The_Return_From_Wrapped() //which calls the AtMost method on TVerifiable ..... [TestFixture]...