CalculatorsTest
This project is created using .NET 8.
- Inside src/Tests directory you can run tests with:
dotnet test
Structure
- Domain contains business logic
- UseCases for application services and calculators
- Tests to cover the main calculator
This project is created using .NET 8.
dotnet test