12#include <com/sun/star/container/XElementAccess.hpp>
13#include <com/sun/star/uno/Reference.hxx>
15#include <cppunit/TestAssert.h>
18using namespace css::uno;
24 uno::Reference<container::XElementAccess> xElementAccess(
init(), UNO_QUERY_THROW);
25 CPPUNIT_ASSERT_EQUAL(
m_aType, xElementAccess->getElementType());
30 uno::Reference<container::XElementAccess> xElementAccess(
init(), UNO_QUERY_THROW);
31 CPPUNIT_ASSERT(xElementAccess->hasElements());
void testGetElementType()
virtual css::uno::Reference< css::uno::XInterface > init()=0