Test Driven Development Studio - An environment for practicing Kent Beck style Test Driven Development.
Copyright (c) 2015-3015, The TddStud10 Team
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
- Environment for practicing Kent Beck style TDD [F.I.R.S.T. Unit Tests, fast builds, No Mocks, Hexagonal architecture]
- Open source alternative to nCrunch
- Eventually not just unit tests - but a collection of facilities that makes TDD a joy! e.g. TODO list, hotspot analysis, etc.
- Supported on VS2013 & VS2015
- Enable/Disable TDDStudio
- Ability to ignore tests (e.g. long range/acceptance tests, using a setting in .sln.tddstud10.user)
- Multiple Unit Test Frameworks [nUnit v2/v3, xUnit v1/v2]
- Multiple Languages [C#/F#/VB]
- Run build/test cycle on every change to any file under the solution folder
- Incrementalv0 - i.e. build/test happen only for projects that have changed
- Show code coverage indicators next to each line [green => tests covering it have all passed, red => otherwise]
- nCrunch style status indicator at the bottom-right in VS Status Bar.
- Each coverage marker has a rich list of covering tests with (a) error message/stacktrace (b) option to debug test
- Other Unit Test Frameworks [VS' CppUnit]
- Languages [C++]
- Hosts [Atom/VSCode]
- Test List
- Automated change detection