Module: Bidi2pdf::TestHelpers
- Defined in:
- lib/bidi2pdf/test_helpers/configuration.rb,
lib/bidi2pdf/test_helpers/testcontainers.rb,
lib/bidi2pdf/test_helpers/pdf_file_helper.rb,
lib/bidi2pdf/test_helpers/images/extractor.rb,
lib/bidi2pdf/test_helpers/pdf_reader_utils.rb,
lib/bidi2pdf/test_helpers/spec_paths_helper.rb,
lib/bidi2pdf/test_helpers/images/tiff_helper.rb,
lib/bidi2pdf/test_helpers/pdf_text_sanitizer.rb,
lib/bidi2pdf/test_helpers/images/image_similarity_checker.rb,
lib/bidi2pdf/test_helpers/testcontainers/chromedriver_container.rb,
lib/bidi2pdf/test_helpers/testcontainers/chromedriver_test_helper.rb,
lib/bidi2pdf/test_helpers/testcontainers/testcontainers_refinement.rb
Defined Under Namespace
Modules: Images, PDFReaderUtils, PDFTextSanitizer, PdfFileHelper, SpecPathsHelper, Testcontainers, TestcontainersRefinement Classes: Configuration
Class Attribute Summary collapse
-
.configuration ⇒ Configuration
Retrieves the current configuration object for TestHelpers.
Class Method Summary collapse
-
.configure {|configuration| ... } ⇒ Object
Allows configuration of TestHelpers by yielding the configuration object.
Class Attribute Details
.configuration ⇒ Configuration
Retrieves the current configuration object for TestHelpers.
46 47 48 |
# File 'lib/bidi2pdf/test_helpers/configuration.rb', line 46 def configuration @configuration ||= Configuration.new end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
Allows configuration of TestHelpers by yielding the configuration object.
56 57 58 |
# File 'lib/bidi2pdf/test_helpers/configuration.rb', line 56 def configure yield(configuration) end |