Assert.assertEquals( 4, entry.getLevel() );
Assert.assertTrue( entry.getExecutionTime() >= 300 * 1000000 );
// we have only one here
PathTrackingInvocationListener listener = PathTracker.getPathTrackingInvocationListeners()[0];
MockPathTrackingInvocationListener mock = MockPathTrackingInvocationListener.class.cast( listener );
System.out.println( "mock.startPathCallCount: " + mock.startPathCallCount );