Skip to content

Create Unit Tests for the EmployeeRepository Class of Stored Procedures #21

@sohlae

Description

@sohlae

TASKS

  • Create a Stored Procedures folder and create a Repositories folder inside it
  • Create a class named EmployeeRepositoryTests

TESTS

Add Method

  • When the method is called, then verify that the Add method of the Context class has been called once.
  • When the method is called, then verify that the stored procedure named sp_InsertEmployee is called once.

Metadata

Metadata

Assignees

Labels

taskFor user stories / tasks

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions