Ejemplo n.º 1
0
        public void DeleteAttemptlimitsAttemptlimitsIdTest()
        {
            // TODO: add unit test for the method 'DeleteAttemptlimitsAttemptlimitsId'
            string attemptLimitsId = null; // TODO: replace null with proper value
            var    response        = instance.DeleteAttemptlimitsAttemptlimitsId(attemptLimitsId);

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