@@ -53,6 +53,7 @@ public void Empty_address()
5353 }
5454
5555 [ Test ]
56+ [ Category ( "ValueTesting" ) ]
5657 public void GetGeocodingForAddress1 ( )
5758 {
5859 // Arrange
@@ -81,6 +82,7 @@ public void GetGeocodingForAddress1()
8182 }
8283
8384 [ Test ]
85+ [ Category ( "ValueTesting" ) ]
8486 public void GetGeocodingForAddress2 ( )
8587 {
8688 // test
@@ -98,6 +100,7 @@ public void GetGeocodingForAddress2()
98100 }
99101
100102 [ Test ]
103+ [ Category ( "ValueTesting" ) ]
101104 public void Geocode_With_AddressComponent_Locking ( )
102105 {
103106 var requestGB = new GeocodingRequest
@@ -130,6 +133,7 @@ public void Geocode_With_AddressComponent_Locking()
130133 }
131134
132135 [ Test ]
136+ [ Category ( "ValueTesting" ) ]
133137 public void Geocode_Without_AddressComponent_Locking ( )
134138 {
135139 var request = new GeocodingRequest
@@ -146,6 +150,7 @@ public void Geocode_Without_AddressComponent_Locking()
146150 }
147151
148152 [ Test ]
153+ [ Category ( "ValueTesting" ) ]
149154 public void GeocodeResult_Has_BoundsProperty ( )
150155 {
151156 var request = new GeocodingRequest
@@ -162,6 +167,7 @@ public void GeocodeResult_Has_BoundsProperty()
162167 }
163168
164169 [ Test ]
170+ [ Category ( "ValueTesting" ) ]
165171 public void GeocodeResult_Supports_PostalTownAndPostalCodePrefix ( )
166172 {
167173 var request = new GeocodingRequest
@@ -179,6 +185,7 @@ public void GeocodeResult_Supports_PostalTownAndPostalCodePrefix()
179185 }
180186
181187 [ Test ]
188+ [ Category ( "ValueTesting" ) ]
182189 public void Utf8_Request_And_Response ( )
183190 {
184191 var request = new GeocodingRequest
0 commit comments