setMockInstance static method
- LocusInterface mock
Overrides the Locus implementation (useful for tests).
Implementation
static void setMockInstance(LocusInterface mock) {
_instance = mock;
}
Overrides the Locus implementation (useful for tests).
static void setMockInstance(LocusInterface mock) {
_instance = mock;
}