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

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

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

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

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