项目作者: meanin

项目描述 :
Introduction into TDD
高级语言: C#
项目地址: git://github.com/meanin/test-driven-development.git
创建时间: 2017-09-28T18:41:27Z
项目社区:https://github.com/meanin/test-driven-development

开源协议:

下载


Test Driven Development Introduction

Aim of this project is to simply learn basics of TDD

In this project used are:

  • Visual Studio 2017

Test engines:

  • MSTest
  • NUnit
  • XUnit

Test models:

  • AutoFixture
  • NBuilder

Test doubles:

  • Moq
  • NSubstitute
  • Rhino

Test assertions:

  • FluentAssertions
  • NFluent
  • Should

Test database:

  • EntityFramework 6.0

For use only restore nuget packages.
Every (almost) project provide class to do some exercise.