}
@Test
public void shouldExtractAndStoreTextWhenExtractorConfigured() throws Exception {
TextExtractors extractors = new TextExtractors(Executors.newSingleThreadExecutor(),
Arrays.<TextExtractor>asList(new DummyTextExtractor()));
BinaryStore binaryStore = getBinaryStore();
binaryStore.setTextExtractors(extractors);
BinaryValue binaryValue = getBinaryStore().storeValue(new ByteArrayInputStream(STORED_LARGE_BINARY), false);