public void TestObjectProxyCreateObject() { ObjectProxy proxy = new ObjectProxy(typeof(TestClass1)); TestClass1 instance = (TestClass1)proxy.CreateObject(); Assert.IsNotNull(instance); }