setMockInstance static method

void setMockInstance(
  1. LocusInterface mock
)

Overrides the Locus implementation (useful for tests).

Implementation

static void setMockInstance(LocusInterface mock) {
  _instance = mock;
}