Test from EAF Server

This commit is contained in:
2024-06-04 09:07:56 -07:00
parent a6272632ce
commit d3b6311de2
35 changed files with 932 additions and 77 deletions

View File

@ -1,3 +1,4 @@
#if v2_49_2
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Diagnostics;
@ -29,11 +30,15 @@ public class BACKLOG_EQPT
catch (Exception) { }
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__BACKLOG_EQPT__DownloadExcelFile() => _BACKLOG_EQPT.Development__v2_49_2__BACKLOG_EQPT__DownloadExcelFile();
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__BACKLOG_EQPT__DownloadExcelFile637961178824025822__Normal()
{
@ -47,4 +52,5 @@ public class BACKLOG_EQPT
NonThrowTryCatch();
}
}
}
#endif

View File

@ -1,3 +1,4 @@
#if v2_49_2
using Adaptation.Shared;
using Adaptation.Shared.Methods;
using Microsoft.VisualStudio.TestTools.UnitTesting;
@ -33,11 +34,15 @@ public class BACKLOG
catch (Exception) { }
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__BACKLOG__ConvertExcelToJson() => _BACKLOG.Development__v2_49_2__BACKLOG__ConvertExcelToJson();
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__BACKLOG__ConvertExcelToJson637961178824025822__Normal()
{
@ -55,4 +60,5 @@ public class BACKLOG
NonThrowTryCatch();
}
}
}
#endif

View File

@ -1,3 +1,4 @@
#if v2_49_2
using Adaptation.Shared;
using Adaptation.Shared.Methods;
using Microsoft.VisualStudio.TestTools.UnitTesting;
@ -33,11 +34,15 @@ public class MESAFIBACKLOG
catch (Exception) { }
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__MESAFIBACKLOG__json() => _MESAFIBACKLOG.Development__v2_49_2__MESAFIBACKLOG__json();
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__MESAFIBACKLOG__json637961251829737445__Normal()
{
@ -55,7 +60,9 @@ public class MESAFIBACKLOG
NonThrowTryCatch();
}
#if DEBUG
[Ignore]
#endif
[TestMethod]
public void Development__v2_49_2__MESAFIBACKLOG__json637961251829737449__Normal()
{
@ -73,4 +80,5 @@ public class MESAFIBACKLOG
NonThrowTryCatch();
}
}
}
#endif