Exemple #1
0
        public void CreationNameTest()
        {
            testNodeModel.Category = "Category";

            var result = testNodeModel.ConstructDictionaryLinkFromLibrary(CurrentDynamoModel.LibraryServices);

            Assert.AreEqual("http://dictionary.dynamobim.com/2/#/Category/Action/Number", result);
        }