0

I have C# project. when I analyzed the project the gallio plugin is not executing. It says that,

Gallio won't execute as there are no test projects.  

But i have test project. In my pom.xml file test pattern is

<visual.test.project.pattern>*.Tests;*.Test</visual.test.project.pattern>

why this happens? I have Ncover 3 installed in my system. when i analyze the project with mvn sonar:sonar, I had sets properties as

-Dsonar.gallio.coverage.tool=NCover
-Dsonar.dotnet.test.assemblies="Assembly files"
ѕтƒ
  • 3,547
  • 10
  • 47
  • 78
  • Which version of the plugin are you running? The documentation states that the property is "sonar.donet.visualstudio.testProjectPattern" (not "visual.test.project.pattern"). See http://docs.codehaus.org/display/SONAR/sonar-dotnet-plugin – David RACODON - QA Consultant Jun 18 '13 at 09:39
  • I changed it to the new one as `sonar.donet.visualstudio.testProjectPattern` in my Pom.xml file. still the gallio isn't executing. – ѕтƒ Jun 18 '13 at 11:35
  • Can you add more log and also detail the structure of your solution? It's impossible to help you w/o more information. – Fabrice - SonarSource Team Jun 20 '13 at 16:04
  • I had solved it Fabrice. Issue in my side. Test pattern i used is not correct. And with the correct pattern it works. – ѕтƒ Jun 21 '13 at 05:40

0 Answers0