office-gobmx/sw/qa
Miklos Vajna 4dc788ea10 CppunitTest_sw_rtfexport2: avoid DECLARE_RTFEXPORT_TEST
No need to go via Writer-specific macros here.

Change-Id: I50de20f3199878db2b9fe7e66f09b2620e43cc3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165918
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2024-04-10 09:28:19 +02:00
..
api
complex/indeterminateState
core tdf#146619 Drop unused 'using namespace' in: sw/ 2024-04-10 09:19:42 +02:00
extras CppunitTest_sw_rtfexport2: avoid DECLARE_RTFEXPORT_TEST 2024-04-10 09:28:19 +02:00
filter
inc CppunitTest_sw_htmlexport: use more CPPUNIT_TEST_FIXTURE() 2024-03-27 09:33:15 +01:00
python tdf#158803 Remove unused imports from uitest 2024-03-28 16:13:25 +01:00
uibase CppunitTest_sw_uibase_uiview: turn on set_non_application_font_use 2024-03-21 21:12:05 +01:00
uitest disable part of tdf150443 UITest for now 2024-03-28 19:12:20 +01:00
unit loplugin:unusedmethods 2024-03-17 13:06:48 +01:00
unoapi tdf#45904 Remove old SwXFootnoteText Java test 2024-03-08 22:05:15 +01:00
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.