Example #1
0
        public void ThenEPACardsSectionUpdated(EPACardsSection updEPACardsSection)
        {
            memoEPACardsSection.USD += updEPACardsSection.USD;
            memoEPACardsSection.EUR += updEPACardsSection.EUR;

            new MenuPanel().GetEPACardsTable()
            .ShouldBeEquivalentTo(memoEPACardsSection, options => options.WithStrictOrdering(),
                                  $"EPA cards section не соответствуют ожидаемым");
        }
Example #2
0
 public void MemorizeEPACardsSection()
 {
     memoEPACardsSection = new MenuPanel().GetEPACardsTable();
 }