guslan1 / reflexes

TDD assignment in course 2dv610

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reflexes

Reflexes game made with TDD.

The assignment

The assignment is to create a project using TDD in an OO way. I created the application using C#.

Language of implementation

C#

Framework for unit-testing

xUnit

Framework for Mocking

Moq

Code coverage tool

Coverlet

Scripts

The application

Within the reflexes folder run dotnet run.

Tests

Within the reflexes folder run dotnet test.

Code coverage

Within the reflexes folder run the command dotnet test /p:CollectCoverage=true.

Current coverage

Number of tests

number-of-tests

Coverage

coverage-w-main

About

TDD assignment in course 2dv610


Languages

Language:C# 100.0%