12 #include <com/sun/star/table/XColumnRowRange.hpp>
14 #include <com/sun/star/uno/Reference.hxx>
16 #include <cppunit/TestAssert.h>
23 void XColumnRowRange::testGetColumns()
25 uno::Reference<table::XColumnRowRange> xColumnRowRange(
init(), UNO_QUERY_THROW);
26 CPPUNIT_ASSERT(xColumnRowRange->getColumns());
29 void XColumnRowRange::testGetRows()
31 uno::Reference<table::XColumnRowRange> xColumnRowRange(
init(), UNO_QUERY_THROW);
32 CPPUNIT_ASSERT(xColumnRowRange->getRows());
FILE * init(int, char **)