Skip to content

Instantly share code, notes, and snippets.

@CollectiveHealth-gists
Created June 1, 2018 18:12
Show Gist options
  • Save CollectiveHealth-gists/50befe0c8b8f82d28fcecd5be9cf488c to your computer and use it in GitHub Desktop.
Save CollectiveHealth-gists/50befe0c8b8f82d28fcecd5be9cf488c to your computer and use it in GitHub Desktop.
public class ComputerTestModule extends TestModule {
@Override
protected Collection<ClassInstancePair<?>> getDefaultInstances() {
return Arrays.asList(
createClassMockPair(DisplaySystem.class),
createClassMockPair(SoundSystem.class));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment