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

            Assert.IsNotNull(st);
        }