public void ToString_ReturnsDescriptorTypeAndPropertyName() { var selector = new PropertySelector <TestVMDescriptor>(x => x.StringProperty); Assert.AreEqual("TestVMDescriptor.StringProperty", selector.ToString()); }