public class PriorityCollectionTestCase {
@Test
public void shouldStoreStorers() {
List<OWLStorer> storers = Arrays
.asList(new RioBinaryRdfStorerFactory().get(),
new RioJsonLDStorerFactory().get(),
new RioJsonStorerFactory().get(),
new RioN3StorerFactory().get(),
new RioNQuadsStorerFactory().get(),
new RioNTriplesStorerFactory().get(),