예제 #1
0
 /** Test get document processing state. */
 @Test
 public void testGetDocumentProcessingState() {
   DocumentProcessingStatus documentProcessingState =
       service.getDocumentProcessingState(EXAMPLE_DOCUMENT);
   Assert.assertNotNull(documentProcessingState);
 }