I have to execute the mbunit test cases by passing the dll to gallio.echo. ( or using anything that may execute test cases through commandline and generates xml report ) My requirement is my dll depends upon the functions inside another dll so do i need to pass both dll while exceuting testing.

currently I m getting issues while using gallio.echo with dll as argument.

suggest a way to test dll through commandline.

regards priya

没有正确的解决方案

其他提示

Usually an issue with 32 / 64 bit. Make sure your Gallio Installation matches the assembly (if gallio install is 64 bit and dll is 32 bit, it won't work.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top