cargo.delivery().set( delivery( TODAY, IN_PORT, ROUTED, leg3 ) );
// Claim in midpoint before arrival at final destination
// Should this really be considered misdirected?!
handlingEvent = HANDLING_EVENTS.createHandlingEvent( DAY9, DAY9, trackingId, CLAIM, DALLAS, noVoyage );
new InspectClaimedCargo( cargo, handlingEvent ).inspect();
assertDelivery( CLAIM, DALLAS, DAY9, noVoyage,
CLAIMED, notArrived,
ROUTED, misdirected, itinerary.eta(), leg3,
unknownNextHandlingEvent );