Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joebuschmann/47eb7c3ad02d10876e26df6a5a1271f3 to your computer and use it in GitHub Desktop.
Save joebuschmann/47eb7c3ad02d10876e26df6a5a1271f3 to your computer and use it in GitHub Desktop.
[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