{
IntHolder id = new IntHolder();
TypedEventChannel channel = typedChannelFactory_.create_typed_channel(new Property[0],
new Property[0], id);
assertEquals(typedChannelFactory_, channel.MyFactory());
}
public void testForConsumers() throws Exception
{
assertNotNull(objectUnderTest_.for_consumers());