如何在测试项目中查找文件路径

时间:2013-09-25 07:07:39

标签: unit-testing testing reflection

我在Visual Studio的C#解决方案中有一个测试项目。

在同一个项目中是.config文件?

有没有办法在运行时获取此文件的路径?

1 个答案:

答案 0 :(得分:1)

使用

Path.GetDirectoryName(Assembly.GetEntryAssembly().Location)