kikhi / CalculatorTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalculatorTest

Test unit for Calculator library project

Check the source code of the calculator https://github.com/kikhi/Calculator

Get Started πŸš€

To work with the unit testing, clone this repository for develop the project

Pre-requisitos and builded with πŸ“‹ πŸ› οΈ

This project use the .net microsoft development tools

Testing ⌨️

Add reference from the main project

dotnet add CalculatorTest.csproj reference ..\Calculator\Calculator.csproj

For run unit testing use the follow comand

dotnet test CalculatorTest.csprog

License πŸ“„

This project is open source (Apache) - Check LICENSE.md for details


⌨️ Made by Kikhi 😊

About

License:Apache License 2.0


Languages

Language:C# 100.0%