Home
last modified time | relevance | path

Searched refs:PerformConvertFromStringTest (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DTestPointConverter.cs331 PerformConvertFromStringTest (new CultureInfo ("en-US")); in ConvertFromString_string()
332 PerformConvertFromStringTest (new CultureInfo ("nl-BE")); in ConvertFromString_string()
333 PerformConvertFromStringTest (new MyCultureInfo ()); in ConvertFromString_string()
402 private void PerformConvertFromStringTest (CultureInfo culture) in PerformConvertFromStringTest() method in MonoTests.System.Drawing.PointConverterTest
H A DTestSizeConverter.cs336 PerformConvertFromStringTest (new CultureInfo ("en-US")); in ConvertFromString_string()
337 PerformConvertFromStringTest (new CultureInfo ("nl-BE")); in ConvertFromString_string()
338 PerformConvertFromStringTest (new MyCultureInfo ()); in ConvertFromString_string()
409 private void PerformConvertFromStringTest (CultureInfo culture) in PerformConvertFromStringTest() method in MonoTests.System.Drawing.SizeConverterTest
H A DTestSizeFConverter.cs339 PerformConvertFromStringTest (new CultureInfo ("en-US")); in ConvertFromString_string()
340 PerformConvertFromStringTest (new CultureInfo ("nl-BE")); in ConvertFromString_string()
341 PerformConvertFromStringTest (new MyCultureInfo ()); in ConvertFromString_string()
412 private void PerformConvertFromStringTest (CultureInfo culture) in PerformConvertFromStringTest() method in MonoTests.System.Drawing.SizeFConverterTest
H A DTestRectangleConverter.cs400 PerformConvertFromStringTest (new CultureInfo ("en-US")); in ConvertFromString_string()
401 PerformConvertFromStringTest (new CultureInfo ("nl-BE")); in ConvertFromString_string()
402 PerformConvertFromStringTest (new MyCultureInfo ()); in ConvertFromString_string()
472 private void PerformConvertFromStringTest (CultureInfo culture) in PerformConvertFromStringTest() method in MonoTests.System.Drawing.RectangleConverterTest