Azure/data-api-builder
View on GitHubSql: Refactor Mock tests to provide better additional mocks
Open
#353 opened on Apr 20, 2022
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.