Exception in UnitTestRunner
Here's what I've got from UnitTestRunner after selecting Run All Tests From
Solution:
-
UnitTestRunner
-
System.ArgumentException: The path is not of a legal form.
at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
at System.IO.Path.GetDirectoryName(String path)
at JetBrains.ReSharper.Util.FileSystemPath.get_Directory() in c:\TEMP\tmpACC2.tmp\src\Util\src\FileSystemPath.cs:line
58
at JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.GetAppDomain(String
testAssemblyPath, Boolean primaryDomain, String remotingUrl) in c:\TEMP\tmpACC2.tmp\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
37
at JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.GetPlugIn(String
testAssemblyPath, String remotingUrl, String& assemblyFullName) in c:\TEMP\tmpACC2.tmp\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
66
at JetBrains.ReSharper.UnitTestSupport.Runner.TestRunner.Run(String[]
args) in c:\TEMP\tmpACC2.tmp\src\UnitTestSupport\src\TestRunner\TestRunner.cs:line
148
-
OK
-
Best regards,
Maxim
Please sign in to leave a comment.
Hmmmm....
Does your output assemblies contain some specific characters in ????? path,
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Maxim Babenko" <mab@shade.msu.ru> wrote in message
news:11361632736618010781250@news.intellij.net...
>
>
>
>
Hello Eugene,
No.
Obviously Resharper gets confused with Managed C++ projects. I tried to create
a default classlib project with a wizard and invoked 'Run All Unit Tests
from Solution'. The exception appeared.
Best regards,
Maxim
Hello Eugene,
Submitted it into the tracker...
http://www.intellij.net/forums/thread.jsp?forum=35&thread=190901
Best regards,
Maxim