使用NUnit中的引用和Bamboo

时间:2015-01-30 20:48:18

标签: c# unit-testing visual-studio-2013 nunit bamboo

我有一个单元测试(NUnit),它引用Visual Studio项目中的资源。该测试在Visual Studio中正常运行,但是当我尝试使用我们的构建/ CI服务器Bamboo运行它时,会发生以下错误:

SetUp : System.BadImageFormatException : Could not load file or assembly 'IOHandlerLibrary, Version=1.0.5508.26943, Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt was made to load a program with an incorrect format.

Bamboo配置为运行测试项目的DLL。它还在与DLL相同的目录中提供资源引用的文件。

以下是如何访问资源的示例:

        string superTruss = System.Text.Encoding.UTF8.GetString(IOHandlerUnitTests.Resource1.SuperTruss);

0 个答案:

没有答案