LCOV - code coverage report
Current view: top level - test/source - calc_unoapi_test.cxx (source / functions) Hit Total Coverage
Test: commit 0e63ca4fde4e446f346e35849c756a30ca294aab Lines: 13 13 100.0 %
Date: 2014-04-11 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         100 : CalcUnoApiTest::CalcUnoApiTest(const OUString& path)
      16         100 :       : UnoApiTest(path)
      17             : {
      18         100 : }
      19             : 
      20         100 : void CalcUnoApiTest::setUp()
      21             : {
      22         100 :     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         200 :     m_xCalcComponent =
      27         300 :         getMultiServiceFactory()->createInstance("com.sun.star.comp.Calc.SpreadsheetDocument");
      28         100 :     CPPUNIT_ASSERT_MESSAGE("no calc component!", m_xCalcComponent.is());
      29         100 : }
      30             : 
      31         100 : void CalcUnoApiTest::tearDown()
      32             : {
      33         100 :     uno::Reference< lang::XComponent >( m_xCalcComponent, UNO_QUERY_THROW )->dispose();
      34         100 :     UnoApiTest::tearDown();
      35         160 : }
      36             : 
      37             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10