c# - Add additional search path to NUnit testing -


i have question how add addtional search path nunit testing. although know it's not best practice, need reason.

let me description directory structure first:

rootfolder     unit-test.dll     folder1         a.dll         folder1-1             b.dll     folder2         c.dll 

i have put unit test dll in rootfolder, , under there many folders , sub-folders. in each folder/sub folder there dlls referenced test dll.
when run test dll nunit, want test dll load reference dll in sub-folder when needed.
know work if put reference dll in root folder(same folder test dll) don't want break directory structure.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -