Exemple #1
0
        public void PostCalibrationsTest()
        {
            // TODO: add unit test for the method 'PostCalibrations'
            CalibrationCreate body   = null; // TODO: replace null with proper value
            string            expand = null; // TODO: replace null with proper value
            var response             = instance.PostCalibrations(body, expand);

            Assert.IsInstanceOf <Calibration> (response, "response is Calibration");
        }