Exemple #1
0
        public void DeleteUtilizationTest()
        {
            // TODO: add unit test for the method 'DeleteUtilization'
            var response = instance.DeleteUtilization();

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