public void AutoPropertyWithInitializer() { var value = new AutoPropertyWithInitializerClass().StringProperty; AssertEquals(value, "foo"); }