Ejemplo n.º 1
0
        public void When_created_should_map_property_using_namespace_prefix()
        {
            // given
            var context = new VocabContext <Issue>("http://example.api/o#");

            // then
            Assert.That(context["title"].ToString(), Is.EqualTo("http://example.api/o#title"));
        }
 public VocabularyDataProvider(VocabContext vocabContext)
 {
     _vocabContext = vocabContext;
 }