コード例 #1
0
        public void CheckMonthlySettingsCloneMethod()
        {
            MonthlySettings monset = MonthlySettings.Random(2000, 1, MachineType.M3);
            var             check  = monset.Clone() as MonthlySettings;

            Assert.IsTrue(check != null && check == monset);
        }