Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 348 Bytes

File metadata and controls

12 lines (9 loc) · 348 Bytes

This Sample POC demonstrate how to create simple unit tests for your Web API 2 application using Rhino.Mocks

Prerequisites

  1. Visual studio 2017
  2. ASP.Net core with 2.1

Installation:

  1. Clone or Download the project
  2. Restore the Packages
  3. Run or Debug Tests

Disclaimer:This sample project is for learning and training purpose only.