xamarin-macios/tests/monotouch-test/Foundation
Manuel de la Pena 3b47f94f94
[Tests] Remove not needed usings in the Foundation tests. (#13233)
2021-11-03 10:33:17 -04:00
..
AppleScript.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
ArrayTest.cs [tests] Update tests to make native type vs normal type comparison explicit (#9097) 2020-07-17 08:48:09 +02:00
AttributedStringTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
BlockOperationTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
BundleTest.cs [tests] Use the Does.[BeginWith|Contain|EndWith] constraints instead of the Is.[StringStarting|StringContaining|StringEnding] constraints. 2020-08-03 11:53:17 +02:00
CachedUrlResponseTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
CalendarTest.cs [monotouch-test] Use the same timezone for the calendar as we do for the time (UTC) in CalendarTest.DateComponentsTest. Fixes #xamarin/maccore@2481. (#12304) 2021-07-30 16:02:36 +02:00
CoderTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
CookieTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
DateFormatterTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
DateTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
DecimalNumberTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
DecimalTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
DictionaryContainerTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
DimensionTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
EncodingDetectionOptionsTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
FileCoordinatorTest.cs [tests] Use Assert.Throws instead of the ExpectedException attribute. (#9092) 2020-07-16 08:19:33 +02:00
FileHandleTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
FileManagerTest.cs [monotouch-test] Use unique file names to avoid issues when multiple proceseses of monotouch-test are running simultaneously. Fixes #xamarin/maccore@2461. (#12395) 2021-08-11 09:52:02 +02:00
FormatterTests.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
IndexPathTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
KeyedUnarchiverTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
LocaleTest.cs [dotnet] Globalization works for Mac Catalyst now. Fixes #11392. (#12247) 2021-07-28 09:12:22 +02:00
MutableAttributedStringTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
MutableDataTest.cs [tests] Use the Does.[BeginWith|Contain|EndWith] constraints instead of the Is.[StringStarting|StringContaining|StringEnding] constraints. 2020-08-03 11:53:17 +02:00
MutableStringTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
NSArray1Test.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSCharacterSetTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NSDataTest.cs [monotouch-test] Make it work with Mac Catalyst. 2021-01-15 17:52:28 +01:00
NSDateComponentsTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NSDictionary2Test.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSDictionaryTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSExpressionTest.cs [tests] Update a few TestCase attributes to be compatible with official NUnitLite. 2020-08-03 11:53:17 +02:00
NSFormatter.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSHostTest.cs [Foundation] Remove warning due to the Equals accepting a null value. (#12839) 2021-09-28 08:11:07 -04:00
NSIndexSet.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSInputStreamTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSKeyedUnarchiverTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSLayoutConstraint.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSLayoutConstraintTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSLinguisticAnalysisTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NSLocaleTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NSMetadataItem.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSMutableArray1Test.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSMutableDictionary2Test.cs [tests] Add debug spew to try to track down random test failure in NSMutableDictionary2Test.AddEntries. (#12711) 2021-09-13 17:13:40 +02:00
NSMutableDictionaryTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSMutableOrderedSet1Test.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSMutableOrderedSetTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSMutableSet1Test.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSMutableSetTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSObject.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSOrderedSet1Test.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSOrderedSetTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NSScriptCommandArgumentDescriptionTest.cs [tests] Merge apitest into xammac_tests. (#10276) 2020-12-18 11:45:06 +01:00
NSScriptCommandDescriptionDictionaryTest.cs [tests] Merge apitest into xammac_tests. (#10276) 2020-12-18 11:45:06 +01:00
NSScriptCommandDescriptionTest.cs [tests] Merge apitest into xammac_tests. (#10276) 2020-12-18 11:45:06 +01:00
NSSet1Test.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSSetTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSStreamTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NSString.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSStringTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NSThread.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
NSTimeZoneTest.cs [monotouch-test] No need to ignore NSTimeZoneTest.All_28300 anymore. (#12241) 2021-07-28 15:01:28 +02:00
NSUrlSessionConfiguration.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
NetServiceTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
NotificationCenter.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
NotificationQueueTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
NumberTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
ObjectTest.cs [runtime] Add support for toggle refs to CoreCLR. (#11757) 2021-06-02 00:13:49 +02:00
OperationQueueTest.cs [tests] Update tests to make native type vs normal type comparison explicit (#9097) 2020-07-17 08:48:09 +02:00
OutputStreamTest.cs [tests] Preserve all test fixtures. (#10870) 2021-03-16 15:15:30 +01:00
ProtocolAttributeTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
RegularExpressionTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
StringTest.cs [monotouch-test] Make it work with Mac Catalyst. 2021-01-15 17:52:28 +01:00
ThreadTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
TimerTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
UbiquitousKeyValueStoreTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
UrlConnectionTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
UrlCredentialTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
UrlProtectionSpaceTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
UrlProtocolTest.cs [tests] Skip a few networking tests on macOS 10.9. Fixes #xamarin/maccore@2221. (#9021) 2020-07-07 15:56:43 +02:00
UrlRequestTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
UrlSessionConfigurationTest.cs [tests] Update tests to make native type vs normal type comparison explicit (#9097) 2020-07-17 08:48:09 +02:00
UrlSessionTaskMetricsTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
UrlSessionTaskTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
UrlSessionTaskTransactionMetricsTest.cs [Tests] Remove not needed usings in the Foundation tests. (#13233) 2021-11-03 10:33:17 -04:00
UrlSessionTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
UrlTest.cs [monotouch-test] Use unique file names to avoid issues when multiple proceseses of monotouch-test are running simultaneously. Fixes #xamarin/maccore@2461. (#12395) 2021-08-11 09:52:02 +02:00
UserDefaultsTest.cs [tests] Update tests to make native type vs normal type comparison explicit (#9097) 2020-07-17 08:48:09 +02:00
UuidTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00
ZoneTest.cs [tests] Remove Classic code from all tests. (#8707) 2020-05-29 16:43:06 +02:00