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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ PosInformatique.UnitTests.Databases is a set of tools for unit testing databases
3
3
It simplifies writing and executing tests, helping ensure your database and data access code is reliable and bug-free.
4
4
Ideal for developers who want to validate data access based on SQL Server code during their development.
5
5
6
-
These set of tools support to perform unit tests of the data access layer based on SQL Server. Any kind of the
6
+
This set of tools support to perform unit tests of the data access layer based on SQL Server. Any kind of the
7
7
data access framework can be used with theses tools:
8
8
- Raw ADO .NET queries.
9
9
- Entity Framework
@@ -48,11 +48,11 @@ see the [Write unit tests to test the Data Access Layer](./docs/WriteUnitTests.m
48
48
49
49
## What provides the PosInformatique.UnitTests.Databases tools?
50
50
51
-
Using the previous approach, the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases)library allows to:
51
+
Using the previous approach, the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases)libraries allows to:
52
52
53
53
- Deploy easily a database before each unit tests execution.
54
-
Database and the schema creation is an operation that can take lot of time (around 5 to 10 seconds), the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases)library
55
-
create physically the database at the first unit test execution. For the other unit test execution, all the data are deleted in the database which allows to increase the speed of the unit tests execution.
54
+
Database and the schema creation is an operation that can take lot of time (around 5 to 10 seconds), the [PosInformatique.UnitTests.Databases](https://github.com/PosInformatique/PosInformatique.UnitTests.Databases)libraries
55
+
create physically the database at the first unit test execution. For the other unit tests execution, all the data are deleted in the database which allows to increase the speed of the unit tests execution.
56
56
57
57
- Provides a simple syntax to fill the tables with sample of data.
0 commit comments