c# - TDD in the new Visual Studio vNext/2015 -


i trying out new visual studio 2015 ctp 6 , first thing notice new asp.net 5 project there isn't option create test project (it's disable)... now, vs2015 introduced smart unit tests not suitable tdd, idea generate unit tests existing code.

probably exists nuget-package implement tdd find weird, believe, it's not longer come out of box.

so, how implement tdd in new visual studio 2015 ctp6?

enter image description here

update 3/22/2015

here links related unresolved issue:

great question. here settled on. wouldn't call ideal , maybe there better way not aware of.

1) use xunit - if @ aspnet repository on github, see if not tests written xunit.

2) visual studio ide support xunit not yet available aspnet5 based tests. must run them command prompt. link discusses how set , run unit tests aspnet5 http://xunit.github.io/docs/getting-started-aspnet.html

3) complicating matters, released version of xunit not support aspnet5, rc3 , still available on nuget. per tweet https://twitter.com/xunit/status/574692021123731456 aspnet5 support return in xunit 2.1, version of should released soon.

4) after following instructions, had problem believe related storing project on unc path instead of path drive letter, don't let bite you. https://github.com/xunit/xunit/issues/295


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -