File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
using AdoNet . Specification . Tests ;
2
- using Xunit ;
3
2
4
3
namespace Conformance . Tests
5
4
{
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" AdoNet.Specification.Tests" Version =" 2.0.0-alpha6 " />
14
+ <PackageReference Include =" AdoNet.Specification.Tests" Version =" 2.0.0-alpha7 " />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.3.0" />
16
16
<PackageReference Include =" xunit" Version =" 2.4.1" />
17
17
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.1" />
Original file line number Diff line number Diff line change
1
+ using AdoNet . Specification . Tests ;
2
+
3
+ namespace Conformance . Tests
4
+ {
5
+ public sealed class ConnectionStringBuilderTests : ConnectionStringTestBase < DbFactoryFixture >
6
+ {
7
+ public ConnectionStringBuilderTests ( DbFactoryFixture fixture )
8
+ : base ( fixture )
9
+ {
10
+ }
11
+ }
12
+
13
+ }
Original file line number Diff line number Diff line change
1
+ using AdoNet . Specification . Tests ;
2
+
3
+ namespace Conformance . Tests
4
+ {
5
+ public sealed class TransactionTests : TransactionTestBase < DbFactoryFixture >
6
+ {
7
+ public TransactionTests ( DbFactoryFixture fixture )
8
+ : base ( fixture )
9
+ {
10
+ }
11
+ }
12
+ }
You can’t perform that action at this time.
0 commit comments