1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: _XActiveDataSource.java,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 import lib
.MultiMethodTest
;
35 // import com.sun.star.uno.UnoRuntime;
36 // import com.sun.star.uno.XInterface;
39 * Testing <code>ifc.qadevooo._SelfTest</code>
42 * <li><code>testmethod()</code></li>
46 public class _SelfTest
extends MultiMethodTest
53 log
.println("_SelfTest.before()");
57 * Test calls the method
59 public void _testmethod()
61 log
.println("_SelfTest._testmethod()");
62 tRes
.tested("testmethod()", true);
65 public void _testmethod2()
67 log
.println("_SelfTest._testmethod2()");
68 tRes
.tested("testmethod2()", true);
71 public void _testmethod3()
73 log
.println("_SelfTest._testmethod3()");
74 tRes
.tested("testmethod3()", true);
78 * Forces object environment recreation.
82 log
.println("_SelfTest.after()");
83 this.disposeEnvironment() ;