Exemple #1
0
 public void MountPaths()
 {
     _choosedDevice    = IOs;
     _deviceResolution = ResolutionController.GetResolution();
     _remotePath      += _choosedDevice + "/" + _deviceResolution + "/";
 }
        public void GetResolution_ReturnsOkResult()
        {
            var okResult = _resolutionController.GetResolution(EXISTING_RESOLUTION_ID);

            Assert.IsType <OkObjectResult>(okResult.Result);
        }