public void GetPropertiesNotMapped_ReturnProperties_Success() { ExpressionMapper.Initialize(); PropertiesNotMapped actual = ExpressionMapper.GetPropertiesNotMapped <ClassSource, ClassDest>(); Assert.True(actual.SourceProperties.Count > 0); Assert.True(actual.TargetProperties.Count > 0); }