Example #1
0
        public void TestTopDrop2GCellCsv_ErasureDropsHourInfo()
        {
            ErasureDropsHourInfo info
                = stats[6].GenerateHourInfo <ErasureDropsHourInfo, int>();

            info.AssertHourTest(new[] {
                0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 18, 19, 13, 7, 15, 10, 19, 11, 13, 6, 10, 4, 4, 3
            });
        }