示例#1
0
        private void TestRecentColors(IColorsLabController colorsLab)
        {
            // After all the calls in the earlier tests, recent colors panel should be populated
            List <Color> currentRecentPanel = colorsLab.GetCurrentRecentPanel();

            AssertEqual(RecentColorsAfterFT, currentRecentPanel);
        }