-
I'm developing a Xamarin project (iOS, Android, UWP). Both, the actual projects as well as the test projects use the shared project approach. When i run my tests (i.e. one Test with `Assert.Pass()`), …
-
```
Steps to reproduce the problem:
1. Add one of mine nUnit assembly built for .net 4.0
2. After loading complete appears unhanded exception (see attachment)
3. Icarus "Start" button is disabled now
…
-
How can I make a NUnit test project and Xamarin forms UITest project with your app(C# Shell custom build) and how can I run it(with C# Shell, if possible even in builded apk)?
-
HI,
What is NUnit way of providing strongly typed test data without declaring custom class for each test?
I mean in simple cases like this:
```cs
public class OrderServiceTest
{
public a…
-
With NUnit 2.5, the [TestFixture] attribute is optional--the existence of a [Test] or [TestCase] is enough. It would be nice to have an analyzer option to enforce not using the attribute since it is n…
-
If it's a Junit / Nunit it would be nice to save that in the working directory and parse it into the VSTS tests section for better viewing and an automated report to be generated.
-
#### I'm submitting a ...
- [X] bug report
- [ ] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
#### What is the…
-
` var testPackage = BuildTestPackage();`
Builds a list of assemblies and, once executed, the assembly is parsed for Benchmark Tests.
NUnit reports these all as 1 test. Should be reported as ind…
-
Hi, just wanted to ask - could ConventionTests have a strong name like [NUnit](https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/nunit.framework-4.5.csproj), [NSubstitute](https…
-
If you try with .NET 4.0 unittest assemblies which contain around 100 test cases, nunit2 target in release 0.92 executes 3 times slower than in 0.91.