Skip to content

Prototype of using Test Containers for MSSQL integration testing in .NET Core

Notifications You must be signed in to change notification settings

halmanza/Test-Container-Prototype

Repository files navigation

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

About

Prototype of using Test Containers for MSSQL integration testing in .NET Core

Resources

Stars

Watchers

Forks

Languages