Skip to content

jyotima/tddstud10

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Join the chat at https://gitter.im/parthopdas/tddstud10

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.

Goals, Intentions, Guidelines

  • 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.

Features that currently work

  • 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

Demo

TDD Studio - Making TDD a joy!

Wish list and stuff really far off into the future

  • Other Unit Test Frameworks [VS' CppUnit]
  • Languages [C++]
  • Hosts [Atom/VSCode]
  • Test List
  • Automated change detection

About

TDD Studio: Open source alternative to nCrunch, for practicing Kent Beck style TDD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 51.2%
  • F# 46.6%
  • Visual Basic .NET 2.1%
  • Other 0.1%