Skip to content

cboiam/monetary-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monetary Calculator

This is a project built to be used in trainment of testing skills of my team, we'll build them in a context of the calculation of employee rights like vacation and rescission.

More about those calculus can be found in https://chcadvocacia.adv.br/blog/veja-como-calcular-rescisao-de-trabalho-dos-colaboradores/

Literatures to catch up with testing:

Running the application

To set up, start a postgre server, then on root folder run:

$ dotnet tool restore
$ dotnet database update -s src/MonetaryCalculator.Host -p src/MonetaryCalculator.Infra.Data

Run command inside the api project folder:

$ dotnet run

Running the tests

Run command on the root folder or inside a test project folder:

$ dotnet test

Built with

  • .NET 5 - Software Developmet Kit (SDK)
  • NUnit3 - Unit Test Framework
  • Fluent Assertions - Fluent Unit Test Assertions Extension Methods
  • Moq - The most popular mocking library for .NET
  • PostgreSQL - The World's Most Advanced Open Source Relational Database

Releases

No releases published

Packages

No packages published

Languages