예제 #1
0
        public void TestRadarColors()
        {
            var colors = new RadarColors(Install);

            Guard.Require(colors.Length > 0, "Radarcol was not parsed correctly");
        }
예제 #2
0
        public void TestRadarColors()
        {
            var colors = new RadarColors(Install);

            Guard.Require(colors.Length > 0, "Radarcol was not parsed correctly");
        }
예제 #3
0
        public void TestRadarColors()
        {
            RadarColors colors = new RadarColors(Install);

            Guard.Assert(colors.Length > 0, "Radarcol was not parsed correctly");
        }
예제 #4
0
        public void TestRadarColors()
        {
            RadarColors colors = new RadarColors(Install);

            Guard.Assert(colors.Length > 0, "Radarcol was not parsed correctly");
        }