MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Indirect references to Unit-Testing-Framework not supported by any installed test frameworks #840

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Reference a test framework wrapper like xunit.bddextensions 
(https://github.com/BjRo/xunitbddextensions)
2. Write test(s)
3. Run in Icarus or Echo => File xxx.dll is not supported by any installed test 
frameworks

What is the expected output? What do you see instead?
All test assemblies with indirect refrences to test frameworks should be 
supported.

Tested Version: 3.3.336

Additional Infos:
If I reference bddextensions there is no direct reference to xunit assembly. 
Though  ReflectionUtils.FindAssemblyReference(assembly, 
XunitAssemblyDisplayName) only finds direct references. And this is not the 
fact for a framework-wrapper like bddextensions. 

This might be a general problem in detecting the unit testing framework in 
Gallio. A possible solution is described tin 
http://msdn.microsoft.com/en-us/magazine/cc163641.aspx.

Original issue reported on code.google.com by schillin...@gmail.com on 10 May 2011 at 9:06

Attachments: