Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 581 Bytes

File metadata and controls

15 lines (10 loc) · 581 Bytes

Test Container Prototype

Objectives

  • Setup integration testing for MSSQL and test for migrations working properly.
  • Test EF core queries against actual database.
  • Explore patterns for configuring Test Fixtures with a base abstract class.
  • Understand general configuration of Test Containers in .NET Core.

Requirements

  • A running instance of the docker engine via GUI or CLI to properly run the tests.
  • .NET 8 SDK