summaryrefslogtreecommitdiffstats
path: root/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_ole_win32_Variant.java
blob: 98970c255ba84f40418bfdbaaf8a52cc6d8a3191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
/*******************************************************************************
 * Copyright (c) 2000, 2003 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials 
 * are made available under the terms of the Common Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/cpl-v10.html
 * 
 * Contributors:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
package org.eclipse.swt.tests.junit;

import junit.framework.*;
import junit.textui.*;

/**
 * Automated Test Suite for class org.eclipse.swt.ole.win32.Variant
 *
 * @see org.eclipse.swt.ole.win32.Variant
 */
public class Test_org_eclipse_swt_ole_win32_Variant extends SwtTestCase {

public Test_org_eclipse_swt_ole_win32_Variant(String name) {
	super(name);
}

public static void main(String[] args) {
	TestRunner.run(suite());
}

protected void setUp() {
}

protected void tearDown() {
}

public void test_Constructor() {
	warnUnimpl("Test test_Constructor not written");
}

public void test_ConstructorF() {
	warnUnimpl("Test test_ConstructorF not written");
}

public void test_ConstructorI() {
	warnUnimpl("Test test_ConstructorI not written");
}

public void test_ConstructorIS() {
	warnUnimpl("Test test_ConstructorIS not written");
}

public void test_ConstructorLjava_lang_String() {
	warnUnimpl("Test test_ConstructorLjava_lang_String not written");
}

public void test_ConstructorLorg_eclipse_swt_internal_ole_win32_IDispatch() {
	warnUnimpl("Test test_ConstructorLorg_eclipse_swt_internal_ole_win32_IDispatch not written");
}

public void test_ConstructorLorg_eclipse_swt_internal_ole_win32_IUnknown() {
	warnUnimpl("Test test_ConstructorLorg_eclipse_swt_internal_ole_win32_IUnknown not written");
}

public void test_ConstructorLorg_eclipse_swt_ole_win32_OleAutomation() {
	warnUnimpl("Test test_ConstructorLorg_eclipse_swt_ole_win32_OleAutomation not written");
}

public void test_ConstructorS() {
	warnUnimpl("Test test_ConstructorS not written");
}

public void test_ConstructorZ() {
	warnUnimpl("Test test_ConstructorZ not written");
}

public void test_dispose() {
	warnUnimpl("Test test_dispose not written");
}

public void test_getAutomation() {
	warnUnimpl("Test test_getAutomation not written");
}

public void test_getBoolean() {
	warnUnimpl("Test test_getBoolean not written");
}

public void test_getByRef() {
	warnUnimpl("Test test_getByRef not written");
}

public void test_getDispatch() {
	warnUnimpl("Test test_getDispatch not written");
}

public void test_getFloat() {
	warnUnimpl("Test test_getFloat not written");
}

public void test_getInt() {
	warnUnimpl("Test test_getInt not written");
}

public void test_getShort() {
	warnUnimpl("Test test_getShort not written");
}

public void test_getString() {
	warnUnimpl("Test test_getString not written");
}

public void test_getType() {
	warnUnimpl("Test test_getType not written");
}

public void test_getUnknown() {
	warnUnimpl("Test test_getUnknown not written");
}

public void test_setByRefF() {
	warnUnimpl("Test test_setByRefF not written");
}

public void test_setByRefI() {
	warnUnimpl("Test test_setByRefI not written");
}

public void test_setByRefS() {
	warnUnimpl("Test test_setByRefS not written");
}

public void test_setByRefZ() {
	warnUnimpl("Test test_setByRefZ not written");
}


public static Test suite() {
	TestSuite suite = new TestSuite();
	java.util.Vector methodNames = methodNames();
	java.util.Enumeration e = methodNames.elements();
	while (e.hasMoreElements()) {
		suite.addTest(new Test_org_eclipse_swt_ole_win32_Variant((String)e.nextElement()));
	}
	return suite;
}

public static java.util.Vector methodNames() {
	java.util.Vector methodNames = new java.util.Vector();
	methodNames.addElement("test_Constructor");
	methodNames.addElement("test_ConstructorF");
	methodNames.addElement("test_ConstructorI");
	methodNames.addElement("test_ConstructorIS");
	methodNames.addElement("test_ConstructorLjava_lang_String");
	methodNames.addElement("test_ConstructorLorg_eclipse_swt_internal_ole_win32_IDispatch");
	methodNames.addElement("test_ConstructorLorg_eclipse_swt_internal_ole_win32_IUnknown");
	methodNames.addElement("test_ConstructorLorg_eclipse_swt_ole_win32_OleAutomation");
	methodNames.addElement("test_ConstructorS");
	methodNames.addElement("test_ConstructorZ");
	methodNames.addElement("test_dispose");
	methodNames.addElement("test_getAutomation");
	methodNames.addElement("test_getBoolean");
	methodNames.addElement("test_getByRef");
	methodNames.addElement("test_getDispatch");
	methodNames.addElement("test_getFloat");
	methodNames.addElement("test_getInt");
	methodNames.addElement("test_getShort");
	methodNames.addElement("test_getString");
	methodNames.addElement("test_getType");
	methodNames.addElement("test_getUnknown");
	methodNames.addElement("test_setByRefF");
	methodNames.addElement("test_setByRefI");
	methodNames.addElement("test_setByRefS");
	methodNames.addElement("test_setByRefZ");
	return methodNames;
}

protected void runTest() throws Throwable {
	if (getName().equals("test_Constructor")) test_Constructor();
	else if (getName().equals("test_ConstructorF")) test_ConstructorF();
	else if (getName().equals("test_ConstructorI")) test_ConstructorI();
	else if (getName().equals("test_ConstructorIS")) test_ConstructorIS();
	else if (getName().equals("test_ConstructorLjava_lang_String")) test_ConstructorLjava_lang_String();
	else if (getName().equals("test_ConstructorLorg_eclipse_swt_internal_ole_win32_IDispatch")) test_ConstructorLorg_eclipse_swt_internal_ole_win32_IDispatch();
	else if (getName().equals("test_ConstructorLorg_eclipse_swt_internal_ole_win32_IUnknown")) test_ConstructorLorg_eclipse_swt_internal_ole_win32_IUnknown();
	else if (getName().equals("test_ConstructorLorg_eclipse_swt_ole_win32_OleAutomation")) test_ConstructorLorg_eclipse_swt_ole_win32_OleAutomation();
	else if (getName().equals("test_ConstructorS")) test_ConstructorS();
	else if (getName().equals("test_ConstructorZ")) test_ConstructorZ();
	else if (getName().equals("test_dispose")) test_dispose();
	else if (getName().equals("test_getAutomation")) test_getAutomation();
	else if (getName().equals("test_getBoolean")) test_getBoolean();
	else if (getName().equals("test_getByRef")) test_getByRef();
	else if (getName().equals("test_getDispatch")) test_getDispatch();
	else if (getName().equals("test_getFloat")) test_getFloat();
	else if (getName().equals("test_getInt")) test_getInt();
	else if (getName().equals("test_getShort")) test_getShort();
	else if (getName().equals("test_getString")) test_getString();
	else if (getName().equals("test_getType")) test_getType();
	else if (getName().equals("test_getUnknown")) test_getUnknown();
	else if (getName().equals("test_setByRefF")) test_setByRefF();
	else if (getName().equals("test_setByRefI")) test_setByRefI();
	else if (getName().equals("test_setByRefS")) test_setByRefS();
	else if (getName().equals("test_setByRefZ")) test_setByRefZ();
}
}