fl2 = new P6LogFactory();
Assert.assertNotEquals(fl1.hashCode(), fl2.hashCode());
Assert.assertEquals(hasher.getHashCode(fl1), hasher.getHashCode(fl2));
fs1 = new P6SpyFactory();
fs2 = new P6SpyFactory();
Assert.assertNotEquals(fs1.hashCode(), fs2.hashCode());
Assert.assertEquals(hasher.getHashCode(fs1), hasher.getHashCode(fs2));
Assert.assertEquals(0, set.size());