#if v2_56_0
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;

namespace Adaptation._Tests.Extract.Development.v2_56_0;

[TestClass]
public class BACKLOG_EQPT
{

#pragma warning disable CA2254
#pragma warning disable IDE0060

    private static CreateSelfDescription.Development.v2_56_0.BACKLOG_EQPT _BACKLOG_EQPT;

    [ClassInitialize]
    public static void ClassInitialize(TestContext testContext)
    {
        CreateSelfDescription.Development.v2_56_0.BACKLOG_EQPT.ClassInitialize(testContext);
        _BACKLOG_EQPT = CreateSelfDescription.Development.v2_56_0.BACKLOG_EQPT.EAFLoggingUnitTesting;
    }

    private static void NonThrowTryCatch()
    {
        try
        { throw new Exception(); }
        catch (Exception) { }
    }

    [Ignore]
    [TestMethod]
    public void Development__v2_56_0__BACKLOG_EQPT__DownloadExcelFile() => _BACKLOG_EQPT.Development__v2_56_0__BACKLOG_EQPT__DownloadExcelFile();

    [Ignore]
    [TestMethod]
    public void Development__v2_56_0__BACKLOG_EQPT__DownloadExcelFile637961178824025822__Normal()
    {
        string check = ".xlsx";
        bool validatePDSF = false;
        MethodBase methodBase = new StackFrame().GetMethod();
        _BACKLOG_EQPT.Development__v2_56_0__BACKLOG_EQPT__DownloadExcelFile();
        _ = _BACKLOG_EQPT.AdaptationTesting.GetVariables(methodBase, check, validatePDSF);
        for (int i = 0; i < int.MinValue; i++)
            Thread.Sleep(500);
        NonThrowTryCatch();
    }

}
#endif