示例#1
0
        //[Theory]
        //[InlineData(B2, true, true)]
        //[InlineData(B, true, true)]
        //[InlineData(Pt, true, true)]
#pragma warning disable xUnit1013 // Only for internal debugging
        public static void VerifyManually(GameVersion s, bool includeforms, bool shiny)
#pragma warning restore xUnit1013 // Only for internal debugging
        {
            EncounterEvent.RefreshMGDB(Path.Combine(Directory.GetCurrentDirectory(), "mgdb"));
            RibbonStrings.ResetDictionary(GameInfo.Strings.ribbons);
            APILegality.Timeout = 99999;
            var passed = true;
            var res    = s.SingleSaveTest(includeforms, shiny, ref passed);

            passed.Should().BeTrue();
        }