forked from petermr/ami3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestBugs2.txt
684 lines (684 loc) · 46.5 KB
/
testBugs2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
.org.contentmine.norma.txt.TxtReaderTest testReadHal2Toc
.org.contentmine.norma.txt.TxtReaderTest testReadHal2ChapterSections
.org.contentmine.norma.txt.TxtReaderTest testReadHal2
.org.contentmine.norma.txt.TxtReaderTest testReadHal2Pages
.org.contentmine.norma.txt.TxtReaderTest testReadHal2Chapter
.org.contentmine.norma.sections.JATSBuilderTest testExtractMetaLists
.org.contentmine.norma.sections.JATSBuilderTest testExtractMetas
.org.contentmine.norma.sections.SectionTest testGetSections
.org.contentmine.norma.sections.SectionTest testGetUnknownSections
.org.contentmine.norma.editor.AbstractEditorElementTest testReadEditor
.org.contentmine.norma.editor.AbstractEditorElementTest testCreateRegex
.org.contentmine.norma.editor.AbstractEditorElementTest testRegexAgainstMatchingStrings
.org.contentmine.norma.editor.AbstractEditorElementTest testCorrectNonMatchingString
.org.contentmine.norma.editor.AbstractEditorElementTest testRegexAgainstNonMatchingStrings
.org.contentmine.norma.editor.SubstitutionEditorTest testCorrectNonMatchingStrings
.org.contentmine.norma.tagger.SectionTaggerTest testSectionTagger
.org.contentmine.norma.image.ocr.HOCRReaderTest testCommandLine
.org.contentmine.norma.PDFTest testPDF2TXT
.org.contentmine.norma.PDFTest testPDF2TXT1
.org.contentmine.norma.ncbi.NCBIHtmlTest testNCBIProject
.org.contentmine.norma.json.JsonPathTest testExample0
.org.contentmine.norma.json.ManifestTest testReadFirstManifestFromArray
.org.contentmine.norma.json.ManifestTest testReadFirstManifestFromFile
.org.contentmine.norma.json.ManifestTest testJSONPath
.org.contentmine.norma.json.ManifestTest testReadObjectFromFirstManifest
.org.contentmine.norma.json.ManifestTest testReadManifestArray
.org.contentmine.norma.shtml.TeiTest testTEI2JATSAPI1
.org.contentmine.norma.shtml.TeiTest testTEI2HTML
.org.contentmine.norma.shtml.TeiTest testTEI2JATSAPI
.org.contentmine.norma.shtml.ScholarlyHtmlTest testScholarlyProject
.org.contentmine.norma.InputTest testFilesAndDirectoriesInMiscDirectory
.org.contentmine.norma.NormaArgProcessorTest testPDF2TXT
.org.contentmine.norma.NormaArgProcessorTest testTransformRawHtmlToScholarly
.org.contentmine.norma.NormaArgProcessorTest testCreateScholarlyHtml
.org.contentmine.norma.NormaArgProcessorTest testMultipleCTrees
.org.contentmine.norma.NormaArgProcessorTest testHTML2HTML
.org.contentmine.norma.NormaArgProcessorTest testFindStylsheetAndTransform
.org.contentmine.norma.NormaArgProcessorTest testRelabelFiles
.org.contentmine.norma.NormaArgProcessorTest testCreateCTreesForPublisherHtml
.org.contentmine.norma.NormaArgProcessorTest testXML2Txt
.org.contentmine.norma.biblio.PMIDParserTest testRISParserPubMed
.org.contentmine.norma.biblio.PMIDParserTest testPubMed2JSON
.org.contentmine.norma.biblio.EPMCResultsJsonTest testReadEpmcMD
.org.contentmine.norma.biblio.EPMCResultsJsonTest testReadEpmcMDFields
.org.contentmine.norma.biblio.EPMCResultsJsonTest testCreateCTreesFromEPMCMD
.org.contentmine.norma.biblio.EPMCResultsJsonTest testReadResultsDataTable
.org.contentmine.norma.biblio.EPMCResultsJsonTest testCreateCTreeFromEPMCResults6780JSON
.org.contentmine.norma.biblio.EPMCResultsJsonTest testReadEpmcMD1
.org.contentmine.norma.biblio.EPMCResultsJsonTest testCreateSingleEntryFromEPMCResultsJSON
.org.contentmine.norma.biblio.RISParserTest testRISParser
.org.contentmine.norma.pubstyle.aip.AIPTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.aip.AIPTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.aip.AIPTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.springer.SpringerTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.springer.SpringerTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.hindawi.HindawiTaggerTest testMetadataExtraction
.org.contentmine.norma.pubstyle.hindawi.HindawiTaggerTest testSectionTagging
.org.contentmine.norma.pubstyle.stylesheet.PublisherIndexTest testIdentifyDocument1
.org.contentmine.norma.pubstyle.stylesheet.PublisherIndexTest testIdentifyDocuments
.org.contentmine.norma.pubstyle.stylesheet.PublisherIndexTest testIdentifyDocument
.org.contentmine.norma.pubstyle.elsevier.ELSTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.elsevier.ELSTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.elsevier.ELSTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.apa.APATest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.apa.APATest testHtml2Scholarly
.org.contentmine.norma.pubstyle.apa.APATest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.bmj.BMJTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.bmj.BMJTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.bmj.BMJTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.wiley.WileyTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.wiley.WileyTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.wiley.WileyTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.iop.IOPTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.iop.IOPTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.iop.IOPTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.tf.TFTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.tf.TFTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.tf.TFTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.oup.OUPTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.oup.OUPTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.oup.OUPTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.sage.SageTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.sage.SageTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.sage.SageTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.elife.ELifeTest testParsingError
.org.contentmine.norma.pubstyle.cup.CUPTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.cup.CUPTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.cup.CUPTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.pubstyle.bmc.BMCTest testTransformBMCXMLToHtml
.org.contentmine.norma.pubstyle.bmc.BMCTest testTransformSeveralXMLToHtml
.org.contentmine.norma.pubstyle.util.EmptyCleanerTest testCleanEmpty
.org.contentmine.norma.pubstyle.util.XMLCleanerTest testTidy
.org.contentmine.norma.pubstyle.acs.ACSTest testHtml2Scholarly2StepConversion
.org.contentmine.norma.pubstyle.acs.ACSTest testHtml2Scholarly
.org.contentmine.norma.pubstyle.acs.ACSTest testHtml2Scholarly2StepConversionClean
.org.contentmine.norma.table.CSVTest testTransformCSV
.org.contentmine.norma.table.CSVTest testCSV2TSV
.org.contentmine.norma.table.CSVTest testCSV2JSON
.org.contentmine.norma.table.CSVTest testMoveAndProcessTFCSV
.org.contentmine.norma.table.CSVTest testReadCSV
.org.contentmine.norma.table.CSVTest testMoveCSV
.org.contentmine.norma.table.TableTest testCreateSvgHtml
.org.contentmine.norma.MiscTest testSaxonXslt2GroupTest1
.org.contentmine.norma.output.HtmlButtonDisplayTest testFiles
.org.contentmine.norma.TutorialTest testConvertTwoFilesToCTree
.org.contentmine.norma.TutorialTest testMixedFilesToCTree
.org.contentmine.norma.transform.TransformTest testMissingFiles
.org.contentmine.font.CodePointSetTest testIncludeSearch1
.org.contentmine.font.CodePointSetTest testInclude
.org.contentmine.font.CodePointSetTest testIncludeSearchNonAnsi
.org.contentmine.graphics.layout.SectionTest testCaptureMarkedSections
.org.contentmine.graphics.math.MathMLElementTest testMathML
.org.contentmine.graphics.svg.cache.TextBlockCacheTest testSingleFontPage
.org.contentmine.graphics.svg.cache.TextBlockCacheTest testSingleFontPageLineSeparations
.org.contentmine.graphics.svg.cache.PageCacheTest testDissectMainPage
.org.contentmine.graphics.svg.cache.PageCacheTest testGetTextBoxes
.org.contentmine.graphics.svg.cache.PageCacheTest testPageStyleCache
.org.contentmine.graphics.svg.cache.TextCacheTest testPage
.org.contentmine.graphics.svg.cache.LineBoxCacheTest testCreateLineCachePage12
.org.contentmine.graphics.svg.cache.LineBoxCacheTest testDisplayLinesInPage
.org.contentmine.graphics.svg.cache.LineBoxCacheTest testCreateLineCachePage1
.org.contentmine.graphics.svg.cache.LineBoxCacheTest testCreateLineCache1
.org.contentmine.graphics.svg.cache.LineBoxCacheTest testCreateLineCache
.org.contentmine.graphics.svg.linestuff.Path2ShapeConverterTest testCircle
.org.contentmine.graphics.svg.image.ImageConverterTest testLargeFile
.org.contentmine.graphics.svg.glyphs.GlyphTest testFigure1
.org.contentmine.graphics.svg.glyphs.GlyphTest testFigure1M1
.org.contentmine.graphics.svg.glyphs.GlyphTest testSplitAllBeforeMSignature
.org.contentmine.graphics.svg.objects.SVGArrowTest testArrowFactory1
.org.contentmine.graphics.svg.objects.SVGArrowTest testMultiArrows
.org.contentmine.graphics.svg.objects.SVGArrowTest testArrowFactory
.org.contentmine.graphics.svg.SVGPathPrimitiveTest testGetAngle
.org.contentmine.graphics.svg.SVGPathPrimitiveTest testTwoQuadrantListMolecule
.org.contentmine.graphics.svg.SVGPathPrimitiveTest testZerothCoord1
.org.contentmine.graphics.svg.SVGPathPrimitiveTest 2020-04-08T09:44:03.3571767Z checkAngleForClosedCurve
.org.contentmine.graphics.svg.SVGPathPrimitiveTest testGetDistance
.org.contentmine.graphics.svg.plot.SVGBarredPointTest testErrorBarList
.org.contentmine.graphics.svg.plot.SVGBarredPointTest testErrorBars
.org.contentmine.graphics.svg.plot.SVGBarredPointTest testBarredPoint
.org.contentmine.graphics.svg.plot.SVGBarredPointTest testDrawErrorBarList
.org.contentmine.graphics.svg.plot.SVGBarredPointTest testErrorBar
.org.contentmine.graphics.svg.plot.forest.ForestTest testHollowRhombGraySquaresSVG
.org.contentmine.graphics.svg.plot.forest.ForestTest testBlueRhombsGreenSquaresSVG
.org.contentmine.graphics.svg.SVGPathTest testRemoveRoundedCaps1
.org.contentmine.graphics.svg.SVGPathTest testCreateLine9
.org.contentmine.graphics.svg.SVGPathTest testCreateLines
.org.contentmine.graphics.svg.SVGPathTest testGetSkeleton
.org.contentmine.graphics.svg.SVGPathTest testRemoveRoundedCaps
.org.contentmine.graphics.svg.SVGPathTest testCreateLine
.org.contentmine.graphics.svg.builder.MoleculeBuilderTest testM1
.org.contentmine.graphics.svg.fonts.StyleRecordTest testStyleArrays
.org.contentmine.graphics.svg.fonts.StyleRecordTest testDisplayStyles
.org.contentmine.graphics.svg.fonts.StyleRecordTest testExtractEquations
.org.contentmine.graphics.svg.path.ArcTest testArc
.org.contentmine.graphics.svg.path.ArcTest testMeanArc
.org.contentmine.graphics.svg.path.LinePrimitiveTest testCalculateMeanLine
.org.contentmine.graphics.svg.util.CompacterTest testChunk
.org.contentmine.graphics.svg.util.CompacterTest testPage6ElementsAttributes
.org.contentmine.graphics.svg.util.CompacterTest testPage6Elements
.org.contentmine.graphics.svg.figure.FigureTest testFigureErrorBars
.org.contentmine.graphics.svg.SVGPolylineTest testReplacePolylinesBySplitLines
.org.contentmine.graphics.svg.SVGPolylineTest testCreateLineListFromPolyList
.org.contentmine.ami.dictionary.CMJsonDictionaryTest testReadMixMatch
.org.contentmine.ami.dictionary.CMJsonDictionaryTest 2020-04-08T09:44:52.6825985Z convertXMLToJson
.org.contentmine.ami.dictionary.CMJsonDictionaryTest testAddMixMatchIds
.org.contentmine.ami.dictionary.CMJsonDictionaryTest 2020-04-08T09:44:52.6846292Z convertJsonToXML
.org.contentmine.ami.tools.test.CommandTest testSubCommandsLine
.org.contentmine.ami.tools.AMIAssertTest testAssert
.org.contentmine.ami.tools.AMISearchToolTest testZikaCooccurrence0
.org.contentmine.ami.tools.AMISearchToolTest testAMISearchNewSpecies
.org.contentmine.ami.tools.AMISearchToolTest testZikaSearch2
.org.contentmine.ami.tools.AMISearchToolTest testAMISearchNew
.org.contentmine.ami.tools.AMISVGTest testSVGProjectRegex
.org.contentmine.ami.tools.AMIGetpapersTest testZika
.org.contentmine.ami.tools.AMIOCRTest testGOCRa
.org.contentmine.ami.tools.AMIOCRTest testBatteryGraph
.org.contentmine.ami.tools.AMIOCRTest testGOCRTesseract
.org.contentmine.ami.tools.AMIGraphicsTest testExtractAxisGraph1
.org.contentmine.ami.tools.AMIGraphicsTest testTwoPanel
.org.contentmine.ami.tools.AMIGraphicsTest testLargeSVG
.org.contentmine.ami.tools.AMIGraphicsTest testMujaSinglePage1
.org.contentmine.ami.tools.AMIGraphicsTest testMujaSinglePanel4
.org.contentmine.ami.tools.AMIGraphicsTest testSinglePage1
.org.contentmine.ami.tools.AMIGraphicsTest testSinglePage4
.org.contentmine.ami.tools.AMIGraphicsTest testSinglePanel
.org.contentmine.ami.tools.AMIPixelTest testCampbell
.org.contentmine.ami.tools.AMIForestPlotTest testRegression
.org.contentmine.ami.tools.AMIForestPlotTest testSPSSSimple
.org.contentmine.ami.tools.AMIForestPlotTest testSPSSStataSimpleClean
.org.contentmine.ami.tools.AMIDictionaryTest testAmbarishBugWikipediaDictionaryCreation
.org.contentmine.ami.tools.AMIDictionaryTest testCreateFromTerms
.org.contentmine.ami.tools.AMIDictionaryTest testTermfileBug
.org.contentmine.ami.tools.AMIDictionaryTest testDictionarySearch
.org.contentmine.ami.tools.AMIDictionaryTest testWikipediaChildhoodObesityIT
.org.contentmine.ami.tools.AMIDictionaryTest testWikipediaWikiTemplateOnline
.org.contentmine.ami.tools.AMIDictionaryTest testWikidataLookup
.org.contentmine.ami.tools.AMIDictionaryTest testCreateFungicideTerms
.org.contentmine.ami.tools.AMIDictionaryTest testWikipediaNTDPLOS
.org.contentmine.ami.tools.AMIDictionaryTest testListOfRiceVarieties
.org.contentmine.ami.tools.AMIDictionaryTest testCreateFungicideTermsFromFile
.org.contentmine.ami.tools.AMIDictionaryTest testWikipediaWikiTemplate
.org.contentmine.ami.tools.AMIDictionaryTest testCreateFromWPTemplateFile
.org.contentmine.ami.tools.AMIDictionaryTest testWikipediaTables2
.org.contentmine.ami.tools.AMIDictionaryTest testCreateVirusesFromTerms
.org.contentmine.ami.tools.AMICleanTest testCleanResults
.org.contentmine.ami.tools.AMICleanTest testCleanResultsGlob
.org.contentmine.ami.tools.AMIMakeProjectTest testMakeProject1long
.org.contentmine.ami.tools.AMIMakeProjectTest testMakeProject1short
.org.contentmine.ami.tools.AMIMakeProjectTest testMakePartProjectPicocli
.org.contentmine.ami.tools.AMIMakeProjectTest testMakeProjectLog
.org.contentmine.ami.tools.AMIMakeProjectTest testMakeProjectPicocliLog
.org.contentmine.ami.tools.AMIMakeProjectTest testMakeProjectPicocli
.org.contentmine.ami.tools.AMISectionToolTest testOilHyperTreeIT
.org.contentmine.ami.tools.AMISectionToolTest testCEVBug
.org.contentmine.ami.tools.AMISectionToolTest testClimateHyperTreeIT
.org.contentmine.ami.tools.table.TTemplateListTest testVariables
.org.contentmine.ami.tools.AMIImageTest testBinarizeTrees
.org.contentmine.ami.tools.AMISummaryToolTest testCommand
.org.contentmine.ami.tools.download.cord19.CORD19Test testReadJSON
.org.contentmine.ami.tools.download.cord19.CORD19Test testCORDtoHTML
.org.contentmine.ami.tools.download.OSFTest testOSFIT
.org.contentmine.ami.tools.AMITableToolTest testActivity
.org.contentmine.ami.tools.AMITableToolTest testColumnTypesOil
.org.contentmine.ami.tools.AMITableToolTest testSummaryTableOil
.org.contentmine.ami.tools.AMIDownloadTest testHALSearchResultSet
.org.contentmine.ami.tools.AMIDownloadTest testCreateUnpopulatedCTreesFromResultSet
.org.contentmine.ami.tools.AMIDownloadTest testCurlREST
.org.contentmine.ami.tools.AMIDownloadTest testDownloadAndSearchLongIT
.org.contentmine.ami.WorkbenchTest testReadProject
.org.contentmine.ami.WorkbenchTest testMakeCompactSVGDirectly
.org.contentmine.ami.WorkbenchTest testMakeProjectFromPDFsPDFBox2
.org.contentmine.ami.WorkbenchTest testMakeSVGFromPDFs
.org.contentmine.ami.WorkbenchTest testMakeProjectFromPDFs
.org.contentmine.ami.WorkbenchTest testMakeAndTestCProjectFromPDFs
.org.contentmine.ami.WorkbenchTest testMakeCompactSVGFromPDFs
.org.contentmine.ami.WorkbenchTest testMoveFiles
.org.contentmine.ami.wordutil.LuceneTokenizationTest testWhitespaceTokenize
.org.contentmine.ami.wordutil.LuceneTokenizationTest testWhitespaceTokenizeLarge
.org.contentmine.ami.wordutil.LuceneTokenizationTest testStandardAnalyzer
.org.contentmine.ami.wordutil.LuceneTokenizationTest testShingles
.org.contentmine.ami.wordutil.DigramTest testRead
.org.contentmine.ami.wordutil.DigramTest testManyDiagrams
.org.contentmine.ami.wordutil.DigramTest testDigrams
.org.contentmine.ami.wordutil.PrePostTest testTree
.org.contentmine.ami.wordutil.PrePostTest testPreTree
.org.contentmine.ami.wordutil.PrePostTest testPostTree
.org.contentmine.ami.SummaryTest testSummarize
.org.contentmine.ami.SummaryTest testSummarizeSpecies
.org.contentmine.ami.misc.HEPTest testGraph
.org.contentmine.ami.misc.HEPTest testGraphInBox
.org.contentmine.ami.plugins.RegressionDemoTest testWordHarness
.org.contentmine.ami.plugins.RegressionDemoTest testRegex00
.org.contentmine.ami.plugins.RegressionDemoTest testMultipleInput
.org.contentmine.ami.plugins.RegressionDemoTest testRegex0
.org.contentmine.ami.plugins.regex.RegexPluginTest testRegexPlugin
.org.contentmine.ami.plugins.regex.RegexPluginTest testRegexPluginConsort0
.org.contentmine.ami.plugins.regex.RegexPluginTest testSectioning
.org.contentmine.ami.plugins.regex.RegexPluginTest testNullSNPOutput
.org.contentmine.ami.plugins.regex.RegexPluginTest testRegexPlugins
.org.contentmine.ami.plugins.regex.AMIRegexToolTest testAMIRegexTools
.org.contentmine.ami.plugins.regex.AMIRegexToolTest testSectioning
.org.contentmine.ami.plugins.regex.AMIRegexToolTest testAMIRegexTool
.org.contentmine.ami.plugins.regex.AMIRegexToolTest testNullSNPOutput
.org.contentmine.ami.plugins.sequence.SequenceArgProcessorTest testSequenceHarness
.org.contentmine.ami.plugins.AMIPluginTest testNormaAmiIEEE
.org.contentmine.ami.plugins.AMIPluginTest testAMIPluginIO
.org.contentmine.ami.plugins.AMIPluginTest testXPath
.org.contentmine.ami.plugins.AMIPluginTest testWordArgs
.org.contentmine.ami.plugins.search.SearchTest testWordSearchStem
.org.contentmine.ami.plugins.search.SearchTest testCompoundWordSearch
.org.contentmine.ami.plugins.search.SearchTest testWordSearch
.org.contentmine.ami.plugins.search.RawTextTest testSearchCochrane
.org.contentmine.ami.plugins.search.RawTextTest testSearchCochraneProject
.org.contentmine.ami.plugins.search.RawTextTest testSplitSentences
.org.contentmine.ami.plugins.identifiers.RRIDTest testAmiIdentifier
.org.contentmine.ami.plugins.identifiers.IdentifierArgProcessorTest testNewIdentifierWithEna
.org.contentmine.ami.plugins.identifiers.IdentifierArgProcessorTest testIdentifiersArgProcessorTrials11
.org.contentmine.ami.plugins.identifiers.IdentifierArgProcessorTest testIdentifierArgProcessorBio
.org.contentmine.ami.plugins.phylotree.HOCRPhyloTreeTest testReadHOCRSVG
.org.contentmine.ami.plugins.phylotree.HOCRPhyloTreeTest testMerge
.org.contentmine.ami.plugins.phylotree.HOCRPhyloTreeTest testReadNexml
.org.contentmine.ami.plugins.phylotree.HOCRPhyloTreeTest testMerge1
.org.contentmine.ami.plugins.gene.GeneArgProcessorTest testGenePlos
.org.contentmine.ami.plugins.gene.GeneArgProcessorTest testSimpleGeneArgProcessor
.org.contentmine.ami.plugins.gene.GeneArgProcessorTest testGeneDictionary
.org.contentmine.ami.plugins.species.SpeciesArgProcessorTest testSimpleSpecies1ArgProcessor
.org.contentmine.ami.plugins.species.SpeciesArgProcessorTest testSpeciesArgProcessor
.org.contentmine.ami.plugins.species.SpeciesArgProcessorTest testMalariaArgProcessor
.org.contentmine.ami.plugins.species.SpeciesArgProcessorTest testSimpleSpeciesArgProcessor
.org.contentmine.ami.plugins.word.WordTest testSummarize
.org.contentmine.ami.plugins.word.WordTest testSummarizeDocumentFrequencies
.org.contentmine.ami.plugins.word.WordTest testLowercase
.org.contentmine.ami.plugins.word.WordTest testSingleFile
.org.contentmine.ami.plugins.word.WordTest testWordsRun
.org.contentmine.ami.plugins.word.WordTest testExamplesFrequencies
.org.contentmine.ami.plugins.word.WordTest testStemming
.org.contentmine.ami.plugins.word.SynbioWordTest testSynbioDictionaryMany
.org.contentmine.ami.plugins.word.SynbioWordTest testSynbioDictionaryManyPhrase
.org.contentmine.ami.plugins.word.SynbioWordTest testSynbioDictionary1
.org.contentmine.ami.plugins.util.TesseractTest testWriteFiles
.org.contentmine.ami.plugins.util.TesseractTest testRegexes
.org.contentmine.ami.plugins.eng.IEEETest testReadIEEE
.org.contentmine.ami.ResultsAnalysisTest testResultsAnalysis
.org.contentmine.ami.ResultsAnalysisTest testSummarizePrimer
.org.contentmine.ami.ResultsAnalysisTest testSummarizeAllTypes
.org.contentmine.ami.download.CacertsTest testSSL
.org.contentmine.ami.TutorialTest testWordFrequencies
.org.contentmine.ami.TutorialTest testRegex
.org.contentmine.ami.TutorialTest testGene
.org.contentmine.ami.TutorialTest testIdentifierClin
.org.contentmine.ami.TutorialTest testSummarizeCounts
.org.contentmine.ami.TutorialTest testBagOfWordsNatureNano
.org.contentmine.ami.TutorialTest testBagOfWords
.org.contentmine.ami.TutorialTest testIdentifier
.org.contentmine.image.diagram.contour.ContourTest testContour
.org.contentmine.image.diagram.DiagramAnalyzerTest testCrossing
.org.contentmine.image.diagram.DiagramAnalyzerTest testFunnelSegments2a
.org.contentmine.image.diagram.DiagramAnalyzerTest testMergeImages
.org.contentmine.image.diagram.DiagramAnalyzerTest testFunnelSegments
.org.contentmine.image.general.ImageMomentGeneratorTest testImageMomentGenerator
.org.contentmine.image.ImageUtilTest testClipSubImage
.org.contentmine.image.ImageUtilTest testJoinVerticalImages
.org.contentmine.image.ImageUtilTest testReadGrayImage
.org.contentmine.image.ImageUtilTest testScaleAndInterpolate
.org.contentmine.image.ImageUtilTest testMultipleVerticalImages
.org.contentmine.image.ImageUtilTest testClipSub
.org.contentmine.image.ImageUtilTest testVerticalSplit
.org.contentmine.image.ImageUtilTest testSplitImages
.org.contentmine.image.ImageUtilTest testReplaceHorizDivider
.org.contentmine.image.ImageUtilTest testGetProjections
.org.contentmine.image.ImageUtilTest testScaleImagePMR
.org.contentmine.image.ImageUtilTest testBinarize
.org.contentmine.image.ImageUtilTest testGetDividers
.org.contentmine.image.ImageUtilTest testShiftGrayImage
.org.contentmine.image.SVGGeneratorTest testHtml2SVG
.org.contentmine.image.ocr.HOCRTest testHOCRSharpen
.org.contentmine.image.ocr.HOCRTest testFormula
.org.contentmine.image.ocr.HOCRTest testCharactersSVG
.org.contentmine.image.ocr.HOCRTest testBBoxes
.org.contentmine.image.plot.early.phylo.DarwinTest testDarwin0big
.org.contentmine.image.plot.early.phylo.DarwinTest testDarwinThin
.org.contentmine.image.plot.early.phylo.DarwinTest testDarwin0
.org.contentmine.image.plot.early.phylo.DarwinTest testDarwin1Thin
.org.contentmine.image.plot.early.chem.ChemImageTest testAdrenaline
.org.contentmine.image.plot.CochraneTest testExtract2LinePlot
.org.contentmine.image.plot.CochraneTest testCreatePointsOld
.org.contentmine.image.plot.CochraneTest testExtract2LinePlotNoThin
.org.contentmine.image.plot.PlotTest testDrainSource1OutlinesCode
.org.contentmine.image.plot.PlotTest test0095816MultiColourAndSuperscripts
.org.contentmine.image.plot.PlotTest testPlotLine
.org.contentmine.image.plot.PlotTest testAxes0
.org.contentmine.image.plot.PlotTest testAxes1
.org.contentmine.image.plot.PlotTest testNodes
.org.contentmine.image.plot.PlotTest testXNumbers
.org.contentmine.image.plot.PlotTest test004179CirclePlots
.org.contentmine.image.plot.PlotTest testSharkPlot
.org.contentmine.image.plot.PlotTest testThinnedThresholdSharkFindLargestIslands
.org.contentmine.image.plot.PlotTest testThinnedErrorBar
.org.contentmine.image.plot.PlotTest testYNumbers
.org.contentmine.image.plot.PlotTest testErrorBar1
.org.contentmine.image.plot.PlotTest testPoints
.org.contentmine.image.plot.PlotTest testThinnedSharkPlotWithAxesCLI
.org.contentmine.image.plot.PlotTest testDefaultUnthinnedSharkPlot
.org.contentmine.image.plot.PlotTest testSmallD
.org.contentmine.image.plot.PlotTest testDefaultUnthinnedThreshold
.org.contentmine.image.plot.PlotTest testXTitle
.org.contentmine.image.plot.PlotTest testYTitle
.org.contentmine.image.plot.PlotTest testErrorBar
.org.contentmine.image.ImageProcessorTest testGetPixelIslandThroughCommandLine
.org.contentmine.image.ImageProcessorTest testCommandLineDefaults
.org.contentmine.image.pixel.PixelListTest testCurvaturesBent
.org.contentmine.image.pixel.PixelListTest testCreateCurvature0
.org.contentmine.image.pixel.PixelListTest testJoinAcyclicPaths
.org.contentmine.image.pixel.PixelListTest testJoinCyclicFragments
.org.contentmine.image.pixel.PixelListTest testCurvaturesStraight
.org.contentmine.image.pixel.PixelListTest testJoinLineFragments
.org.contentmine.image.pixel.PixelRingTest testClipVertical
.org.contentmine.image.pixel.FloodFillTest testThinnedMaltoryzineDiagonal
.org.contentmine.image.pixel.FloodFillTest testBinaryMaltoryzine
.org.contentmine.image.pixel.FloodFillTest testThinnedMaltoryzineNoDiagnal
.org.contentmine.image.pixel.ExamplesTest testExtractPhyloTree
.org.contentmine.image.pixel.ExamplesTest testEverything
.org.contentmine.image.pixel.ExamplesTest testMaltoryzineEdges
.org.contentmine.image.pixel.PixelListFloodFillTest testCreatePixelIslandsFromPixelList
.org.contentmine.image.pixel.PixelIslandTest testFindCharsAny
.org.contentmine.image.pixel.PixelIslandTest testgetTerminalMaltoryzine0
.org.contentmine.image.pixel.PixelIslandTest testgetTerminalMaltoryzine1
.org.contentmine.image.pixel.PixelIslandTest testFindCharsA
.org.contentmine.image.pixel.PixelIslandTest testBoundingBoxes
.org.contentmine.image.pixel.PixelIslandTest testBoundingBox2
.org.contentmine.image.panel.ImagePanelTest testMakePanels
.org.contentmine.image.colour.ColorAnalyzerTest testPosterize
.org.contentmine.image.colour.ColorAnalyzerTest testMoleculePhotoAutoHistogram
.org.contentmine.image.colour.ColorAnalyzerTest testPosterizeSpect2
.org.contentmine.image.colour.ColorAnalyzerTest testMoleculePhotoHistogram
.org.contentmine.image.colour.RGBMatrixTest testIdentityFilterOnImage
.org.contentmine.image.colour.RGBMatrixTest testLaplacianFilterOnImage
.org.contentmine.image.colour.RGBMatrixTest testSharpenImageNew1
.org.contentmine.image.colour.RGBMatrixTest testSharpenImage
.org.contentmine.image.colour.RGBMatrixTest testSobellFilter
.org.contentmine.image.colour.RGBMatrixTest testSharpenImageNew
.org.contentmine.image.colour.ColorUtilitiesTest testFlipBlackWhite
.org.contentmine.image.geom.DouglasPeuckerTest testContours
.org.contentmine.image.processing.HilditchThinningTest testMolecule
.org.contentmine.image.processing.HistogramEQTest testHistogram
.org.contentmine.image.processing.ZhangSuenThinningTest testMolecule
.org.contentmine.cproject.CProjectCommandTest testCreateCrossrefCSV
.org.contentmine.cproject.CProjectCommandTest testDeleteFiles
.org.contentmine.cproject.CProjectCommandTest testExtractSubproject
.org.contentmine.cproject.CProjectCommandTest testRenameDOIBasedNames
.org.contentmine.cproject.CProjectCommandTest testRenameFiles
.org.contentmine.cproject.CProjectCommandTest testCreateProjectFromFiles
.org.contentmine.cproject.CProjectCommandTest testCrossrefShuffledURLS
.org.contentmine.cproject.CProjectCommandTest testMergeProjects
.org.contentmine.cproject.CProjectCommandTest testExtractByDOIPrefixesFromFile
.org.contentmine.cproject.CProjectCommandTest testCrossrefUnshuffledURLS
.org.contentmine.cproject.CProjectCommandTest testMakeProject
.org.contentmine.cproject.CProjectCommandTest testExtractQuickscrapeLog
.org.contentmine.cproject.CProjectCommandTest testCreateCrossrefAllHeadersCSV
.org.contentmine.cproject.CProjectCommandTest testMergeGetpapersAndQuickscrapeNames
.org.contentmine.cproject.CProjectCommandTest testRemoveURLsWithPrefixes
.org.contentmine.cproject.CProjectCommandTest testInputOutputUrls
.org.contentmine.cproject.metadata.MetadataManagerTest testGetDOIColumnAsCSV
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeDownloadTest testCreateShuffledURLsFromProject
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeMDTest testAnalyzeCSV
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeLogTest testAnalyzeLog
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeLogTest testNo200
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeLogTest testTotal
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeLogTest testAnalyzeCaptures
.org.contentmine.cproject.metadata.quickscrape.QuickscrapeLogTest testNoCaptures
.org.contentmine.cproject.metadata.crossref.CrossrefTest testGetMetadataKeys
.org.contentmine.cproject.metadata.crossref.CrossrefTest testGetMetadataObjectList
.org.contentmine.cproject.metadata.crossref.CrossrefTest testCreateDownloadAgro
.org.contentmine.cproject.metadata.crossref.CrossrefLongTest testGetMetadata
.org.contentmine.cproject.metadata.crossref.CrossrefCSVTest testGetpapers
.org.contentmine.cproject.metadata.crossref.CrossrefCSVTest testAnalyzeDOIColumn
.org.contentmine.cproject.files.ProjectSnippetsTreeTest testSnippetsByCTreeName
.org.contentmine.cproject.files.ResultsJsonTest testReadResultsJsonKeys
.org.contentmine.cproject.files.CTreeFilesTest testGetTablesComponents
.org.contentmine.cproject.files.CTreeFilesTest testGetTablesList
.org.contentmine.cproject.files.CTreeFilesTest testMakeSVGList
.org.contentmine.cproject.files.CTreeTest testCTreesWithoutReservedChildFiles
.org.contentmine.cproject.files.CTreeTest testGetDOIPrefixList
.org.contentmine.cproject.files.CTreeTest testGlobFileAndXpathCommand
.org.contentmine.cproject.files.CTreeTest testGlobResultsAndXpathCommand
.org.contentmine.cproject.files.CTreeTest testNormalizeDOIs
.org.contentmine.cproject.files.CTreeTest testCreateCTreesFromProject
.org.contentmine.cproject.files.CTreeTest testCTreeContent1
.org.contentmine.cproject.files.CProjectTest testNormalizeDOIBasedNames
.org.contentmine.cproject.files.CProjectTest testProjectNameSet
.org.contentmine.cproject.files.CProjectTest testFilenameSet
.org.contentmine.cproject.files.SnippetsTreeTest testCreateSnippetsTree
.org.contentmine.cproject.files.SnippetsTreeTest testGetWindowsPluginName
.org.contentmine.cproject.files.SnippetsTreeTest testGetPluginName
.org.contentmine.cproject.util.CSVTableTest testMergeWithUnsortedColumnWithMissing
.org.contentmine.cproject.util.CSVTableTest testMergeWithUnsortedColumn
.org.contentmine.cproject.util.CSVTableTest testMergeCSVOnCommonColumn
.org.contentmine.cproject.util.CSVTableTest testExtractTable
.org.contentmine.cproject.args.DefaultArgProcessorTest testProject
.org.contentmine.pdf2svg2.PDFDocumentProcessorTest testCreator1
.org.contentmine.pdf2svg2.PDFDocumentProcessorTest testCreator
.org.contentmine.pdf2svg2.PDFDocumentProcessorTest testCreatorBMC
.org.contentmine.pdf2svg2.PDFDocumentProcessorTest testIncludePages
.org.contentmine.pdf2svg2.BiorxivTest testBiorxivMarchantia1
.org.contentmine.html.util.QueryTest testAllItalics
.org.contentmine.html.util.QueryTest testQuery
.org.contentmine.eucl.euclid.pom.PomTest testGetParentPom
.org.contentmine.eucl.euclid.pom.PomTest testGetProperty
.org.contentmine.eucl.euclid.pom.PomTest testGetProperties
.org.contentmine.eucl.euclid.pom.PomTest testCreatePom
.org.contentmine.eucl.euclid.pom.PomTest testGetDependency
.org.contentmine.eucl.euclid.pom.PomTest testCreateMvnProject
.org.contentmine.eucl.euclid.euclid.UtilTest testGetInputStreamFromResource
.org.contentmine.eucl.euclid.euclid.UtilTest testGetResource
.org.contentmine.eucl.euclid.files.CMFileUtilTest testRenameCaseInsensitive
.org.contentmine.svg2xml.font.SVG2XMLFontTest 2020-04-08T10:09:36.2938770Z readCorpus
.org.contentmine.svg2xml.font.SVG2XMLFontTest 2020-04-08T10:09:36.2945876Z readCorpusAndWidths
.org.contentmine.svg2xml.font.SVG2XMLFontTest 2020-04-08T10:09:36.2951345Z readCorpusAndWidths32
.org.contentmine.svg2xml.text.PhraseTest testPhraseList
.org.contentmine.svg2xml.text.PhraseTest testPhraseList1
.org.contentmine.svg2xml.text.PhraseTest testGetWordList
.org.contentmine.svg2xml.text.WordTest testSplitWords
.org.contentmine.svg2xml.text.WordTest testGetXEnd
.org.contentmine.svg2xml.text.WordTest testGetXMid
.org.contentmine.svg2xml.text.WordTest testGetWordAndSpaces
.org.contentmine.svg2xml.text.WordTest testTranslateToDouble
.org.contentmine.svg2xml.text.WordTest testCreateWord
.org.contentmine.svg2xml.text.WordTest testGetLength
.org.contentmine.svg2xml.text.WordTest testGetXStart
.org.contentmine.svg2xml.text.WordTest testGetDistance
.org.contentmine.svg2xml.text.FontNormalizerTest testBoldFromGrayness
.org.contentmine.svg2xml.text.FontNormalizerTest testBlackFonts
.org.contentmine.svg2xml.text.LineChunkTest testLineChunks
.org.contentmine.svg2xml.text.RawWordsTest testGetEndXArray
.org.contentmine.svg2xml.text.RawWordsTest testGetInterWordWhiteEnSpaces
.org.contentmine.svg2xml.text.RawWordsTest testPageWithColumns
.org.contentmine.svg2xml.text.RawWordsTest testPhrase1
.org.contentmine.svg2xml.text.RawWordsTest testGetEndX
.org.contentmine.svg2xml.text.RawWordsTest testGetMidX
.org.contentmine.svg2xml.text.RawWordsTest testGetStartXArray
.org.contentmine.svg2xml.text.RawWordsTest testGetMidXArray
.org.contentmine.svg2xml.text.RawWordsTest testGetInterWordWhitePixels
.org.contentmine.svg2xml.text.RawWordsTest testGetStartX
.org.contentmine.svg2xml.text.RawWordsTest testPhrase
.org.contentmine.svg2xml.text.RawWordsTest testGetRawWords
.org.contentmine.svg2xml.text.SubSuperscriptTest testSubscripts
.org.contentmine.svg2xml.text.SubSuperscriptTest testSuperscripts
.org.contentmine.svg2xml.text.ColumnMapsTest testTextLine
.org.contentmine.svg2xml.text.RotateTest testRotatedCharacters
.org.contentmine.svg2xml.text.RotateTest testRotatedTableText
.org.contentmine.svg2xml.text.RotateTest testRotatedTable
.org.contentmine.svg2xml.text.RotateTest testRotatedTableChunk
.org.contentmine.svg2xml.text.RotateTest 2020-04-08T10:09:36.3933199Z readRotatedText
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitBoldHeader_9_3_fontSplitter
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitLineSizesOne
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit5_2_subAndSuper
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitBoldHeader_1_6
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitBoldHeader_9_3
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerLineIsDifferentSize
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit6_4_0
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit6_4_1
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit6_4_2
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit6_4_3
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitLineGroupSizesNoneButFont
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplit6_4_0_1
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerLineIsCommonestFontSize
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitLineSizesNoneButFont
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitBoldHeader_9_3_fontSize
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerSplitLineSizesNone
.org.contentmine.svg2xml.text.TextLineGroupTest testTextStructurerGroupWeight
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerSplitLineSizesNoneButFont
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerFonts
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerSizes
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerSplitLineSizesOne
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerLineIsDifferentSize
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerRead
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerLineIsCommonestFontSize
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerWeight
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerSplitLineSizesNone
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerLineIsBold
.org.contentmine.svg2xml.text.TextContainerTest testTextContainerLineGetFontFamily
.org.contentmine.svg2xml.text.ScriptLineTest testFixtures
.org.contentmine.svg2xml.text.ScriptLineTest testTextContentWithoutSpaces
.org.contentmine.svg2xml.text.ScriptLineTest testMissingFontSize
.org.contentmine.svg2xml.text.ScriptLineTest testAddStyleSpans
.org.contentmine.svg2xml.text.TextLineTest testFontSizeSetLine0
.org.contentmine.svg2xml.text.TextLineTest testFontSizeSetLine5
.org.contentmine.svg2xml.text.TextLineTest 2020-04-08T10:09:36.4693960Z addSpacesTest
.org.contentmine.svg2xml.text.TextLineTest 2020-04-08T10:09:36.4699605Z insertSpaceTest
.org.contentmine.svg2xml.text.TextLineTest testgetSimpleFontFamilyMultiset0
.org.contentmine.svg2xml.text.TextLineTest testgetSimpleFontFamilyMultiset8
.org.contentmine.svg2xml.pdf.PDFRegionTest testExtractRegion
.org.contentmine.svg2xml.table.TableCellTest testTH0ChunkValue
.org.contentmine.svg2xml.table.TableCellTest testTDCellValue00
.org.contentmine.svg2xml.table.TableCellTest testTH2ChunkValue
.org.contentmine.svg2xml.table.TableCellTest testTDCellValue
.org.contentmine.svg2xml.table.TableStructurerTest testTEX1Suscripts
.org.contentmine.svg2xml.table.TableStructurerTest testAMADobsonSuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testAPANuitjenSuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testAMARules
.org.contentmine.svg2xml.table.TableStructurerTest testWileySuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testLPWSuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testAHASuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testSpringerSuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testPLOSSuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testBLK2Suscripts
.org.contentmine.svg2xml.table.TableStructurerTest testACRSuscripts
.org.contentmine.svg2xml.table.TableStructurerTest testADA2Suscripts
.org.contentmine.svg2xml.table.TableStructurerTest testBLK1Suscripts
.org.contentmine.svg2xml.table.TableStructurerTest testADA1Suscripts
.org.contentmine.svg2xml.table.TableStructurerTest testTEX2Suscripts
.org.contentmine.svg2xml.table.GenericChunkTest testTDBlockBBox
.org.contentmine.svg2xml.table.GenericChunkTest testTDBlockVerticalGaps
.org.contentmine.svg2xml.table.GenericChunkTest testTDBlockVerticalMask
.org.contentmine.svg2xml.table.GenericChunkTest testTDBlockVerticalInverseMask
.org.contentmine.svg2xml.table.FilledTableAnalyzerTest testElemFiles
.org.contentmine.svg2xml.table.FilledTableAnalyzerTest testCreateRow
.org.contentmine.svg2xml.table.FilledTableAnalyzerTest testStyles
.org.contentmine.svg2xml.table.TableContentCreatorTest testSuscriptSVG1
.org.contentmine.svg2xml.table.RuledTest testThinRectToLineAndAttributes0
.org.contentmine.svg2xml.table.TableBodyTest testCreateStructuredRows
.org.contentmine.svg2xml.table.TableBodyTest testTDBlockValue
.org.contentmine.svg2xml.table.TableBodyTest testCreateRows
.org.contentmine.svg2xml.table.TableRowTest testTHChunkValue
.org.contentmine.svg2xml.table.TableRowTest testRowChunk
.org.contentmine.svg2xml.table.TableGridTest testReadRelative
.org.contentmine.svg2xml.table.TableTableTest testTableAndVerticalMask
.org.contentmine.svg2xml.table.TableTableTest testCreateVerticalChunks
.org.contentmine.svg2xml.table.TableTableTest testAnalyzeChunkHorizontalMasks
.org.contentmine.svg2xml.table.TableTableTest testTable0
.org.contentmine.svg2xml.container.ScriptContainerTest testBoldWithSubscriptAndItalic
.org.contentmine.svg2xml.container.ScriptContainerTest testGetSpans
.org.contentmine.svg2xml.container.ScriptContainerTest testGetTitle
.org.contentmine.svg2xml.container.ScriptContainerTest testTitleHtml
.org.contentmine.svg2xml.container.ScriptContainerTest testBadSlash
.org.contentmine.svg2xml.container.ScriptContainerTest testAJC
.org.contentmine.svg2xml.container.ScriptContainerTest testGetParaSpans
.org.contentmine.svg2xml.container.ScriptContainerTest testGetReferences
.org.contentmine.svg2xml.container.ScriptContainerTest testGetShortPara
.org.contentmine.svg2xml.container.ScriptContainerTest testGetLargePara3
.org.contentmine.svg2xml.container.ScriptContainerTest test312MULT_1_0Sa
.org.contentmine.svg2xml.container.ScriptContainerTest test312MULT_1_1Pa
.org.contentmine.svg2xml.container.ScriptContainerTest test312MULT_1_2Da
.org.contentmine.svg2xml.container.ScriptContainerTest testParagraphs
.org.contentmine.svg2xml.container.ScriptContainerTest testLicence
.org.contentmine.svg2xml.container.ScriptContainerTest test312MULT_1
.org.contentmine.svg2xml.container.ScriptContainerTest test4WordContainerScriptList
.org.contentmine.svg2xml.container.ScriptContainerTest testGetShortHeading0
.org.contentmine.svg2xml.container.ScriptContainerTest testTitleChemical
.org.contentmine.svg2xml.container.ScriptContainerTest testGet4Words
.org.contentmine.svg2xml.container.ScriptContainerTest testGetSuScripts
.org.contentmine.svg2xml.container.ScriptContainerTest testTitleChemical1
.org.contentmine.svg2xml.container.ScriptContainerTest testGetHeaders
.org.contentmine.svg2xml.container.ScriptContainerTest testGetHTML63
.org.contentmine.svg2xml.container.ScriptContainerTest testReferencesHtml
.org.contentmine.svg2xml.container.ScriptContainerTest testLargePara
.org.contentmine.svg2xml.container.ScriptContainerTest testGetSpans0
.org.contentmine.svg2xml.container.ScriptContainerTest testGetLargePara
.org.contentmine.svg2xml.container.ScriptContainerTest test3WordContainer
.org.contentmine.svg2xml.container.ListContainerTest testNPGList54
.org.contentmine.svg2xml.container.ListContainerTest testBMCList
.org.contentmine.svg2xml.container.ListContainerTest testAJCList65
.org.contentmine.svg2xml.container.ListContainerTest testPeerJBullet
.org.contentmine.svg2xml.container.ListContainerTest testRSCList
.org.contentmine.svg2xml.container.ListContainerTest testMaterialsList
.org.contentmine.svg2xml.plot.PlotStructurerTest testTEX10Paths
.org.contentmine.svg2xml.plot.PlotStructurerTest testTEX11Paths
.org.contentmine.svg2xml.plot.PlotStructurerTest testTEX12Paths
.org.contentmine.svg2xml.plot.PlotStructurerTest testTEX13Paths
.org.contentmine.svg2xml.plot.PlotStructurerTest testBLK_SAM4Bot
.org.contentmine.svg2xml.plot.PlotStructurerTest testBLK_SAM4Top
.org.contentmine.svg2xml.plot.PlotStructurerTest testBLK_SAM4TopSmall
.org.contentmine.svg2xml.plot.PlotStructurerTest testBLK_SAM3
.org.contentmine.svg2xml.plot.funnel.FunnelTest testDong_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testNair_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testCalvin_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testChoi_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testKerr_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testBakker_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testRogers1_Funnel
.org.contentmine.svg2xml.plot.funnel.FunnelTest testChrisTest
.org.contentmine.svg2xml.plot.funnel.FunnelTest testBooth_Funnel
.org.contentmine.svg2xml.page.PageCropperTest testMaterialsCropToElement
.org.contentmine.svg2xml.page.PageCropperTest testBioCropToElement
.org.contentmine.svg2xml.page.PageAnalyzerTest test312MULT_8
.org.contentmine.svg2xml.page.PageAnalyzerTest testPageAnalyzer8
.org.contentmine.svg2xml.util.XMLDeclTest testXMLDeclarationInCDATA
.org.contentmine.svg2xml.analyzer.PageSplitterAndHtmlTest testTransformChunksToXML
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testLinesInDiscreteBoxes
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9127765Z getFontSizeSetTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testGetInitialTextLineChunkList
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9154007Z getTextLinesParaSuscriptTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9164716Z getMainInterTextLineSeparationTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateTextListHtml0
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9204089Z getLinesWithLargestFontTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateTextListLinesAll
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testgetSerial
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9222200Z analyze1ParaTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9228371Z getMeanFontSizeArrayTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testGetCommonestFontSizeTextLineList
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testgetDiscreteBoxes
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9250406Z getMeanFontSizeArrayParaSuscriptTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9257419Z getTextLinesByFontSizeTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testGetScriptedLineGroupList
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9499952Z getTextLineCoordinateArray
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9506333Z getInterTextLineSeparationSetTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateSuscriptTextLines0
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateSuscriptTextLines1
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateSuscriptTextLines2
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateSuscriptTextLines5
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateSuscriptTextLines7
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9564217Z insertSpacesInTextLineStringTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9570273Z analyzeLine
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testAnalyzeSuscripts0
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testAnalyzeSuscripts1
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testAnalyzeSuscripts2
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testAnalyzeSuscripts5
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateTextListLines0
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9605887Z getTextLineSetByFontSizeTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9612862Z getInterTextLineSeparation
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest testCreateSuscriptWordTextLines0
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9669060Z getTextLineStringTest
.org.contentmine.svg2xml.analyzer.TextAnalyzerTest 2020-04-08T10:09:36.9675976Z getLargestFontTest