예제 #1
0
 public void Test1()
 {
     ReflectionProcessor rp = new ReflectionProcessor();
     var model = new Workspace("Test").GetModel();
     rp.Process(typeof(Tests).GetTypeInfo().Assembly, model);
     Assert.True(model.Elements.Any());
 }
예제 #2
0
        public void Test1()
        {
            ReflectionProcessor rp = new ReflectionProcessor();
            var model = new Workspace("Test").GetModel();

            rp.Process(typeof(Tests).GetTypeInfo().Assembly, model);
            Assert.True(model.Elements.Any());
        }