xref: /AOO41X/main/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java (revision 47148b3bc50811ceb41802e4cc50a5db21535900)
1ef39d40dSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3ef39d40dSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4ef39d40dSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5ef39d40dSAndrew Rist  * distributed with this work for additional information
6ef39d40dSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7ef39d40dSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8ef39d40dSAndrew Rist  * "License"); you may not use this file except in compliance
9ef39d40dSAndrew Rist  * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir  *
11ef39d40dSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir  *
13ef39d40dSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14ef39d40dSAndrew Rist  * software distributed under the License is distributed on an
15ef39d40dSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16ef39d40dSAndrew Rist  * KIND, either express or implied.  See the License for the
17ef39d40dSAndrew Rist  * specific language governing permissions and limitations
18ef39d40dSAndrew Rist  * under the License.
19cdf0e10cSrcweir  *
20ef39d40dSAndrew Rist  *************************************************************/
21ef39d40dSAndrew Rist 
22ef39d40dSAndrew Rist 
23cdf0e10cSrcweir package mod._forms;
24cdf0e10cSrcweir 
25cdf0e10cSrcweir import java.io.PrintWriter;
26cdf0e10cSrcweir 
27cdf0e10cSrcweir import lib.TestEnvironment;
28cdf0e10cSrcweir import lib.TestParameters;
29cdf0e10cSrcweir 
30cdf0e10cSrcweir 
31cdf0e10cSrcweir /**
32cdf0e10cSrcweir  * Test for object which is represented by service
33cdf0e10cSrcweir  * <code>com.sun.star.form.component.GroupBox</code>. <p>
34cdf0e10cSrcweir  * Object implements the following interfaces :
35cdf0e10cSrcweir  * <ul>
36cdf0e10cSrcweir  *  <li> <code>com::sun::star::awt::UnoControlGroupBoxModel</code></li>
37cdf0e10cSrcweir  *  <li> <code>com::sun::star::io::XPersistObject</code></li>
38cdf0e10cSrcweir  *  <li> <code>com::sun::star::container::XChild</code></li>
39cdf0e10cSrcweir  *  <li> <code>com::sun::star::form::FormControlModel</code></li>
40cdf0e10cSrcweir  *  <li> <code>com::sun::star::form::FormComponent</code></li>
41cdf0e10cSrcweir  *  <li> <code>com::sun::star::beans::XPropertyAccess</code></li>
42cdf0e10cSrcweir  *  <li> <code>com::sun::star::beans::XPropertyContainer</code></li>
43cdf0e10cSrcweir  *  <li> <code>com::sun::star::beans::XPropertySet</code></li>
44cdf0e10cSrcweir  *  <li> <code>com::sun::star::beans::XFastPropertySet</code></li>
45cdf0e10cSrcweir  *  <li> <code>com::sun::star::beans::XPropertyState</code></li>
46cdf0e10cSrcweir  *  <li> <code>com::sun::star::container::XNamed</code></li>
47cdf0e10cSrcweir  *  <li> <code>com::sun::star::beans::XMultiPropertySet</code></li>
48cdf0e10cSrcweir  *  <li> <code>com::sun::star::lang::XComponent</code></li>
49cdf0e10cSrcweir  * </ul>
50cdf0e10cSrcweir  * This object test <b> is NOT </b> designed to be run in several
51cdf0e10cSrcweir  * threads concurently.
52cdf0e10cSrcweir  * @see com.sun.star.awt.UnoControlGroupBoxModel
53cdf0e10cSrcweir  * @see com.sun.star.io.XPersistObject
54cdf0e10cSrcweir  * @see com.sun.star.container.XChild
55*5496b966SPedro Giffuni  * @see com.sun.star.form
56cdf0e10cSrcweir  * @see com.sun.star.form.FormComponent
57cdf0e10cSrcweir  * @see com.sun.star.beans.XPropertyAccess
58cdf0e10cSrcweir  * @see com.sun.star.beans.XPropertyContainer
59cdf0e10cSrcweir  * @see com.sun.star.beans.XPropertySet
60cdf0e10cSrcweir  * @see com.sun.star.beans.XFastPropertySet
61cdf0e10cSrcweir  * @see com.sun.star.beans.XPropertyState
62cdf0e10cSrcweir  * @see com.sun.star.container.XNamed
63cdf0e10cSrcweir  * @see com.sun.star.beans.XMultiPropertySet
64cdf0e10cSrcweir  * @see com.sun.star.lang.XComponent
65cdf0e10cSrcweir  * @see ifc.awt._UnoControlGroupBoxModel
66cdf0e10cSrcweir  * @see ifc.io._XPersistObject
67cdf0e10cSrcweir  * @see ifc.container._XChild
68cdf0e10cSrcweir  * @see ifc.form._FormControlModel
69cdf0e10cSrcweir  * @see ifc.form._FormComponent
70cdf0e10cSrcweir  * @see ifc.beans._XPropertySet
71cdf0e10cSrcweir  * @see ifc.beans._XFastPropertySet
72cdf0e10cSrcweir  * @see ifc.beans._XPropertyState
73cdf0e10cSrcweir  * @see ifc.container._XNamed
74cdf0e10cSrcweir  * @see ifc.beans._XMultiPropertySet
75cdf0e10cSrcweir  * @see ifc.lang._XComponent
76cdf0e10cSrcweir  */
77cdf0e10cSrcweir public class OGroupBoxModel extends GenericModelTest {
78cdf0e10cSrcweir 
79cdf0e10cSrcweir     /**
80cdf0e10cSrcweir      * Set some member variable of the super class <CODE>GenericModelTest</CODE>:
81cdf0e10cSrcweir      * <pre>
82cdf0e10cSrcweir      *    <super.m_ChangePropertyName</CODE> = "Text";
83cdf0e10cSrcweir      *    super.m_kindOfControl</CODE>="GroupBox";
84cdf0e10cSrcweir      *    super.m_ObjectName</CODE> = "GroupBox";
85cdf0e10cSrcweir      * </pre>
86cdf0e10cSrcweir      * Then <CODE>super.initialize()</CODE> was called.
87cdf0e10cSrcweir      * @param tParam the test parameter
88cdf0e10cSrcweir      * @param log the log writer
89cdf0e10cSrcweir      */
90cdf0e10cSrcweir 
initialize(TestParameters tParam, PrintWriter log)91cdf0e10cSrcweir     protected void initialize(TestParameters tParam, PrintWriter log) {
92cdf0e10cSrcweir 
93cdf0e10cSrcweir         super.initialize(tParam, log);
94cdf0e10cSrcweir 
95cdf0e10cSrcweir         super.m_kindOfControl="GroupBox";
96cdf0e10cSrcweir 
97cdf0e10cSrcweir         super.m_ObjectName = "stardiv.one.form.component.GroupBox";
98cdf0e10cSrcweir 
99cdf0e10cSrcweir         super.m_LCShape_Type = "FixedText";
100cdf0e10cSrcweir 
101cdf0e10cSrcweir         super.m_ChangePropertyName = "Text";
102cdf0e10cSrcweir     }
103cdf0e10cSrcweir     /**
104cdf0e10cSrcweir      * calls <CODE>cleanup()</CODE> from it's super class
105cdf0e10cSrcweir      * @param tParam the test parameter
106cdf0e10cSrcweir      * @param log the log writer
107cdf0e10cSrcweir      */
cleanup(TestParameters tParam, PrintWriter log)108cdf0e10cSrcweir     protected void cleanup(TestParameters tParam, PrintWriter log) {
109cdf0e10cSrcweir         super.cleanup(tParam, log);
110cdf0e10cSrcweir     }
111cdf0e10cSrcweir 
112cdf0e10cSrcweir 
113cdf0e10cSrcweir     /**
114cdf0e10cSrcweir      * calls <CODE>createTestEnvironment()</CODE> from it's super class
115cdf0e10cSrcweir      * @param Param the test parameter
116cdf0e10cSrcweir      * @param log the log writer
117cdf0e10cSrcweir      * @return lib.TestEnvironment
118cdf0e10cSrcweir      */
createTestEnvironment(TestParameters Param, PrintWriter log)119cdf0e10cSrcweir     protected synchronized TestEnvironment createTestEnvironment(TestParameters Param,
120cdf0e10cSrcweir         PrintWriter log) {
121cdf0e10cSrcweir         return super.createTestEnvironment(Param, log);
122cdf0e10cSrcweir     }
123cdf0e10cSrcweir 
124cdf0e10cSrcweir } // finish class OGroupBoxModel
125