Andrew Vishnitsky

Results 7 comments of Andrew Vishnitsky

@rouke-broersma > We disable concurrent test running for known test frameworks. Does unity not support vstest (dotnet test) for running unit tests? Unity doesn't. Unity doesn't use the.net infrastructure and...

I am still about to add a .sln supporting for unity and have no full understanding of working flow for multiple projects. ```mermaid sequenceDiagram Stryker->>IInitialisationProcess:Initialize process IInitialisationProcess->>IInputFileResolver:Inject MutantControl.cs in root...

But mutants used the same MutantControl.cs and when we choose ActiveMutant 1 then it going to apply two mutants in two projects. I tried to visualize it there

How it works in case when we have two mutated project and both of them used in a single test project? When we will change ActiveMutantId it will apply to...

It was my initial idea, that it should be injected per each csproj, it also has the sense to have a random namespace. But I see that CodeInjection.HelperNamespace has only...

> Supporting coverage based optimization is probably a feature you want to keep. While diff based testing can significantly reduce test time, coverage optimization routinely provides a greater boost. Good...

@rouke-broersma was this issue closed by mistake? I checked #2400 but didn't find any solutions special for Unity As far as I remember #2400 is a precondition for multi-project mutant...