Ejemplo n.º 1
0
 public void TestThrowOnError2()
 {
     SampleType1 st = Reflector.LoadInstance <SampleType1>("UnitTest.SampleType1, UnitTest2", false);
 }
Ejemplo n.º 2
0
        public void TestLoadInstance()
        {
            SampleType1 st = Reflector.LoadInstance <SampleType1>("UnitTest.SampleType1, UnitTest");

            Assert.IsNotNull(st);
        }