Created
August 6, 2018 13:22
-
-
Save joebuschmann/47eb7c3ad02d10876e26df6a5a1271f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[BeforeTestRun] | |
public static void RegisterValueMappings() | |
{ | |
var geoLocationValueHandler = new GeoLocationValueHandler(); | |
Service.Instance.RegisterValueRetriever(geoLocationValueHandler); | |
Service.Instance.RegisterValueComparer(geoLocationValueHandler); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment