public void consumeMethodsTestOneRun(RandomProvider random,
RandomDocOpGenerator.Parameters params) throws OperationException {
IndexedDocument<Node, Element, Text> doc =
new IndexedDocumentImpl<Node, Element, Text, Void>(RawDocumentImpl.PROVIDER.parse("<a></a>"),
new AnnotationTree<Object>("a", "b", null), DocumentSchema.NO_SCHEMA_CONSTRAINTS);
AutomatonDocument autoDoc = Automatons.fromReadable(doc);
ModifiableDocument checkDoc;
IsDocOp checkDocOpProvider;
AutomatonDocument checkAuto;
// Set to false for faster test runs
boolean checkAgainstBootstrapDocument = true;
if (checkAgainstBootstrapDocument) {
BootstrapDocument bootstrapDoc = new BootstrapDocument();