/** Initialize some data */
 @BeforeClass
 public static void setUp() {
   TmfEventMatching.registerMatchObject(new TcpEventMatching());
   TmfEventMatching.registerMatchObject(new TcpLttngEventMatching());
 }