pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

PDFBOX-5284: Refactor Refactor PDFTabulaTextStripper to improve test …

Open wx930910 opened this issue 3 years ago • 0 comments

Jira

Description

Replace test class PDFTabulaTextStripper by spying object and improve test design


Motivation
  • Decouple test class PDFTabulaTextStripper from production class PDFTextStripper.
  • Remove the redundant test child class PDFTabulaTextStripper
  • Remove the redundant constructor.

Key changed/added classes in this PR
  • Created spying object to replace test subclass PDFTabulaTextStripper, decoupled test from production code.
  • Created method that return the mocking object for code reuse.

wx930910 avatar Sep 24 '21 23:09 wx930910