CSV like PDSF ready to test

This commit is contained in:
2025-01-13 12:46:35 -07:00
parent 865357bbc8
commit bc6810cf4f
15 changed files with 379 additions and 231 deletions

View File

@ -96,7 +96,7 @@ public class MET08THFTIRQS408M
_ = Shared.AdaptationTesting.ReExtractCompareUpdatePassDirectory(variables, fileRead, logistics);
NonThrowTryCatch();
}
#if DEBUG
[Ignore]
#endif

View File

@ -54,16 +54,6 @@ public class QS408M : LoggingUnitTesting, IDisposable
Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString());
}
[TestMethod]
public void TestDateTimeB()
{
DateTime dateTimeA = new(1970, 01, 01);
DateTime dateTimeB = new(2024, 09, 19, 10, 41, 16);
TimeSpan timeSpan = new(dateTimeB.Ticks - dateTimeA.Ticks);
long infinityQS = (long)Math.Floor(timeSpan.TotalSeconds);
Assert.IsTrue(infinityQS == 1726767676);
}
[TestMethod]
public void TestDescriptor()
{