コード例 #1
0
        public void GetSecurityprofilesSecurityprofileIdTest()
        {
            // TODO: add unit test for the method 'GetSecurityprofilesSecurityprofileId'
            string securityProfileId = null; // TODO: replace null with proper value
            var    response          = instance.GetSecurityprofilesSecurityprofileId(securityProfileId);

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