LCOV - code coverage report
Current view: top level - test/source - calc_unoapi_test.cxx (source / functions) Hit Total Coverage
Test: commit c8344322a7af75b84dd3ca8f78b05543a976dfd5 Lines: 13 13 100.0 %
Date: 2015-06-13 12:38:46 Functions: 5 5 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  */
       9             : 
      10             : #include <test/calc_unoapi_test.hxx>
      11             : 
      12             : using namespace css;
      13             : using namespace css::uno;
      14             : 
      15         111 : CalcUnoApiTest::CalcUnoApiTest(const OUString& path)
      16         111 :       : UnoApiTest(path)
      17             : {
      18         111 : }
      19             : 
      20         111 : void CalcUnoApiTest::setUp()
      21             : {
      22         111 :     UnoApiTest::setUp();
      23             : 
      24             :     // This is a bit of a fudge, we do this to ensure that ScGlobals::ensure,
      25             :     // which is a private symbol to us, gets called
      26         222 :     m_xCalcComponent =
      27         333 :         getMultiServiceFactory()->createInstance("com.sun.star.comp.Calc.SpreadsheetDocument");
      28         111 :     CPPUNIT_ASSERT_MESSAGE("no calc component!", m_xCalcComponent.is());
      29         111 : }
      30             : 
      31         111 : void CalcUnoApiTest::tearDown()
      32             : {
      33         111 :     uno::Reference< lang::XComponent >( m_xCalcComponent, UNO_QUERY_THROW )->dispose();
      34         111 :     UnoApiTest::tearDown();
      35         201 : }
      36             : 
      37             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.11