@Test(expected=Exception.class)//TODO add description here
public final void testLinkImpl6() throws Exception{
Assert.assertNull(new LinkImpl(
boardMap,
TransportationMethod.BUS,
new CoordinateImpl(boardMap, 12, 22),
new CoordinateImpl(boardMap2, 12, 22)
));
}