Test from EAF Server
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user