Kaydet (Commit) 017f846e authored tarafından Jens Carl's avatar Jens Carl

Add XPropertySet::testGetPropertySetInfo test for ScChartObj

Change-Id: Ie98c353ec234d1376ef10102b5ee05cce3de6688
Reviewed-on: https://gerrit.libreoffice.org/66887
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 9b76295d
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*/ */
#include <test/calc_unoapi_test.hxx> #include <test/calc_unoapi_test.hxx>
#include <test/beans/xpropertyset.hxx>
#include <test/container/xnamed.hxx> #include <test/container/xnamed.hxx>
#include <test/document/xembeddedobjectsupplier.hxx> #include <test/document/xembeddedobjectsupplier.hxx>
#include <test/table/xtablechart.hxx> #include <test/table/xtablechart.hxx>
...@@ -39,6 +40,7 @@ namespace sc_apitest ...@@ -39,6 +40,7 @@ namespace sc_apitest
class ScChartObj : public CalcUnoApiTest, class ScChartObj : public CalcUnoApiTest,
public apitest::XEmbeddedObjectSupplier, public apitest::XEmbeddedObjectSupplier,
public apitest::XNamed, public apitest::XNamed,
public apitest::XPropertySet,
public apitest::XServiceInfo, public apitest::XServiceInfo,
public apitest::XTableChart public apitest::XTableChart
{ {
...@@ -58,6 +60,9 @@ public: ...@@ -58,6 +60,9 @@ public:
CPPUNIT_TEST(testGetName); CPPUNIT_TEST(testGetName);
CPPUNIT_TEST(testSetNameThrowsException); CPPUNIT_TEST(testSetNameThrowsException);
// XPropertySet
CPPUNIT_TEST(testGetPropertySetInfo);
// XServiceInfo // XServiceInfo
CPPUNIT_TEST(testGetImplementationName); CPPUNIT_TEST(testGetImplementationName);
CPPUNIT_TEST(testGetSupportedServiceNames); CPPUNIT_TEST(testGetSupportedServiceNames);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment