// Unload in final destination (with satisfying itinerary)
handlingEvent = HANDLING_EVENTS.createHandlingEvent( DAY23, DAY23, trackingId, UNLOAD, STOCKHOLM, V203 );
try
{
new InspectArrivedCargo( cargo, handlingEvent ).inspect();
fail();
}
catch( CargoArrivedException e )
{
assertMessage( e, "Cargo 'Arrived_CARGO' has arrived in destination Stockholm (SESTO)" );