office-gobmx/sw/qa
Miklos Vajna 19632bf0bc CppunitTest_sw_ooxmlexport14: avoid mustTestImportOf()
Can use CPPUNIT_TEST_FIXTURE() instead.

See commit a226cec52e
(CppunitTest_sw_rtfimport: convert one testcase to use
CPPUNIT_TEST_FIXTURE(), 2019-11-05) for motivation.

Change-Id: I6d5c130ea25982d2cc0dc424a79c6962c1aa4f1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135510
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2022-06-09 08:08:01 +02:00
..
api
complex/indeterminateState
core tdf#149089 fix extra mini space in text grid. 2022-06-08 08:14:25 +02:00
extras CppunitTest_sw_ooxmlexport14: avoid mustTestImportOf() 2022-06-09 08:08:01 +02:00
filter/ww8 RTF filter: allow measuring page borders from the edge of the page 2022-06-08 17:46:58 +02:00
inc
python
uibase sw content controls, date: add insert UI 2022-05-31 14:39:26 +02:00
uitest tdf#133957 sw: don't delete flys on Backspace/Delete keys 2022-06-08 20:31:40 +02:00
unit
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.