Skip to content

Instantly share code, notes, and snippets.

@unclejamal
Last active December 23, 2015 09:29
Show Gist options
  • Save unclejamal/6615340 to your computer and use it in GitHub Desktop.
Save unclejamal/6615340 to your computer and use it in GitHub Desktop.
@Before
public void startApplication() {
clock = new FixedClock();
timeExpert = new TimeExpertServer(clock);
timeExpert.start();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment