Skip to content

Latest commit

 

History

History

Holtz.DesignPattern.AbstractFactory

Abstract Factory

  • .NET 8
  • XUnit
  • CI: Running unit tests through github actions

How to start

  • Using VS: you could only press the "play" button;
  • Using CLI: dotnet run --project Holtz.DesignPattern.AbstractFactory

How to test

  • Using VS: you could only press the menu item Menu => Run All Tests
  • Using CLI: dotnet test