2009-02-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Runtime.Serialization / Test / System.Runtime.Serialization / DataContractSerializerTest_FrameworkTypes_System.cs
1 //\r
2 // DataContractSerializerTest_FrameworkTypes_System.cs\r
3 //\r
4 // Author:\r
5 //      Igor Zelmanovich <igorz@mainsoft.com>\r
6 //\r
7 // Copyright (C) 2008 Mainsoft.co http://www.mainsoft.com\r
8 //\r
9 // Permission is hereby granted, free of charge, to any person obtaining\r
10 // a copy of this software and associated documentation files (the\r
11 // "Software"), to deal in the Software without restriction, including\r
12 // without limitation the rights to use, copy, modify, merge, publish,\r
13 // distribute, sublicense, and/or sell copies of the Software, and to\r
14 // permit persons to whom the Software is furnished to do so, subject to\r
15 // the following conditions:\r
16 // \r
17 // The above copyright notice and this permission notice shall be\r
18 // included in all copies or substantial portions of the Software.\r
19 // \r
20 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
21 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
22 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
23 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
24 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
25 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
26 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
27 //\r
28 //\r
29 // This test code contains tests for attributes in System.Runtime.Serialization\r
30 //\r
31 \r
32 using System;\r
33 using System.Collections.Generic;\r
34 using System.Linq;\r
35 using System.Text;\r
36 using NUnit.Framework;\r
37 using System.Reflection;\r
38 using System.Globalization;\r
39 using System.Runtime.Serialization;\r
40 using System.IO;\r
41 using System.Xml;\r
42 \r
43 namespace MonoTests.System.Runtime.Serialization\r
44 {\r
45         [TestFixture]\r
46         [Category ("NotWorking")]\r
47         public partial class DataContractSerializerTest_FrameworkTypes_System\r
48                 : DataContractSerializerTest_FrameworkTypes\r
49         {\r
50                 [Test]\r
51                 public void System_Text_RegularExpressions_RegexOptions () {\r
52                         Test<global::System.Text.RegularExpressions.RegexOptions> ();\r
53                 }\r
54                 [Test]\r
55                 public void System_ComponentModel_BindableSupport () {\r
56                         Test<global::System.ComponentModel.BindableSupport> ();\r
57                 }\r
58                 [Test]\r
59                 public void System_ComponentModel_BindingDirection () {\r
60                         Test<global::System.ComponentModel.BindingDirection> ();\r
61                 }\r
62                 [Test]\r
63                 public void System_ComponentModel_DataObjectMethodType () {\r
64                         Test<global::System.ComponentModel.DataObjectMethodType> ();\r
65                 }\r
66                 [Test]\r
67                 public void System_ComponentModel_DesignerSerializationVisibility () {\r
68                         Test<global::System.ComponentModel.DesignerSerializationVisibility> ();\r
69                 }\r
70                 [Test]\r
71                 public void System_ComponentModel_EditorBrowsableState () {\r
72                         Test<global::System.ComponentModel.EditorBrowsableState> ();\r
73                 }\r
74                 [Test]\r
75                 public void System_ComponentModel_InvalidAsynchronousStateException () {\r
76                         Test<global::System.ComponentModel.InvalidAsynchronousStateException> ();\r
77                 }\r
78                 [Test]\r
79                 public void System_ComponentModel_InvalidEnumArgumentException () {\r
80                         Test<global::System.ComponentModel.InvalidEnumArgumentException> ();\r
81                 }\r
82                 [Test]\r
83                 public void System_ComponentModel_LicenseUsageMode () {\r
84                         Test<global::System.ComponentModel.LicenseUsageMode> ();\r
85                 }\r
86                 [Test]\r
87                 public void System_ComponentModel_ListChangedType () {\r
88                         Test<global::System.ComponentModel.ListChangedType> ();\r
89                 }\r
90                 [Test]\r
91                 public void System_ComponentModel_ListSortDirection () {\r
92                         Test<global::System.ComponentModel.ListSortDirection> ();\r
93                 }\r
94                 [Test]\r
95                 public void System_ComponentModel_MaskedTextResultHint () {\r
96                         Test<global::System.ComponentModel.MaskedTextResultHint> ();\r
97                 }\r
98                 [Test]\r
99                 public void System_ComponentModel_ToolboxItemFilterType () {\r
100                         Test<global::System.ComponentModel.ToolboxItemFilterType> ();\r
101                 }\r
102                 [Test]\r
103                 public void System_ComponentModel_WarningException () {\r
104                         Test<global::System.ComponentModel.WarningException> ();\r
105                 }\r
106                 [Test]\r
107                 public void System_ComponentModel_Win32Exception () {\r
108                         Test<global::System.ComponentModel.Win32Exception> ();\r
109                 }\r
110                 [Test]\r
111                 public void System_ComponentModel_Design_CheckoutException () {\r
112                         Test<global::System.ComponentModel.Design.CheckoutException> ();\r
113                 }\r
114                 [Test]\r
115                 public void System_ComponentModel_Design_HelpContextType () {\r
116                         Test<global::System.ComponentModel.Design.HelpContextType> ();\r
117                 }\r
118                 [Test]\r
119                 public void System_ComponentModel_Design_HelpKeywordAttribute () {\r
120                         Test<global::System.ComponentModel.Design.HelpKeywordAttribute> ();\r
121                 }\r
122                 [Test]\r
123                 public void System_ComponentModel_Design_HelpKeywordType () {\r
124                         Test<global::System.ComponentModel.Design.HelpKeywordType> ();\r
125                 }\r
126                 [Test]\r
127                 public void System_ComponentModel_PropertyTabScope () {\r
128                         Test<global::System.ComponentModel.PropertyTabScope> ();\r
129                 }\r
130                 [Test]\r
131                 public void System_ComponentModel_RefreshProperties () {\r
132                         Test<global::System.ComponentModel.RefreshProperties> ();\r
133                 }\r
134                 [Test]\r
135                 [Category ("NotWorking")]\r
136                 public void System_ComponentModel_Design_SelectionTypes () {\r
137                         Test<global::System.ComponentModel.Design.SelectionTypes> ();\r
138                 }\r
139                 [Test]\r
140                 public void System_ComponentModel_Design_ViewTechnology () {\r
141                         Test<global::System.ComponentModel.Design.ViewTechnology> ();\r
142                 }\r
143                 [Test]\r
144                 public void System_Diagnostics_SourceLevels () {\r
145                         Test<global::System.Diagnostics.SourceLevels> ();\r
146                 }\r
147                 [Test]\r
148                 public void System_Diagnostics_TraceLevel () {\r
149                         Test<global::System.Diagnostics.TraceLevel> ();\r
150                 }\r
151                 [Test]\r
152                 public void System_Diagnostics_TraceOptions () {\r
153                         Test<global::System.Diagnostics.TraceOptions> ();\r
154                 }\r
155                 [Test]\r
156                 public void System_IO_Compression_CompressionMode () {\r
157                         Test<global::System.IO.Compression.CompressionMode> ();\r
158                 }\r
159                 [Test]\r
160                 public void System_IO_InvalidDataException () {\r
161                         Test<global::System.IO.InvalidDataException> ();\r
162                 }\r
163                 [Test]\r
164                 public void System_Threading_SemaphoreFullException () {\r
165                         Test<global::System.Threading.SemaphoreFullException> ();\r
166                 }\r
167                 [Test]\r
168                 [Category ("NotWorking")]\r
169                 public void System_Media_SoundPlayer () {\r
170                         Test<global::System.Media.SoundPlayer> ();\r
171                 }\r
172                 [Test]\r
173                 [Category ("NotWorking")]\r
174                 public void System_Security_AccessControl_SemaphoreRights () {\r
175                         Test<global::System.Security.AccessControl.SemaphoreRights> ();\r
176                 }\r
177                 [Test]\r
178                 public void System_Collections_Specialized_HybridDictionary () {\r
179                         Test<global::System.Collections.Specialized.HybridDictionary> ();\r
180                 }\r
181                 [Test]\r
182                 public void System_Collections_Specialized_ListDictionary () {\r
183                         Test<global::System.Collections.Specialized.ListDictionary> ();\r
184                 }\r
185                 [Test]\r
186                 public void System_Collections_Specialized_OrderedDictionary () {\r
187                         Test<global::System.Collections.Specialized.OrderedDictionary> ();\r
188                 }\r
189                 [Test]\r
190                 public void System_Collections_Specialized_StringCollection () {\r
191                         Test<global::System.Collections.Specialized.StringCollection> ();\r
192                 }\r
193                 [Test]\r
194                 public void System_Collections_Specialized_StringDictionary () {\r
195                         Test<global::System.Collections.Specialized.StringDictionary> ();\r
196                 }\r
197                 [Test]\r
198                 [Category ("NotWorking")]\r
199                 public void System_Runtime_InteropServices_ComTypes_ADVF () {\r
200                         Test<global::System.Runtime.InteropServices.ComTypes.ADVF> ();\r
201                 }\r
202                 [Test]\r
203                 [Category ("NotWorking")]\r
204                 public void System_Runtime_InteropServices_ComTypes_DVASPECT () {\r
205                         Test<global::System.Runtime.InteropServices.ComTypes.DVASPECT> ();\r
206                 }\r
207                 [Test]\r
208                 public void System_Runtime_InteropServices_ComTypes_TYMED () {\r
209                         Test<global::System.Runtime.InteropServices.ComTypes.TYMED> ();\r
210                 }\r
211                 [Test]\r
212                 public void System_Security_Permissions_StorePermissionFlags () {\r
213                         Test<global::System.Security.Permissions.StorePermissionFlags> ();\r
214                 }\r
215                 [Test]\r
216                 public void System_Security_Cryptography_X509Certificates_X500DistinguishedNameFlags () {\r
217                         Test<global::System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags> ();\r
218                 }\r
219                 [Test]\r
220                 public void System_Security_Cryptography_X509Certificates_X509NameType () {\r
221                         Test<global::System.Security.Cryptography.X509Certificates.X509NameType> ();\r
222                 }\r
223                 [Test]\r
224                 public void System_Security_Cryptography_X509Certificates_X509IncludeOption () {\r
225                         Test<global::System.Security.Cryptography.X509Certificates.X509IncludeOption> ();\r
226                 }\r
227                 [Test]\r
228                 public void System_Security_Cryptography_X509Certificates_X509FindType () {\r
229                         Test<global::System.Security.Cryptography.X509Certificates.X509FindType> ();\r
230                 }\r
231                 [Test]\r
232                 public void System_Security_Cryptography_X509Certificates_X509CertificateCollection () {\r
233                         Test<global::System.Security.Cryptography.X509Certificates.X509CertificateCollection> ();\r
234                 }\r
235                 [Test]\r
236                 public void System_Security_Cryptography_X509Certificates_X509ChainStatusFlags () {\r
237                         Test<global::System.Security.Cryptography.X509Certificates.X509ChainStatusFlags> ();\r
238                 }\r
239                 [Test]\r
240                 public void System_Security_Cryptography_X509Certificates_X509RevocationMode () {\r
241                         Test<global::System.Security.Cryptography.X509Certificates.X509RevocationMode> ();\r
242                 }\r
243                 [Test]\r
244                 public void System_Security_Cryptography_X509Certificates_X509RevocationFlag () {\r
245                         Test<global::System.Security.Cryptography.X509Certificates.X509RevocationFlag> ();\r
246                 }\r
247                 [Test]\r
248                 public void System_Security_Cryptography_X509Certificates_X509VerificationFlags () {\r
249                         Test<global::System.Security.Cryptography.X509Certificates.X509VerificationFlags> ();\r
250                 }\r
251                 [Test]\r
252                 public void System_Security_Cryptography_X509Certificates_X509KeyUsageFlags () {\r
253                         Test<global::System.Security.Cryptography.X509Certificates.X509KeyUsageFlags> ();\r
254                 }\r
255                 [Test]\r
256                 public void System_Security_Cryptography_X509Certificates_X509SubjectKeyIdentifierHashAlgorithm () {\r
257                         Test<global::System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm> ();\r
258                 }\r
259                 [Test]\r
260                 public void System_Security_Cryptography_X509Certificates_OpenFlags () {\r
261                         Test<global::System.Security.Cryptography.X509Certificates.OpenFlags> ();\r
262                 }\r
263                 [Test]\r
264                 public void System_UriFormatException () {\r
265                         Test<global::System.UriFormatException> ();\r
266                 }\r
267                 [Test]\r
268                 public void System_UriHostNameType () {\r
269                         Test<global::System.UriHostNameType> ();\r
270                 }\r
271                 [Test]\r
272                 public void System_UriPartial () {\r
273                         Test<global::System.UriPartial> ();\r
274                 }\r
275                 [Test]\r
276                 public void System_UriKind () {\r
277                         Test<global::System.UriKind> ();\r
278                 }\r
279                 [Test]\r
280                 [Category ("NotWorking")]\r
281                 public void System_UriComponents () {\r
282                         Test<global::System.UriComponents> ();\r
283                 }\r
284                 [Test]\r
285                 public void System_UriIdnScope () {\r
286                         Test<global::System.UriIdnScope> ();\r
287                 }\r
288                 [Test]\r
289                 public void System_GenericUriParserOptions () {\r
290                         Test<global::System.GenericUriParserOptions> ();\r
291                 }\r
292                 [Test]\r
293                 public void System_Net_AuthenticationSchemes () {\r
294                         Test<global::System.Net.AuthenticationSchemes> ();\r
295                 }\r
296                 //[Test]\r
297                 //[Category ("NotWorking")]\r
298                 //public void System_Net_Cookie () {\r
299                 //    Test<global::System.Net.Cookie> ();\r
300                 //}\r
301                 [Test]\r
302                 public void System_Net_CookieCollection () {\r
303                         Test<global::System.Net.CookieCollection> ();\r
304                 }\r
305                 [Test]\r
306                 public void System_Net_CookieContainer () {\r
307                         Test<global::System.Net.CookieContainer> ();\r
308                 }\r
309                 [Test]\r
310                 public void System_Net_CookieException () {\r
311                         Test<global::System.Net.CookieException> ();\r
312                 }\r
313                 [Test]\r
314                 public void System_Net_FtpStatusCode () {\r
315                         Test<global::System.Net.FtpStatusCode> ();\r
316                 }\r
317                 [Test]\r
318                 public void System_Net_HttpListenerException () {\r
319                         Test<global::System.Net.HttpListenerException> ();\r
320                 }\r
321                 [Test]\r
322                 public void System_Net_HttpRequestHeader () {\r
323                         Test<global::System.Net.HttpRequestHeader> ();\r
324                 }\r
325                 [Test]\r
326                 public void System_Net_HttpResponseHeader () {\r
327                         Test<global::System.Net.HttpResponseHeader> ();\r
328                 }\r
329                 [Test]\r
330                 public void System_Net_DecompressionMethods () {\r
331                         Test<global::System.Net.DecompressionMethods> ();\r
332                 }\r
333                 [Test]\r
334                 [Category ("NotWorking")]\r
335                 public void System_Net_NetworkAccess () {\r
336                         Test<global::System.Net.NetworkAccess> ();\r
337                 }\r
338                 [Test]\r
339                 public void System_Net_ProtocolViolationException () {\r
340                         Test<global::System.Net.ProtocolViolationException> ();\r
341                 }\r
342                 [Test]\r
343                 [Category ("NotWorking")]\r
344                 public void System_Net_SecurityProtocolType () {\r
345                         Test<global::System.Net.SecurityProtocolType> ();\r
346                 }\r
347                 [Test]\r
348                 public void System_Net_Sockets_SocketException () {\r
349                         Test<global::System.Net.Sockets.SocketException> ();\r
350                 }\r
351                 [Test]\r
352                 public void System_Net_WebException () {\r
353                         Test<global::System.Net.WebException> ();\r
354                 }\r
355                 [Test]\r
356                 public void System_Net_WebExceptionStatus () {\r
357                         Test<global::System.Net.WebExceptionStatus> ();\r
358                 }\r
359                 [Test]\r
360                 public void System_Net_WebHeaderCollection () {\r
361                         Test<global::System.Net.WebHeaderCollection> ();\r
362                 }\r
363                 [Test]\r
364                 public void System_Net_WebPermission () {\r
365                         Test<global::System.Net.WebPermission> ();\r
366                 }\r
367                 [Test]\r
368                 [Category ("NotWorking")]\r
369                 public void System_Net_WebProxy () {\r
370                         Test<global::System.Net.WebProxy> ();\r
371                 }\r
372                 [Test]\r
373                 public void System_Net_Cache_RequestCacheLevel () {\r
374                         Test<global::System.Net.Cache.RequestCacheLevel> ();\r
375                 }\r
376                 [Test]\r
377                 public void System_Net_Cache_HttpRequestCacheLevel () {\r
378                         Test<global::System.Net.Cache.HttpRequestCacheLevel> ();\r
379                 }\r
380                 [Test]\r
381                 public void System_Net_Cache_HttpCacheAgeControl () {\r
382                         Test<global::System.Net.Cache.HttpCacheAgeControl> ();\r
383                 }\r
384                 [Test]\r
385                 public void System_Security_Authentication_AuthenticationException () {\r
386                         Test<global::System.Security.Authentication.AuthenticationException> ();\r
387                 }\r
388                 [Test]\r
389                 public void System_Security_Authentication_InvalidCredentialException () {\r
390                         Test<global::System.Security.Authentication.InvalidCredentialException> ();\r
391                 }\r
392                 [Test]\r
393                 public void System_Net_Security_AuthenticationLevel () {\r
394                         Test<global::System.Net.Security.AuthenticationLevel> ();\r
395                 }\r
396                 [Test]\r
397                 public void System_Net_Security_ProtectionLevel () {\r
398                         Test<global::System.Net.Security.ProtectionLevel> ();\r
399                 }\r
400                 [Test]\r
401                 public void System_Security_Authentication_SslProtocols () {\r
402                         Test<global::System.Security.Authentication.SslProtocols> ();\r
403                 }\r
404                 [Test]\r
405                 public void System_Security_Authentication_ExchangeAlgorithmType () {\r
406                         Test<global::System.Security.Authentication.ExchangeAlgorithmType> ();\r
407                 }\r
408                 [Test]\r
409                 public void System_Security_Authentication_CipherAlgorithmType () {\r
410                         Test<global::System.Security.Authentication.CipherAlgorithmType> ();\r
411                 }\r
412                 [Test]\r
413                 public void System_Security_Authentication_HashAlgorithmType () {\r
414                         Test<global::System.Security.Authentication.HashAlgorithmType> ();\r
415                 }\r
416                 [Test]\r
417                 public void System_Net_Security_SslPolicyErrors () {\r
418                         Test<global::System.Net.Security.SslPolicyErrors> ();\r
419                 }\r
420                 [Test]\r
421                 public void System_Net_Sockets_AddressFamily () {\r
422                         Test<global::System.Net.Sockets.AddressFamily> ();\r
423                 }\r
424                 [Test]\r
425                 public void System_Net_Sockets_ProtocolFamily () {\r
426                         Test<global::System.Net.Sockets.ProtocolFamily> ();\r
427                 }\r
428                 [Test]\r
429                 public void System_Net_Sockets_ProtocolType () {\r
430                         Test<global::System.Net.Sockets.ProtocolType> ();\r
431                 }\r
432                 [Test]\r
433                 public void System_Net_Sockets_SelectMode () {\r
434                         Test<global::System.Net.Sockets.SelectMode> ();\r
435                 }\r
436                 [Test]\r
437                 [Category ("NotWorking")]\r
438                 public void System_Net_Sockets_SocketInformationOptions () {\r
439                         Test<global::System.Net.Sockets.SocketInformationOptions> ();\r
440                 }\r
441                 [Test]\r
442                 [Category ("NotWorking")]\r
443                 public void System_Net_Sockets_SocketInformation () {\r
444                         Test<global::System.Net.Sockets.SocketInformation> ();\r
445                 }\r
446                 //[Test]\r
447                 //public void System_Net_Sockets_SocketAsyncOperation () {\r
448                 //    Test<global::System.Net.Sockets.SocketAsyncOperation> ();\r
449                 //}\r
450                 [Test]\r
451                 public void System_Net_Sockets_SocketError () {\r
452                         Test<global::System.Net.Sockets.SocketError> ();\r
453                 }\r
454                 [Test]\r
455                 public void System_Net_Sockets_SocketFlags () {\r
456                         Test<global::System.Net.Sockets.SocketFlags> ();\r
457                 }\r
458                 [Test]\r
459                 public void System_Net_Sockets_SocketOptionLevel () {\r
460                         Test<global::System.Net.Sockets.SocketOptionLevel> ();\r
461                 }\r
462                 [Test]\r
463                 public void System_Net_Sockets_SocketShutdown () {\r
464                         Test<global::System.Net.Sockets.SocketShutdown> ();\r
465                 }\r
466                 [Test]\r
467                 public void System_Net_Sockets_TransmitFileOptions () {\r
468                         Test<global::System.Net.Sockets.TransmitFileOptions> ();\r
469                 }\r
470                 [Test]\r
471                 public void System_Net_NetworkInformation_DuplicateAddressDetectionState () {\r
472                         Test<global::System.Net.NetworkInformation.DuplicateAddressDetectionState> ();\r
473                 }\r
474                 [Test]\r
475                 public void System_Net_NetworkInformation_IPStatus () {\r
476                         Test<global::System.Net.NetworkInformation.IPStatus> ();\r
477                 }\r
478                 [Test]\r
479                 public void System_Net_NetworkInformation_NetworkInformationException () {\r
480                         Test<global::System.Net.NetworkInformation.NetworkInformationException> ();\r
481                 }\r
482                 [Test]\r
483                 public void System_Net_NetworkInformation_NetworkInformationAccess () {\r
484                         Test<global::System.Net.NetworkInformation.NetworkInformationAccess> ();\r
485                 }\r
486                 [Test]\r
487                 public void System_Net_NetworkInformation_NetworkInterfaceComponent () {\r
488                         Test<global::System.Net.NetworkInformation.NetworkInterfaceComponent> ();\r
489                 }\r
490                 [Test]\r
491                 public void System_Net_NetworkInformation_NetBiosNodeType () {\r
492                         Test<global::System.Net.NetworkInformation.NetBiosNodeType> ();\r
493                 }\r
494                 [Test]\r
495                 public void System_Net_NetworkInformation_PrefixOrigin () {\r
496                         Test<global::System.Net.NetworkInformation.PrefixOrigin> ();\r
497                 }\r
498                 [Test]\r
499                 public void System_Net_NetworkInformation_SuffixOrigin () {\r
500                         Test<global::System.Net.NetworkInformation.SuffixOrigin> ();\r
501                 }\r
502                 [Test]\r
503                 public void System_Net_NetworkInformation_TcpState () {\r
504                         Test<global::System.Net.NetworkInformation.TcpState> ();\r
505                 }\r
506                 [Test]\r
507                 public void System_Net_Configuration_ProxyElement_BypassOnLocalValues () {\r
508                         Test<global::System.Net.Configuration.ProxyElement.BypassOnLocalValues> ();\r
509                 }\r
510                 [Test]\r
511                 public void System_Net_Configuration_ProxyElement_UseSystemDefaultValues () {\r
512                         Test<global::System.Net.Configuration.ProxyElement.UseSystemDefaultValues> ();\r
513                 }\r
514                 [Test]\r
515                 public void System_Net_Configuration_ProxyElement_AutoDetectValues () {\r
516                         Test<global::System.Net.Configuration.ProxyElement.AutoDetectValues> ();\r
517                 }\r
518                 [Test]\r
519                 public void System_Net_Mail_DeliveryNotificationOptions () {\r
520                         Test<global::System.Net.Mail.DeliveryNotificationOptions> ();\r
521                 }\r
522                 [Test]\r
523                 public void System_Net_Mail_MailPriority () {\r
524                         Test<global::System.Net.Mail.MailPriority> ();\r
525                 }\r
526                 [Test]\r
527                 public void System_Net_Mail_SmtpDeliveryMethod () {\r
528                         Test<global::System.Net.Mail.SmtpDeliveryMethod> ();\r
529                 }\r
530                 [Test]\r
531                 public void System_Net_Mail_SmtpException () {\r
532                         Test<global::System.Net.Mail.SmtpException> ();\r
533                 }\r
534                 [Test]\r
535                 public void System_Net_Mail_SmtpFailedRecipientException () {\r
536                         Test<global::System.Net.Mail.SmtpFailedRecipientException> ();\r
537                 }\r
538                 [Test]\r
539                 public void System_Net_Mail_SmtpAccess () {\r
540                         Test<global::System.Net.Mail.SmtpAccess> ();\r
541                 }\r
542                 [Test]\r
543                 public void System_Net_Mime_TransferEncoding () {\r
544                         Test<global::System.Net.Mime.TransferEncoding> ();\r
545                 }\r
546                 [Test]\r
547                 public void System_Configuration_ConfigurationException () {\r
548                         Test<global::System.Configuration.ConfigurationException> ();\r
549                 }\r
550                 [Test]\r
551                 public void System_Configuration_SettingsAttributeDictionary () {\r
552                         Test<global::System.Configuration.SettingsAttributeDictionary> ();\r
553                 }\r
554                 [Test]\r
555                 public void System_Configuration_SettingsManageability () {\r
556                         Test<global::System.Configuration.SettingsManageability> ();\r
557                 }\r
558                 [Test]\r
559                 public void System_Configuration_SpecialSetting () {\r
560                         Test<global::System.Configuration.SpecialSetting> ();\r
561                 }\r
562                 [Test]\r
563                 public void System_Configuration_SettingsContext () {\r
564                         Test<global::System.Configuration.SettingsContext> ();\r
565                 }\r
566                 [Test]\r
567                 public void System_Configuration_SettingsPropertyIsReadOnlyException () {\r
568                         Test<global::System.Configuration.SettingsPropertyIsReadOnlyException> ();\r
569                 }\r
570                 [Test]\r
571                 public void System_Configuration_SettingsPropertyNotFoundException () {\r
572                         Test<global::System.Configuration.SettingsPropertyNotFoundException> ();\r
573                 }\r
574                 [Test]\r
575                 public void System_Configuration_SettingsPropertyWrongTypeException () {\r
576                         Test<global::System.Configuration.SettingsPropertyWrongTypeException> ();\r
577                 }\r
578                 [Test]\r
579                 public void System_Configuration_SettingsSerializeAs () {\r
580                         Test<global::System.Configuration.SettingsSerializeAs> ();\r
581                 }\r
582                 [Test]\r
583                 [Category ("NotWorking")]\r
584                 public void System_IO_NotifyFilters () {\r
585                         Test<global::System.IO.NotifyFilters> ();\r
586                 }\r
587                 [Test]\r
588                 public void System_IO_InternalBufferOverflowException () {\r
589                         Test<global::System.IO.InternalBufferOverflowException> ();\r
590                 }\r
591                 [Test]\r
592                 [Category ("NotWorking")]\r
593                 public void System_IO_WatcherChangeTypes () {\r
594                         Test<global::System.IO.WatcherChangeTypes> ();\r
595                 }\r
596                 [Test]\r
597                 public void System_Security_Permissions_ResourcePermissionBaseEntry () {\r
598                         Test<global::System.Security.Permissions.ResourcePermissionBaseEntry> ();\r
599                 }\r
600                 [Test]\r
601                 public void System_Diagnostics_CounterCreationData () {\r
602                         Test<global::System.Diagnostics.CounterCreationData> ();\r
603                 }\r
604                 [Test]\r
605                 public void System_Diagnostics_CounterCreationDataCollection () {\r
606                         Test<global::System.Diagnostics.CounterCreationDataCollection> ();\r
607                 }\r
608                 [Test]\r
609                 public void System_Diagnostics_EventLogPermissionAccess () {\r
610                         Test<global::System.Diagnostics.EventLogPermissionAccess> ();\r
611                 }\r
612                 [Test]\r
613                 public void System_Diagnostics_OverflowAction () {\r
614                         Test<global::System.Diagnostics.OverflowAction> ();\r
615                 }\r
616                 [Test]\r
617                 public void System_Diagnostics_PerformanceCounterCategoryType () {\r
618                         Test<global::System.Diagnostics.PerformanceCounterCategoryType> ();\r
619                 }\r
620                 [Test]\r
621                 public void System_Diagnostics_PerformanceCounterInstanceLifetime () {\r
622                         Test<global::System.Diagnostics.PerformanceCounterInstanceLifetime> ();\r
623                 }\r
624                 [Test]\r
625                 public void System_Diagnostics_PerformanceCounterPermissionAccess () {\r
626                         Test<global::System.Diagnostics.PerformanceCounterPermissionAccess> ();\r
627                 }\r
628                 [Test]\r
629                 public void System_Diagnostics_PerformanceCounterType () {\r
630                         Test<global::System.Diagnostics.PerformanceCounterType> ();\r
631                 }\r
632                 [Test]\r
633                 public void System_Diagnostics_ProcessWindowStyle () {\r
634                         Test<global::System.Diagnostics.ProcessWindowStyle> ();\r
635                 }\r
636                 [Test]\r
637                 public void System_Diagnostics_ThreadPriorityLevel () {\r
638                         Test<global::System.Diagnostics.ThreadPriorityLevel> ();\r
639                 }\r
640                 [Test]\r
641                 public void System_Diagnostics_ThreadState () {\r
642                         Test<global::System.Diagnostics.ThreadState> ();\r
643                 }\r
644                 [Test]\r
645                 public void System_Diagnostics_ThreadWaitReason () {\r
646                         Test<global::System.Diagnostics.ThreadWaitReason> ();\r
647                 }\r
648                 [Test]\r
649                 public void System_IO_Ports_Handshake () {\r
650                         Test<global::System.IO.Ports.Handshake> ();\r
651                 }\r
652                 [Test]\r
653                 public void System_IO_Ports_Parity () {\r
654                         Test<global::System.IO.Ports.Parity> ();\r
655                 }\r
656                 [Test]\r
657                 public void System_IO_Ports_StopBits () {\r
658                         Test<global::System.IO.Ports.StopBits> ();\r
659                 }\r
660         }\r
661 }\r