C# Class GeoJSON.Net.Tests.Feature.FeatureTests

Inheritance: TestBase
Show file Open project: GeoJSON-Net/GeoJSON.Net Class Usage Examples

Public Methods

Method Description
GetPropertiesInRandomOrder ( ) : object>.Dictionary

Private Methods

Method Description
Assert_Are_Equal ( Net left, Net right ) : void
Assert_Are_Not_Equal ( Net left, Net right ) : void
Can_Deserialize_Point_Feature ( ) : void
Can_Serialize_LineString_Feature ( ) : void
Can_Serialize_MultiLineString_Feature ( ) : void
Can_Serialize_MultiPolygon_Feature ( ) : void
Can_Serialize_Point_Feature ( ) : void
Can_Serialize_Polygon_Feature ( ) : void
Ctor_Can_Add_Properties_Using_Object ( ) : void
Ctor_Creates_Properties_Collection_When_Passed_Null_Proper_Object ( ) : void
Feature_Equals_GetHashCode_Contract_Dictionary ( ) : void
Feature_Equals_GetHashCode_Contract_Properties_Of_Objects ( ) : void
GetFeature ( IGeometryObject geometry, object properties = null, string id = null ) : Net.Feature.Feature
GetGeometry ( ) : IGeometryObject
Serialized_And_Deserialized_Feature_Equals_And_Share_HashCode ( ) : void

Method Details

GetPropertiesInRandomOrder() public static method

public static GetPropertiesInRandomOrder ( ) : object>.Dictionary
return object>.Dictionary