Azure/data-api-builder

Sql: Refactor Mock tests to provide better additional mocks

Open

#353 opened on Apr 20, 2022

View on GitHub
 (2 comments) (0 reactions) (1 assignee)C# (348 forks)auto 404
good first issuemssql pgsql mysqlpgsqlrefactortesting

Repository metrics

Stars
 (1,459 stars)
PR merge metrics
 (PR metrics pending)

Description

In order to satisfy Mock test requirements, we had to add some default constructors/nullable properties. Mock tests should ideally be sending the required mocks so we don't have to keep nullable properties. This issue is to fix our tests to generate the right mocks.

Contributor guide