c# - What xunit binaries need to be added to source control? -


i want use xunit project unit testing. using visual studio 2010 ide. after downloading , extracting xunit1.9 release site, see @ least 25 different files. .exe , .dll, .config, .xslt ...etc.

can assume need "xunit.dll" , "xunit.gui.exe" ? use case if have else checkout code repository, should able start xunit gui , run unit tests without downloads.

you try , see if works :), or can run dependency walker (http://www.dependencywalker.com/) see dlls xunit executable relies on.

for .net files ilspy open source option same thing,


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -