コード例 #1
0
ファイル: CoreAdapterTests.cs プロジェクト: uotools/OpenUO
        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");
        }