资 源 简 介
AutoTest.NET is based off of autotest which is a popular Ruby tool for running your unit tests as soon as your save your files. This practice gives you immediate feedback and helps facilitate real test driven development.
The 0.1 release is now available. This release is basically a working proof of concept. You will find problems. Right now you can configure what unit testing tool to use, what folder to watch, a folder to ignore, and where msbuild is.
Features planned 0.2 are:
1. Use a build file other than the proj file
1. Configure what files to watch
1. Configure additional command line arguments for command line tools
1. Show more about unit test failures
1. Stop on build failure
Other future plans:
1. GUI frontend
1. System Tray frontend
1. Visual Studio Add-in?
1. Move to provider model to call more tools?