Skip to content

Instantly share code, notes, and snippets.

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"));