LibreOffice Module test (master) 1
|
#include <bootstrapfixture.hxx>
Public Member Functions | |
DECL_DLLPRIVATE_STATIC_LINK (BootstrapFixture, ImplInitFilterHdl, ConvertData &, bool) | |
BootstrapFixture (bool bAssertOnDialog=true, bool bNeedUCB=true) | |
virtual | ~BootstrapFixture () override |
virtual void | setUp () override |
void | validate (const OUString &rURL, ValidationFormat) const |
Public Member Functions inherited from test::BootstrapFixtureBase | |
BootstrapFixtureBase () | |
virtual | ~BootstrapFixtureBase () override |
const css::uno::Reference< css::uno::XComponentContext > & | getComponentContext () const |
const css::uno::Reference< css::lang::XMultiServiceFactory > & | getMultiServiceFactory () const |
virtual void | setUp () override |
virtual void | tearDown () override |
Static Public Member Functions | |
static sal_uInt16 | getDefaultDeviceBitCount () |
Static Protected Member Functions | |
static bool | IsDefaultDPI () |
static std::pair< double, double > | getDPIScaling () |
Protected Attributes | |
css::uno::Reference< css::uno::XComponentContext > | mxComponentContext |
Protected Attributes inherited from test::BootstrapFixtureBase | |
Directories | m_directories |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
css::uno::Reference< css::lang::XMultiServiceFactory > | m_xSFactory |
css::uno::Reference< css::lang::XMultiComponentFactory > | m_xFactory |
Private Attributes | |
bool | m_bNeedUCB |
bool | m_bAssertOnDialog |
Definition at line 43 of file bootstrapfixture.hxx.
test::BootstrapFixture::BootstrapFixture | ( | bool | bAssertOnDialog = true , |
bool | bNeedUCB = true |
||
) |
Definition at line 54 of file bootstrapfixture.cxx.
|
overridevirtual |
Definition at line 120 of file bootstrapfixture.cxx.
test::BootstrapFixture::DECL_DLLPRIVATE_STATIC_LINK | ( | BootstrapFixture | , |
ImplInitFilterHdl | , | ||
ConvertData & | , | ||
bool | |||
) |
|
static |
Definition at line 274 of file bootstrapfixture.cxx.
References VclPtr< class reference_type >::Create().
|
staticprotected |
Definition at line 268 of file bootstrapfixture.cxx.
References Application::GetDefaultDevice(), OutputDevice::GetDPIX(), and OutputDevice::GetDPIY().
|
staticprotected |
Definition at line 262 of file bootstrapfixture.cxx.
References Application::GetDefaultDevice().
|
overridevirtual |
Reimplemented from test::BootstrapFixtureBase.
Reimplemented in test::AccessibleTestBase, ScreenshotTest, and UnoApiTest.
Definition at line 107 of file bootstrapfixture.cxx.
References comphelper::getComponentContext(), mxComponentContext, Scheduler::ProcessEventsToIdle(), test::BootstrapFixtureBase::setUp(), and test_init_impl().
Referenced by test::AccessibleTestBase::setUp(), ScreenshotTest::setUp(), and UnoApiTest::setUp().
void test::BootstrapFixture::validate | ( | const OUString & | rURL, |
test::ValidationFormat | eFormat | ||
) | const |
Definition at line 146 of file bootstrapfixture.cxx.
References aCommand, utl::TempFileNamed::EnableKillingFile(), env, test::getArgument(), utl::TempFileNamed::GetFileName(), utl::TempFileNamed::GetURL(), test::MSBINARY, n, nIndex, test::ODF, test::OOXML, OUStringToOString(), SAL_INFO, SAL_WARN, o3tl::toInt32(), and u.
Referenced by UnoApiTest::save().
|
private |
Definition at line 46 of file bootstrapfixture.hxx.
|
private |
Definition at line 45 of file bootstrapfixture.hxx.
|
protected |
Definition at line 49 of file bootstrapfixture.hxx.
Referenced by test::AccessibleTestBase::setUp().