コード例 #1
0
        public void BoostByAncestor_UsesContentReferenceId()
        {
            var contentLink = new ContentReference(42);

            _serviceStub.BoostByAncestor(contentLink, 2);
            Assert.Contains(42, _serviceStub.BoostAncestors.Keys);
        }