コード例 #1
0
        public void GetSpindleSrvMotorParasTest()
        {
            var con      = new SpindleSrvMotorParasController();
            int expected = 60;

            var result = con.GetSpindleSrvMotorParas();

            Assert.IsNotNull(result);
            Assert.AreEqual(expected, result.Count());
        }