office-gobmx/sw/qa
Mike Kaganski 3d236177be Deduplicate O(U)StringConcatenation
And use an overloaded helper function with a better (?) unified name
to show that the result is not an O(U)String.

Change-Id: I8956338b05d02bf46a6185828130ea8ef145d46b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141203
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-10-11 12:46:01 +02:00
..
api
complex/indeterminateState
core use more string_view in sw 2022-10-11 08:44:09 +02:00
extras Deduplicate O(U)StringConcatenation 2022-10-11 12:46:01 +02:00
filter Fix typo 2022-09-27 18:26:19 +02:00
inc split utl::TempFile into fast and named variants 2022-09-29 09:11:18 +02:00
python
uibase split utl::TempFile into fast and named variants 2022-09-29 09:11:18 +02:00
uitest tdf#149718 Fix crash on insert chart for tables with merged cells 2022-10-10 18:27:03 +02:00
unit split utl::TempFile into fast and named variants 2022-09-29 09:11:18 +02:00
unoapi
README

You can find different types of Writer tests here, the following directories
are available:

- core:
  - filters-test: loads different file types (see SwFiltersTest::testCVEs() for
    the list of supported filter types), and only makes sure Writer does not
    crash. To add new tests, you just need to drop in the test files to the
    relevant directory, no code change is necessary.
  - uwriter: this test has access to private Writer symbols, add new tests here
    if you need that.
- extras:
  - see its own README -- executes import and export filters and asserts the
    UNO model to verify the resulting document is the expected one.
  - also, any new C++ test that links to libsw (but does not need access to
    private Writer symbols) should go in this directory, whether using the UNO
    API or the internal one.
- complex: JUnit-based tests using the UNO API
- unoapi: JUnit-based test trying to get/set every UNO property, etc.