Skip to content

Instantly share code, notes, and snippets.

@eyalkaspi
Created January 26, 2012 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyalkaspi/1684145 to your computer and use it in GitHub Desktop.
Save eyalkaspi/1684145 to your computer and use it in GitHub Desktop.
private static final Map<String, List<Class<?>>> INDIVIDUAL_PRECOMMIT_TESTS =
ImmutableMap.<String, List<Class<?>>> of(
"eyal", ImmutableList.of(MarketplaceTest.class, FuckedEnumTest.class));
private static final Map<String, List<String>> INDIVIDUAL_PRECOMMIT_TEST_PACKAGES =
ImmutableMap.<String, List<String>>of(
"eyal", ImmutableList.of("trading.bi", "monitor.esp", "deployment", "trading.core"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment