}
@Test (dataProvider = "knownTypes")
public void testKnownConnectionTypes(String connection) {
recordMapping("PlotLine.connection", connection);
PlotLineConnectionType type = PlotLineGlobalConfiguration.getDefaultConnectionType();
Assert.assertNotNull(type);
Assert.assertEquals(type.name(), connection);
}