1
A
回答
0
大多數單元測試框架都支持命令行模式。假設你在項目中獲得了二進制文件,你可能很容易將其連接起來。
也就是說,您可能正在尋找this product。
相關問題
- 1. unit testing system.timers.timer
- 2. Favorite JavaScript Unit Testing Framework
- 3. Ember-Data Unit Testing Store
- 4. Redux Action Unit Testing(Mocha&Chai)
- 5. MVC + EF DB-First Unit Testing
- 6. Compact Framework Unit Testing via Microsoft.VisualStudio.TestTools.UnitTesting
- 7. React unit testing,enzyme/mocha testing(or mocking?)html image api
- 8. 「NoMethodError:undefined method'destroy'for nil:NilClass」When Unit Testing Rails Model
- 9. Jasmine unit testing $ timeout(expect($ timeout).toHaveBeenCalledWith(n);)
- 10. maven post build build files
- 11. MSBuild Post-Build
- 12. Unit Test ajax failure with Q-Unit
- 13. Grails Spring Security Testing
- 14. 在父組件中使用子組件時出現錯誤 - Angular 2 Unit Testing(KarmaJasmine)
- 15. j-unit testing不可變的二進制搜索樹添加方法
- 16. VS 2012:Post Build xcopy error 2
- 17. Post build event執行powershell
- 18. Maven Profile for testing
- 19. assertArrayEquals testing
- 20. Selenium Testing
- 21. minitest,test :: unit和rails
- 22. Rails testing has_many association failure
- 23. testing #define CONSTANT
- 24. Grails with Criteria testing
- 25. ReactJS Selenium Testing
- 26. React testing componentWillReceiveProps
- 27. iphone release vs testing
- 28. testing and establish_connection
- 29. rails-controller-testing Gem
- 30. clojure.test /與clojure.test/testing
根據此產品的文檔,它不支持Visual Studio 2012. – Marty
好點 - 我點擊了他們的Twitter,這是有道理的,他們爲什麼不支持2012.持續測試內置 - 請參閱http: //blogs.msdn.com/b/visualstudioalm/archive/2012/06/18/visual-studio-2012-rc-what-s-new-in-unit-testing.aspx –
是的,'生成後運行測試'內置於Visual Studio Ultimate中,我沒有---我認爲我正在尋找類似於以下內容的後構建事件命令行上的東西(這是用於在VS2010中與Nunit一起測試的) $(SolutionDir)\ packages \ Nunit.2.5.9.10348 \ tools \ nunit-console $(TargetPath) – Marty