We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab1724 commit d0fea6eCopy full SHA for d0fea6e
QueryDB.Core.Tests/TestBase.cs
@@ -1,5 +1,4 @@
1
-using Microsoft.VisualStudio.TestTools.UnitTesting;
2
-using System;
+using System;
3
using System.Configuration;
4
using System.Globalization;
5
using System.IO;
@@ -8,7 +7,6 @@ namespace QueryDB.Core.Tests
8
7
{
9
public class TestBase
10
11
- private readonly string _useDocker = ConfigurationManager.AppSettings["UseDocker"];
12
protected readonly string MSSQLConnectionString = ConfigurationManager.AppSettings["MSSQLConnection"];
13
protected readonly string MySQLConnectionString = ConfigurationManager.AppSettings["MySQLConnection"];
14
protected readonly string OracleConnectionString = ConfigurationManager.AppSettings["OracleConnection"];
0 commit comments