public void testsimpleViaDerivedImplementation() { ISimpleInterface x = new DerivedSimpleImplementation(); x.Foo(); AssertTrue(true); }