LibreOffice Module test (master) 1
Classes | Macros | Functions
unoapi_test.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include <rtl/ref.hxx>
#include <test/bootstrapfixture.hxx>
#include <test/testinteractionhandler.hxx>
#include <unotest/macros_test.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <osl/file.hxx>
#include <unotools/tempfile.hxx>
#include <vcl/filter/PDFiumLibrary.hxx>
Include dependency graph for unoapi_test.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UnoApiTest
 

Macros

#define CPPUNIT_ASSERT_RECTANGLE_EQUAL_WITH_TOLERANCE(aExpected, aActual, aTolerance)    assertRectangleEqual(aExpected, aActual, aTolerance, CPPUNIT_SOURCELINE())
 

Functions

void assertRectangleEqual (const tools::Rectangle &rExpected, const tools::Rectangle &rActual, const sal_Int32 nTolerance, const CppUnit::SourceLine &rSourceLine)
 

Macro Definition Documentation

◆ CPPUNIT_ASSERT_RECTANGLE_EQUAL_WITH_TOLERANCE

#define CPPUNIT_ASSERT_RECTANGLE_EQUAL_WITH_TOLERANCE (   aExpected,
  aActual,
  aTolerance 
)     assertRectangleEqual(aExpected, aActual, aTolerance, CPPUNIT_SOURCELINE())

Definition at line 100 of file unoapi_test.hxx.

Function Documentation

◆ assertRectangleEqual()

void assertRectangleEqual ( const tools::Rectangle rExpected,
const tools::Rectangle rActual,
const sal_Int32  nTolerance,
const CppUnit::SourceLine &  rSourceLine 
)
inline