use of net.morimekta.testing.time.FakeClock in project providence by morimekta.
the class ProvidenceConfigSupplierTest method setUp.
@Before
@SuppressWarnings("unchecked")
public void setUp() {
clock = new FakeClock();
parser = mock(ProvidenceConfigParser.class);
watcher = mock(FileWatcher.class);
}
Aggregations