public void Test2() { Type type = TypeLoader.GetDerivedType("DerivedClass", typeof(BaseClass)); Assert.IsNotNull(type); }