mockLocation function

  1. @visibleForTesting
void mockLocation(
  1. LocationFactory mock
)

Test help that allows us to mock the location that is being used

Implementation

@visibleForTesting
void mockLocation(LocationFactory mock) {
  _createLocation = mock;
}