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

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