Commit ad01286
authored
Tests | Move various unit tests to UnitTests project (#3458)
* Move SqlVectorTest, adjust namespace
* Replace LocalAppContextSwitchesTests
* Move SqlBufferTests
* Remove unnecessary reflection from SqlBufferTests
* Add descriptions to SqlBufferTests
* Move SqlCommandSetTest
* Remove unnecessary reflection from SqlCommandSetTest
* Act on messages
* Add descriptions to SqlCommandSetTests
* Rename SqlBufferTests to align with standard
* Adhere to project code style: namespace statements
* Remove redundant using statement
* Add missing license statement
* Remove all internal reflection on SqlCommandSetTest
* Remove unnecessary validation logic (and covering test)1 parent 7584037 commit ad01286
File tree
10 files changed
+327
-509
lines changed- src/Microsoft.Data.SqlClient
- src/Microsoft/Data/SqlClient
- tests
- FunctionalTests
- UnitTests/Microsoft/Data
- SqlClient
- SqlTypes
10 files changed
+327
-509
lines changedLines changed: 7 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 111 | | |
120 | 112 | | |
121 | 113 | | |
| |||
279 | 271 | | |
280 | 272 | | |
281 | 273 | | |
282 | | - | |
| 274 | + | |
283 | 275 | | |
284 | 276 | | |
285 | 277 | | |
| |||
Lines changed: 0 additions & 34 deletions
This file was deleted.
src/Microsoft.Data.SqlClient/tests/FunctionalTests/Microsoft.Data.SqlClient.FunctionalTests.csproj
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| |||
Lines changed: 0 additions & 253 deletions
This file was deleted.
0 commit comments