I have specflow based tests where I do following [TestInit] Init() { set Remoting CallContext using CallContext.SetData() Initialize the EF model }
[TestCleanup]
Cleanup()
{
Dispose the EF mode
Set the callcontext data item to null
}
When i execute the test in debug or run mode all my test code finished properly including the cleanup
However after cleanup QTAgent32.exe looks up for one of my asseblies in
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE and obviously doesnt find it there since all my assemblies in Out directory of tests.
I dont want to copy my Dlls to C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE or Private Assemblies/Public Assemblies folder
Is there any way to fix it?
Why is QTAgent32 is unaware of my Out directory..
Aucun commentaire:
Enregistrer un commentaire