Creation of ADO Connection

This commit is contained in:
2024-11-08 15:47:49 -07:00
parent 5d9b5a4022
commit 9c5651a862
46 changed files with 1094 additions and 561 deletions

View File

@ -7,7 +7,7 @@ using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace Adaptation._Tests.CreateSelfDescription.Production.v2_57_0;
namespace Adaptation._Tests.CreateSelfDescription.Development.v2_57_0;
[TestClass]
public class ALIGNMENT_EQPT : EAFLoggingUnitTesting
@ -52,7 +52,7 @@ public class ALIGNMENT_EQPT : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Production__v2_57_0__ALIGNMENT_EQPT__DownloadExcelFile()
public void Development__v2_57_0__ALIGNMENT_EQPT__DownloadExcelFile()
{
string check = ".xlsx";
MethodBase methodBase = new StackFrame().GetMethod();

View File

@ -7,7 +7,7 @@ using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace Adaptation._Tests.CreateSelfDescription.Production.v2_57_0;
namespace Adaptation._Tests.CreateSelfDescription.Development.v2_57_0;
[TestClass]
public class ALIGNMENT : EAFLoggingUnitTesting
@ -52,7 +52,7 @@ public class ALIGNMENT : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Production__v2_57_0__ALIGNMENT__ConvertExcelToJson()
public void Development__v2_57_0__ALIGNMENT__ConvertExcelToJson()
{
string check = "*.xlsx";
MethodBase methodBase = new StackFrame().GetMethod();

View File

@ -7,7 +7,7 @@ using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace Adaptation._Tests.CreateSelfDescription.Production.v2_57_0;
namespace Adaptation._Tests.CreateSelfDescription.Development.v2_57_0;
[TestClass]
public class BACKLOG_EQPT : EAFLoggingUnitTesting
@ -52,7 +52,7 @@ public class BACKLOG_EQPT : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Production__v2_57_0__BACKLOG_EQPT__DownloadWorkItems()
public void Development__v2_57_0__BACKLOG_EQPT__DownloadWorkItems()
{
string check = ".xlsx";
MethodBase methodBase = new StackFrame().GetMethod();

View File

@ -7,7 +7,7 @@ using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace Adaptation._Tests.CreateSelfDescription.Production.v2_57_0;
namespace Adaptation._Tests.CreateSelfDescription.Development.v2_57_0;
[TestClass]
public class BACKLOG : EAFLoggingUnitTesting
@ -52,7 +52,7 @@ public class BACKLOG : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Production__v2_57_0__BACKLOG__json()
public void Development__v2_57_0__BACKLOG__json()
{
string check = "*.json";
MethodBase methodBase = new StackFrame().GetMethod();

View File

@ -7,7 +7,7 @@ using System.Diagnostics;
using System.IO;
using System.Reflection;
namespace Adaptation._Tests.CreateSelfDescription.Production.v2_57_0;
namespace Adaptation._Tests.CreateSelfDescription.Development.v2_57_0;
[TestClass]
public class MESAFIBACKLOG : EAFLoggingUnitTesting
@ -52,7 +52,7 @@ public class MESAFIBACKLOG : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Production__v2_57_0__MESAFIBACKLOG__Kanban()
public void Development__v2_57_0__MESAFIBACKLOG__Kanban()
{
string check = "*.json";
MethodBase methodBase = new StackFrame().GetMethod();
@ -65,7 +65,20 @@ public class MESAFIBACKLOG : EAFLoggingUnitTesting
[Ignore]
#endif
[TestMethod]
public void Production__v2_57_0__MESAFIBACKLOG__Markdown()
public void Development__v2_57_0__MESAFIBACKLOG__Markdown()
{
string check = "*.json";
MethodBase methodBase = new StackFrame().GetMethod();
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
_ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_57_0__MESAFIBACKLOG__ADO()
{
string check = "*.json";
MethodBase methodBase = new StackFrame().GetMethod();