// // DataContractSerializerTest_FrameworkTypes_System.cs // // Author: // Igor Zelmanovich // // Copyright (C) 2008 Mainsoft.co http://www.mainsoft.com // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // distribute, sublicense, and/or sell copies of the Software, and to // permit persons to whom the Software is furnished to do so, subject to // the following conditions: // // The above copyright notice and this permission notice shall be // included in all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // // // This test code contains tests for attributes in System.Runtime.Serialization // using System; using System.Collections.Generic; using System.Linq; using System.Text; using NUnit.Framework; using System.Reflection; using System.Globalization; using System.Runtime.Serialization; using System.IO; using System.Xml; namespace MonoTests.System.Runtime.Serialization { [TestFixture] [Category ("NotWorking")] public partial class DataContractSerializerTest_FrameworkTypes_System : DataContractSerializerTest_FrameworkTypes { [Test] public void System_Text_RegularExpressions_RegexOptions () { Test (); } [Test] public void System_ComponentModel_BindableSupport () { Test (); } [Test] public void System_ComponentModel_BindingDirection () { Test (); } [Test] public void System_ComponentModel_DataObjectMethodType () { Test (); } [Test] public void System_ComponentModel_DesignerSerializationVisibility () { Test (); } [Test] public void System_ComponentModel_EditorBrowsableState () { Test (); } [Test] public void System_ComponentModel_InvalidAsynchronousStateException () { Test (); } [Test] public void System_ComponentModel_InvalidEnumArgumentException () { Test (); } [Test] public void System_ComponentModel_LicenseUsageMode () { Test (); } [Test] public void System_ComponentModel_ListChangedType () { Test (); } [Test] public void System_ComponentModel_ListSortDirection () { Test (); } [Test] public void System_ComponentModel_MaskedTextResultHint () { Test (); } [Test] public void System_ComponentModel_ToolboxItemFilterType () { Test (); } [Test] public void System_ComponentModel_WarningException () { Test (); } [Test] public void System_ComponentModel_Win32Exception () { Test (); } [Test] public void System_ComponentModel_Design_CheckoutException () { Test (); } [Test] public void System_ComponentModel_Design_HelpContextType () { Test (); } [Test] public void System_ComponentModel_Design_HelpKeywordAttribute () { Test (); } [Test] public void System_ComponentModel_Design_HelpKeywordType () { Test (); } [Test] public void System_ComponentModel_PropertyTabScope () { Test (); } [Test] public void System_ComponentModel_RefreshProperties () { Test (); } [Test] [Category ("NotWorking")] public void System_ComponentModel_Design_SelectionTypes () { Test (); } [Test] public void System_ComponentModel_Design_ViewTechnology () { Test (); } [Test] public void System_Diagnostics_SourceLevels () { Test (); } [Test] public void System_Diagnostics_TraceLevel () { Test (); } [Test] public void System_Diagnostics_TraceOptions () { Test (); } [Test] public void System_IO_Compression_CompressionMode () { Test (); } [Test] public void System_IO_InvalidDataException () { Test (); } [Test] public void System_Threading_SemaphoreFullException () { Test (); } [Test] [Category ("NotWorking")] public void System_Media_SoundPlayer () { Test (); } [Test] [Category ("NotWorking")] public void System_Security_AccessControl_SemaphoreRights () { Test (); } [Test] public void System_Collections_Specialized_HybridDictionary () { Test (); } [Test] public void System_Collections_Specialized_ListDictionary () { Test (); } [Test] public void System_Collections_Specialized_OrderedDictionary () { Test (); } [Test] public void System_Collections_Specialized_StringCollection () { Test (); } [Test] public void System_Collections_Specialized_StringDictionary () { Test (); } [Test] [Category ("NotWorking")] public void System_Runtime_InteropServices_ComTypes_ADVF () { Test (); } [Test] [Category ("NotWorking")] public void System_Runtime_InteropServices_ComTypes_DVASPECT () { Test (); } [Test] public void System_Runtime_InteropServices_ComTypes_TYMED () { Test (); } [Test] public void System_Security_Permissions_StorePermissionFlags () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X500DistinguishedNameFlags () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509NameType () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509IncludeOption () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509FindType () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509CertificateCollection () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509ChainStatusFlags () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509RevocationMode () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509RevocationFlag () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509VerificationFlags () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509KeyUsageFlags () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_X509SubjectKeyIdentifierHashAlgorithm () { Test (); } [Test] public void System_Security_Cryptography_X509Certificates_OpenFlags () { Test (); } [Test] public void System_UriFormatException () { Test (); } [Test] public void System_UriHostNameType () { Test (); } [Test] public void System_UriPartial () { Test (); } [Test] public void System_UriKind () { Test (); } [Test] [Category ("NotWorking")] public void System_UriComponents () { Test (); } [Test] public void System_UriIdnScope () { Test (); } [Test] public void System_GenericUriParserOptions () { Test (); } [Test] public void System_Net_AuthenticationSchemes () { Test (); } //[Test] //[Category ("NotWorking")] //public void System_Net_Cookie () { // Test (); //} [Test] public void System_Net_CookieCollection () { Test (); } [Test] public void System_Net_CookieContainer () { Test (); } [Test] public void System_Net_CookieException () { Test (); } [Test] public void System_Net_FtpStatusCode () { Test (); } [Test] public void System_Net_HttpListenerException () { Test (); } [Test] public void System_Net_HttpRequestHeader () { Test (); } [Test] public void System_Net_HttpResponseHeader () { Test (); } [Test] public void System_Net_DecompressionMethods () { Test (); } [Test] [Category ("NotWorking")] public void System_Net_NetworkAccess () { Test (); } [Test] public void System_Net_ProtocolViolationException () { Test (); } [Test] [Category ("NotWorking")] public void System_Net_SecurityProtocolType () { Test (); } [Test] public void System_Net_Sockets_SocketException () { Test (); } [Test] public void System_Net_WebException () { Test (); } [Test] public void System_Net_WebExceptionStatus () { Test (); } [Test] public void System_Net_WebHeaderCollection () { Test (); } [Test] public void System_Net_WebPermission () { Test (); } [Test] [Category ("NotWorking")] public void System_Net_WebProxy () { Test (); } [Test] public void System_Net_Cache_RequestCacheLevel () { Test (); } [Test] public void System_Net_Cache_HttpRequestCacheLevel () { Test (); } [Test] public void System_Net_Cache_HttpCacheAgeControl () { Test (); } [Test] public void System_Security_Authentication_AuthenticationException () { Test (); } [Test] public void System_Security_Authentication_InvalidCredentialException () { Test (); } [Test] public void System_Net_Security_AuthenticationLevel () { Test (); } [Test] public void System_Net_Security_ProtectionLevel () { Test (); } [Test] public void System_Security_Authentication_SslProtocols () { Test (); } [Test] public void System_Security_Authentication_ExchangeAlgorithmType () { Test (); } [Test] public void System_Security_Authentication_CipherAlgorithmType () { Test (); } [Test] public void System_Security_Authentication_HashAlgorithmType () { Test (); } [Test] public void System_Net_Security_SslPolicyErrors () { Test (); } [Test] public void System_Net_Sockets_AddressFamily () { Test (); } [Test] public void System_Net_Sockets_ProtocolFamily () { Test (); } [Test] public void System_Net_Sockets_ProtocolType () { Test (); } [Test] public void System_Net_Sockets_SelectMode () { Test (); } [Test] [Category ("NotWorking")] public void System_Net_Sockets_SocketInformationOptions () { Test (); } [Test] [Category ("NotWorking")] public void System_Net_Sockets_SocketInformation () { Test (); } //[Test] //public void System_Net_Sockets_SocketAsyncOperation () { // Test (); //} [Test] public void System_Net_Sockets_SocketError () { Test (); } [Test] public void System_Net_Sockets_SocketFlags () { Test (); } [Test] public void System_Net_Sockets_SocketOptionLevel () { Test (); } [Test] public void System_Net_Sockets_SocketShutdown () { Test (); } [Test] public void System_Net_Sockets_TransmitFileOptions () { Test (); } [Test] public void System_Net_NetworkInformation_DuplicateAddressDetectionState () { Test (); } [Test] public void System_Net_NetworkInformation_IPStatus () { Test (); } [Test] public void System_Net_NetworkInformation_NetworkInformationException () { Test (); } [Test] public void System_Net_NetworkInformation_NetworkInformationAccess () { Test (); } [Test] public void System_Net_NetworkInformation_NetworkInterfaceComponent () { Test (); } [Test] public void System_Net_NetworkInformation_NetBiosNodeType () { Test (); } [Test] public void System_Net_NetworkInformation_PrefixOrigin () { Test (); } [Test] public void System_Net_NetworkInformation_SuffixOrigin () { Test (); } [Test] public void System_Net_NetworkInformation_TcpState () { Test (); } [Test] public void System_Net_Configuration_ProxyElement_BypassOnLocalValues () { Test (); } [Test] public void System_Net_Configuration_ProxyElement_UseSystemDefaultValues () { Test (); } [Test] public void System_Net_Configuration_ProxyElement_AutoDetectValues () { Test (); } [Test] public void System_Net_Mail_DeliveryNotificationOptions () { Test (); } [Test] public void System_Net_Mail_MailPriority () { Test (); } [Test] public void System_Net_Mail_SmtpDeliveryMethod () { Test (); } [Test] public void System_Net_Mail_SmtpException () { Test (); } [Test] public void System_Net_Mail_SmtpFailedRecipientException () { Test (); } [Test] public void System_Net_Mail_SmtpAccess () { Test (); } [Test] public void System_Net_Mime_TransferEncoding () { Test (); } [Test] public void System_Configuration_ConfigurationException () { Test (); } [Test] public void System_Configuration_SettingsAttributeDictionary () { Test (); } [Test] public void System_Configuration_SettingsManageability () { Test (); } [Test] public void System_Configuration_SpecialSetting () { Test (); } [Test] public void System_Configuration_SettingsContext () { Test (); } [Test] public void System_Configuration_SettingsPropertyIsReadOnlyException () { Test (); } [Test] public void System_Configuration_SettingsPropertyNotFoundException () { Test (); } [Test] public void System_Configuration_SettingsPropertyWrongTypeException () { Test (); } [Test] public void System_Configuration_SettingsSerializeAs () { Test (); } [Test] [Category ("NotWorking")] public void System_IO_NotifyFilters () { Test (); } [Test] public void System_IO_InternalBufferOverflowException () { Test (); } [Test] [Category ("NotWorking")] public void System_IO_WatcherChangeTypes () { Test (); } [Test] public void System_Security_Permissions_ResourcePermissionBaseEntry () { Test (); } [Test] public void System_Diagnostics_CounterCreationData () { Test (); } [Test] public void System_Diagnostics_CounterCreationDataCollection () { Test (); } [Test] public void System_Diagnostics_EventLogPermissionAccess () { Test (); } [Test] public void System_Diagnostics_OverflowAction () { Test (); } [Test] public void System_Diagnostics_PerformanceCounterCategoryType () { Test (); } [Test] public void System_Diagnostics_PerformanceCounterInstanceLifetime () { Test (); } [Test] public void System_Diagnostics_PerformanceCounterPermissionAccess () { Test (); } [Test] public void System_Diagnostics_PerformanceCounterType () { Test (); } [Test] public void System_Diagnostics_ProcessWindowStyle () { Test (); } [Test] public void System_Diagnostics_ThreadPriorityLevel () { Test (); } [Test] public void System_Diagnostics_ThreadState () { Test (); } [Test] public void System_Diagnostics_ThreadWaitReason () { Test (); } [Test] public void System_IO_Ports_Handshake () { Test (); } [Test] public void System_IO_Ports_Parity () { Test (); } [Test] public void System_IO_Ports_StopBits () { Test (); } } }