You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -63,25 +63,25 @@ Using the previous approach, the [PosInformatique.UnitTests.Databases](https://g
63
63
64
64
The [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases) tools are provided in two NuGet packages:
65
65
66
-
-[](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer) which contains:
66
+
-[PosInformatique.UnitTests.Databases.SqlServer](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer) NuGet package which contains:
67
67
- Tools to deploy a SQL Server database using a DACPAC file before each unit test.
68
68
- Helpers to initialize SQL Server databases with sample data.
69
69
- Helpers to easily query SQL Server databases.
70
70
71
-
-[](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer.EntityFramework) which contains:
71
+
-[PosInformatique.UnitTests.Databases.SqlServer.EntityFramework](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer.EntityFramework) NuGet package which contains:
72
72
- Tools to deploy a SQL Server database using a DbContext.
73
73
74
74
This package uses and includes the previous [PosInformatique.UnitTests.Databases.SqlServer](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer) NuGet package.
75
75
76
76
## Samples / Demo
77
77
78
-
A complete sample solution is available in this repository in the [./samples](./samples) folder.
78
+
A complete sample solution is available in this repository inside the [samples](./samples) folder.
79
79
80
-
The solution contains the following projects:
80
+
The solution contains the following sample projects:
81
81
-[DemoApp.Domain](./samples/DemoApp.Domain/DemoApp.Domain.csproj): Represents the domain of the application with a set of sample business entities.
82
82
-[DemoApp.DataAccessLayer](./samples/DemoApp.DataAccessLayer/DemoApp.DataAccessLayer.csproj): Represents a Data Access Layer with a set of repositories to unit test.
83
83
-[DemoApp.DataAccessLayer.Tests](./samples/DemoApp.DataAccessLayer.Tests/DemoApp.DataAccessLayer.Tests.csproj): Unit test project to test the [DemoApp.DataAccessLayer](./samples/DemoApp.DataAccessLayer/DemoApp.DataAccessLayer.csproj)
84
-
-project using the [PosInformatique.UnitTests.Databases.SqlServer](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer) package.
84
+
project using the [PosInformatique.UnitTests.Databases.SqlServer.EntityFramework](https://www.nuget.org/packages/PosInformatique.UnitTests.Databases.SqlServer.EntityFramework) package.
0 commit comments