@Before
public void before() {
hasher = new ClassHasher();
set = new CustomHashedHashSet<P6Factory>(hasher);
fl1 = new P6LogFactory();
fl2 = new P6LogFactory();
Assert.assertNotEquals(fl1.hashCode(), fl2.hashCode());
Assert.assertEquals(hasher.getHashCode(fl1), hasher.getHashCode(fl2));
fs1 = new P6SpyFactory();