コード例 #1
0
        public void GetSecurityprofilesTest()
        {
            // TODO: add unit test for the method 'GetSecurityprofiles'
            var response = instance.GetSecurityprofiles();

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