Skip to content

valterlima/CartManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CartManager

Some exercises with a cart with JSON and C#

Requirements

Dependencies

The nuget packages included are:

Download and install packages with NuGet:

  1. nuget restore

How to build

To build you only need MsBuild from the .NET Framework

  1. MsBuild.exe .\CartManagerApplication.sln /t:Build /p:Configuration=Release /p:TargetFramework=v4.6.1

How to test

Run NUNIT3-CONSOLE on the assembly CartManagerApplication.exe

  1. .\packages\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe .\CartManagerApplication\bin\Release\CartManagerApplication.exe

The resulting test report will be available on TestResult.xml

How to execute

  1. .\CartManagerApplication\bin\Release\CartManagerApplication.exe

Results

The result json files are generated on:

  1. .\CartManagerApplication\bin\Release\results\level1\output.json
  2. .\CartManagerApplication\bin\Release\results\level2\output.json
  3. .\CartManagerApplication\bin\Release\results\level3\output.json

About

Some exercises with a cart with JSON and C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages