public void setUp() throws Exception
{
channel_ = getDefaultChannel();
// set test event type and name
testEvent_ = new StructuredEvent();
EventType _type = new EventType("testDomain", "testType");
FixedEventHeader _fixed = new FixedEventHeader(_type, "testing");
// complete header date
Property[] _variable = new Property[0];