1320 references to Empty
Aspire.Dashboard.Tests (1)
Model\ResourceViewModelTests.cs (1)
56Assert.Empty(e.Name);
InMemory.FunctionalTests (3)
RequestTargetProcessingTests.cs (3)
102Assert.Empty(context.Request.Path.Value); 103Assert.Empty(context.Request.PathBase.Value); 104Assert.Empty(context.Request.QueryString.Value);
InteractiveHost.UnitTests (1)
InteractiveHostDesktopTests.cs (1)
967Assert.Empty(error);
Microsoft.AspNetCore.Antiforgery.Test (4)
DefaultAntiforgeryTokenGeneratorTest.cs (4)
70Assert.Empty(fieldToken.Username); 72Assert.Empty(fieldToken.AdditionalData); 135Assert.Empty(fieldToken.Username); 205Assert.Empty(fieldToken.AdditionalData);
Microsoft.AspNetCore.App.UnitTests (1)
SharedFxTests.cs (1)
123Assert.Empty(lib["sha512"].Value<string>());
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Buffering\BufferedTextWriterTest.cs (2)
25Assert.Empty(underlying.ToString()); 59Assert.Empty(underlying.FlushedOutput);
Microsoft.AspNetCore.Components.Web.Tests (2)
HtmlRendering\HtmlRendererTest.cs (2)
816Assert.Empty(first.ToHtmlString()); 829Assert.Empty(second.ToHtmlString());
Microsoft.AspNetCore.Diagnostics.HealthChecks.Tests (1)
HealthCheckMiddlewareTests.cs (1)
468Assert.Empty(response.Headers.Pragma.ToString());
Microsoft.AspNetCore.Diagnostics.Tests (2)
StatusCodeMiddlewareTest.cs (2)
314Assert.Empty(content); 352Assert.Empty(content);
Microsoft.AspNetCore.Http.Results.Tests (15)
ResultsTests.cs (2)
689Assert.Empty(result.Location); 726Assert.Empty(result.Location);
src\Shared\ResultsTests\FileContentResultTestBase.cs (3)
261Assert.Empty(body); 295Assert.Empty(body); 330Assert.Empty(body);
src\Shared\ResultsTests\FileStreamResultTestBase.cs (4)
251Assert.Empty(body); 287Assert.Empty(body); 324Assert.Empty(body); 367Assert.Empty(body);
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (3)
208Assert.Empty(body); 235Assert.Empty(body); 263Assert.Empty(body);
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (1)
250Assert.Empty(body);
TypedResultsTests.cs (2)
651Assert.Empty(result.Location); 679Assert.Empty(result.Location);
Microsoft.AspNetCore.Mvc.Abstractions.Test (4)
ModelBinding\ModelStateDictionaryTest.cs (1)
1201Assert.Empty(error.ErrorMessage);
ModelBinding\ValueProviderResultTest.cs (3)
21Assert.Empty((string)result); 36Assert.Empty((string)result); 52Assert.Empty((string)result);
Microsoft.AspNetCore.Mvc.Core.Test (20)
ControllerBaseTest.cs (2)
2616Assert.Empty(context.ModelName); 2710Assert.Empty(modelState.Key);
Controllers\ControllerBinderDelegateProviderTest.cs (1)
1243Assert.Empty(entry.Key);
Formatters\SystemTextJsonInputFormatterTest.cs (3)
105Assert.Empty(kvp.Key); 126Assert.Empty(kvp.Key); 181Assert.Empty(modelError.ErrorMessage);
ModelBinding\CompositeValueProviderTest.cs (1)
62Assert.Empty(entry.Key);
ModelBinding\ParameterBinderTest.cs (1)
635Assert.Empty(kvp.Key);
ModelBinding\Validation\DefaultObjectValidatorTests.cs (1)
1247Assert.Empty(kvp.Key);
src\Shared\ResultsTests\FileContentResultTestBase.cs (3)
261Assert.Empty(body); 295Assert.Empty(body); 330Assert.Empty(body);
src\Shared\ResultsTests\FileStreamResultTestBase.cs (4)
251Assert.Empty(body); 287Assert.Empty(body); 324Assert.Empty(body); 367Assert.Empty(body);
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (3)
208Assert.Empty(body); 235Assert.Empty(body); 263Assert.Empty(body);
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (1)
250Assert.Empty(body);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
DataAnnotationsModelValidatorTest.cs (3)
179Assert.Empty(validationResult.MemberName); 234Assert.Empty(validationResult.MemberName); 391Assert.Empty(validationResult.MemberName);
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (2)
ProblemDetailsWrapperTest.cs (1)
41Assert.Empty(kvp.Key);
ValidationProblemDetailsWrapperTest.cs (1)
58Assert.Empty(kvp.Key);
Microsoft.AspNetCore.Mvc.FunctionalTests (27)
BasicTests.cs (2)
166Assert.Empty(await response.Content.ReadAsStringAsync()); 661Assert.Empty(kvp.Key);
CorsTestsBase.cs (6)
215Assert.Empty(content); 290Assert.Empty(content); 322Assert.Empty(content); 357Assert.Empty(content); 385Assert.Empty(content); 408Assert.Empty(content);
FileResultTests.cs (5)
113Assert.Empty(body); 177Assert.Empty(body); 400Assert.Empty(body); 604Assert.Empty(body); 885Assert.Empty(body);
HtmlGenerationTest.cs (2)
728Assert.Empty(banner.TextContent); 756Assert.Empty(content.TextContent);
InputFormatterTests.cs (2)
195Assert.Empty(kvp.Key); 213Assert.Empty(kvp.Key);
InputObjectValidationTests.cs (2)
306Assert.Empty(error.Key); 367Assert.Empty(error.Key);
NonNullableReferenceTypesTest.cs (2)
47Assert.Empty(li.TextContent); 89Assert.Empty(li.TextContent);
OutputFormatterTest.cs (3)
78Assert.Empty(body); 96Assert.Empty(body); 116Assert.Empty(body);
RazorPagesTest.cs (1)
1464Assert.Empty(content.Trim());
ReadFromDisconnectedClientTest.cs (1)
68Assert.Empty(error.Key);
TempDataPropertyTest.cs (1)
157Assert.Empty(body);
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BodyValidationIntegrationTests.cs (1)
595Assert.Empty(error.ErrorMessage);
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
NewtonsoftJsonInputFormatterTest.cs (1)
307Assert.Empty(modelError.ErrorMessage);
Microsoft.AspNetCore.Mvc.Razor.Test (3)
RazorPageCreateModelExpressionTest.cs (2)
39Assert.Empty(modelExpression.Name); 64Assert.Empty(modelExpression.Name);
RazorPageTest.cs (1)
1314Assert.Empty(defaultWriter.ToString());
Microsoft.AspNetCore.Mvc.RazorPages.Test (9)
DependencyInjection\PageConventionCollectionExtensionsTest.cs (6)
485Assert.Empty(authorizeAttribute.Policy); 512Assert.Empty(authorizeAttribute.Policy); 729Assert.Empty(authorizeData.Policy); 736Assert.Empty(authorizeData.Policy); 768Assert.Empty(authorizeData.Policy); 775Assert.Empty(authorizeData.Policy);
Infrastructure\PageBinderFactoryTest.cs (1)
748Assert.Empty(entry.Key);
PageModelTest.cs (1)
1775Assert.Empty(modelState.Key);
PageTest.cs (1)
1853Assert.Empty(modelState.Key);
Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests (1)
VirtualPathDataTests.cs (1)
59Assert.Empty(pathData.VirtualPath);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (138)
AnchorTagHelperTest.cs (5)
134Assert.Empty(output.Content.GetContent()); 186Assert.Empty(output.Content.GetContent()); 244Assert.Empty(output.Content.GetContent()); 303Assert.Empty(output.Content.GetContent()); 361Assert.Empty(output.Content.GetContent());
CacheTagHelperTest.cs (43)
83Assert.Empty(tagHelperOutput.PreContent.GetContent()); 84Assert.Empty(tagHelperOutput.PostContent.GetContent()); 112Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 113Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 134Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 135Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 162Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 163Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 184Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 185Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 245Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 246Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 347Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 348Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 369Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 370Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 400Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 401Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 422Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 423Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 453Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 454Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 475Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 476Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 609Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 610Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 614Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 615Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 692Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 693Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 695Assert.Empty(tagHelperOutput1.Content.GetContent()); 697Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 698Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 756Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 757Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 759Assert.Empty(tagHelperOutput1.Content.GetContent()); 768Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 769Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 771Assert.Empty(tagHelperOutput2.Content.GetContent()); 780Assert.Empty(tagHelperOutput3.PreContent.GetContent()); 781Assert.Empty(tagHelperOutput3.PostContent.GetContent()); 792Assert.Empty(tagHelperOutput4.PreContent.GetContent()); 793Assert.Empty(tagHelperOutput4.PostContent.GetContent());
DistributedCacheTagHelperTest.cs (31)
106Assert.Empty(tagHelperOutput.PreContent.GetContent()); 107Assert.Empty(tagHelperOutput.PostContent.GetContent()); 155Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 156Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 180Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 181Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 214Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 215Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 238Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 239Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 377Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 378Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 401Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 402Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 439Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 440Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 463Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 464Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 501Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 502Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 525Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 526Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 612Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 613Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 617Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 618Assert.Empty(tagHelperOutput2.PostContent.GetContent()); 704Assert.Empty(tagHelperOutput1.PreContent.GetContent()); 705Assert.Empty(tagHelperOutput1.PostContent.GetContent()); 707Assert.Empty(tagHelperOutput1.Content.GetContent()); 709Assert.Empty(tagHelperOutput2.PreContent.GetContent()); 710Assert.Empty(tagHelperOutput2.PostContent.GetContent());
EnvironmentTagHelperTest.cs (4)
147Assert.Empty(output.PreContent.GetContent()); 149Assert.Empty(output.PostContent.GetContent()); 180Assert.Empty(output.PreContent.GetContent()); 182Assert.Empty(output.PostContent.GetContent());
FormActionTagHelperTest.cs (4)
251Assert.Empty(output.Content.GetContent()); 309Assert.Empty(output.Content.GetContent()); 382Assert.Empty(output.Content.GetContent()); 435Assert.Empty(output.Content.GetContent());
FormTagHelperTest.cs (31)
119Assert.Empty(output.PreContent.GetContent()); 173Assert.Empty(output.PreContent.GetContent()); 229Assert.Empty(output.PreElement.GetContent()); 230Assert.Empty(output.PreContent.GetContent()); 231Assert.Empty(output.Content.GetContent()); 233Assert.Empty(output.PostElement.GetContent()); 287Assert.Empty(output.PreElement.GetContent()); 288Assert.Empty(output.PreContent.GetContent()); 289Assert.Empty(output.Content.GetContent()); 291Assert.Empty(output.PostElement.GetContent()); 363Assert.Empty(output.PreContent.GetContent()); 427Assert.Empty(output.PreContent.GetContent()); 498Assert.Empty(output.PreContent.GetContent()); 500Assert.Empty(output.PostContent.GetContent()); 550Assert.Empty(output.PreElement.GetContent()); 551Assert.Empty(output.PreContent.GetContent()); 553Assert.Empty(output.PostContent.GetContent()); 674Assert.Empty(output.PreElement.GetContent()); 675Assert.Empty(output.PreContent.GetContent()); 677Assert.Empty(output.PostContent.GetContent()); 731Assert.Empty(output.PreElement.GetContent()); 732Assert.Empty(output.PreContent.GetContent()); 734Assert.Empty(output.PostContent.GetContent()); 789Assert.Empty(output.PreElement.GetContent()); 790Assert.Empty(output.PreContent.GetContent()); 792Assert.Empty(output.PostContent.GetContent()); 843Assert.Empty(output.PreElement.GetContent()); 844Assert.Empty(output.PreContent.GetContent()); 846Assert.Empty(output.PostContent.GetContent()); 847Assert.Empty(output.PostElement.GetContent()); 1001Assert.Empty(output.PreContent.GetContent());
InputTagHelperTest.cs (14)
758Assert.Empty(output.PreContent.GetContent()); 759Assert.Empty(output.Content.GetContent()); 760Assert.Empty(output.PostContent.GetContent()); 829Assert.Empty(output.PreContent.GetContent()); 830Assert.Empty(output.Content.GetContent()); 831Assert.Empty(output.PostContent.GetContent()); 1810Assert.Empty(output.PreContent.GetContent()); 1812Assert.Empty(output.PostContent.GetContent()); 1879Assert.Empty(output.PreContent.GetContent()); 1881Assert.Empty(output.PostContent.GetContent()); 1948Assert.Empty(output.PreContent.GetContent()); 1950Assert.Empty(output.PostContent.GetContent()); 2042Assert.Empty(output.PreContent.GetContent()); 2044Assert.Empty(output.PostContent.GetContent());
PartialTagHelperTest.cs (1)
643Assert.Empty(content);
PersistComponentStateTagHelperTest.cs (3)
50Assert.Empty(content); 72Assert.Empty(content); 184Assert.Empty(content);
ValidationSummaryTagHelperTest.cs (2)
132Assert.Empty(HtmlContentUtilities.HtmlContentToString(output)); 200Assert.Empty(HtmlContentUtilities.HtmlContentToString(output));
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (32)
Buffers\PagedBufferedTextWriterTest.cs (2)
57Assert.Empty(inner.ToString()); 154Assert.Empty(inner.ToString());
DefaultDisplayTemplatesTest.cs (1)
251Assert.Empty(HtmlContentUtilities.HtmlContentToString(result));
Rendering\HtmlHelperDisplayNameExtensionsTest.cs (5)
29Assert.Empty(displayNameResult); 30Assert.Empty(displayNameNullResult); 31Assert.Empty(displayNameForResult); 32Assert.Empty(displayNameForEnumerableModelResult); 33Assert.Empty(displayNameForModelResult);
Rendering\HtmlHelperDisplayTextTest.cs (3)
25Assert.Empty(result); 38Assert.Empty(result); 106Assert.Empty(result);
Rendering\HtmlHelperLabelExtensionsTest.cs (8)
28Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelResult)); 29Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelNullResult)); 30Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelForResult)); 31Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelForModelResult)); 168Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelResult)); 169Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelNullResult)); 170Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelForResult)); 171Assert.Empty(HtmlContentUtilities.HtmlContentToString(labelForModelResult));
Rendering\HtmlHelperNameExtensionsTest.cs (10)
55Assert.Empty(idResult); 56Assert.Empty(idNullResult); 57Assert.Empty(idForResult); 58Assert.Empty(idForModelResult); 59Assert.Empty(nameResult); 60Assert.Empty(nameNullResult); 61Assert.Empty(nameForResult); 62Assert.Empty(nameForModelResult); 243Assert.Empty(idResult); 244Assert.Empty(nameResult);
Rendering\HtmlHelperValueTest.cs (2)
114Assert.Empty(html); 129Assert.Empty(html);
ViewDataDictionaryTest.cs (1)
727Assert.Empty(formattedValue);
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentService\OpenApiDocumentServiceTests.Responses.cs (2)
231Assert.Empty(response.Value.Description); 265Assert.Empty(defaultResponse.Description);
Microsoft.AspNetCore.OutputCaching.Tests (6)
OutputCacheKeyProviderTests.cs (6)
290Assert.Empty(cacheKey); 315Assert.Empty(cacheKey); 329Assert.Empty(cacheKey); 356Assert.Empty(cacheKey); 369Assert.Empty(cacheKey); 396Assert.Empty(cacheKey);
Microsoft.AspNetCore.Razor.Test (10)
TagHelpers\TagHelperOutputTest.cs (10)
334Assert.Empty(tagHelperOutput.PreElement.GetContent(new HtmlTestEncoder())); 336Assert.Empty(tagHelperOutput.PreContent.GetContent(new HtmlTestEncoder())); 338Assert.Empty(tagHelperOutput.Content.GetContent(new HtmlTestEncoder())); 340Assert.Empty(tagHelperOutput.PostContent.GetContent(new HtmlTestEncoder())); 342Assert.Empty(tagHelperOutput.PostElement.GetContent(new HtmlTestEncoder())); 366Assert.Empty(tagHelperOutput.PreElement.GetContent(new HtmlTestEncoder())); 368Assert.Empty(tagHelperOutput.PreContent.GetContent(new HtmlTestEncoder())); 370Assert.Empty(tagHelperOutput.Content.GetContent(new HtmlTestEncoder())); 372Assert.Empty(tagHelperOutput.PostContent.GetContent(new HtmlTestEncoder())); 374Assert.Empty(tagHelperOutput.PostElement.GetContent(new HtmlTestEncoder()));
Microsoft.AspNetCore.Routing.Tests (7)
InlineRouteParameterParserTests.cs (7)
49Assert.Empty(constraint.Constraint); 62Assert.Empty(constraint.Constraint); 203constraint => Assert.Empty(constraint.Constraint), 205constraint => Assert.Empty(constraint.Constraint), 252constraint => Assert.Empty(constraint.Constraint), 447constraint => Assert.Empty(constraint.Constraint), 462constraint => Assert.Empty(constraint.Constraint));
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpRequestHeadersTests.cs (1)
692Assert.Empty(parsedAcceptHeaderValue);
Microsoft.Build.Tasks.UnitTests (49)
GetSDKReference_Tests.cs (18)
451Assert.Empty(t.References[4].GetMetadata("WinMDFileType")); 469Assert.Empty(t.CopyLocalFiles[5].GetMetadata("WinMDFileType")); 581Assert.Empty(t.References[4].GetMetadata("WinMDFileType")); 695Assert.Empty(t.References[4].GetMetadata("WinMDFileType")); 734Assert.Empty(t.References[0].GetMetadata("WinMDFileType")); 741Assert.Empty(t.References[4].GetMetadata("WinMDFileType")); 830Assert.Empty(t.References[0].GetMetadata("ReferenceGroupingDisplayName")); 839Assert.Empty(t.References[4].GetMetadata("WinMDFileType")); 891Assert.Empty(t.References[4].GetMetadata("WinMDFileType")); 969Assert.Empty(t.RedistFiles[0].GetMetadata("Root")); 975Assert.Empty(t.RedistFiles[1].GetMetadata("Root")); 987Assert.Empty(t.RedistFiles[3].GetMetadata("Root")); 993Assert.Empty(t.RedistFiles[4].GetMetadata("Root")); 1375Assert.Empty(t.RedistFiles[0].GetMetadata("Root")); 1381Assert.Empty(t.RedistFiles[1].GetMetadata("Root")); 1387Assert.Empty(t.RedistFiles[2].GetMetadata("Root")); 1405Assert.Empty(t.RedistFiles[5].GetMetadata("Root")); 1411Assert.Empty(t.RedistFiles[6].GetMetadata("Root"));
NuGetPropsImportTests.cs (1)
82Assert.Empty(project.GetPropertyValue("NuGetPropsIsImported"));
ResolveSDKReference_Tests.cs (30)
1097Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1098Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("PlatformIdentity")); 1099Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1135Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1136Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1176Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1177Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1214Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1215Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1253Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1254Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1287Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1288Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1358Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1359Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1360Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("SDKType")); 1361Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("DisplayName")); 1760Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 1761Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation")); 1762Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("SDKType")); 1763Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("SupportedArchitectures")); 1764Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("ProductFamilyName")); 1765Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("DisplayName")); 1766Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("ArchitectureForRuntime")); 1767Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("MaxPlatformVersion")); 1768Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("MaxOSVersionTested")); 1769Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("MinOSVersion")); 1771Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("CopyRedistToSubDirectory")); 2073Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("FrameworkIdentity")); 2074Assert.Empty(t.ResolvedSDKReferences[0].GetMetadata("AppXLocation"));
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (6)
CommandLineTests.cs (6)
5888Assert.Empty(outWriter.ToString()); 9547Assert.Empty(outWriter.ToString()); 13739Assert.Empty(output); 13778Assert.Empty(output); 13957Assert.Empty(output); 14882Assert.Empty(output);
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (2)
EmbeddedLanguages\Json\CSharpJsonParserTests_NstTests.cs (2)
30Assert.Empty(strictDiagnostics); 37Assert.Empty(strictDiagnostics);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
CodeRefactorings\CodeRefactoringServiceTest.cs (2)
182Assert.Empty(txtAdditionalDocument.GetTextSynchronously(CancellationToken.None).ToString()); 221Assert.Empty(editorConfig.GetTextSynchronously(CancellationToken.None).ToString());
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Miscellaneous\LspMiscellaneousFilesWorkspaceTests.cs (1)
73Assert.Empty(miscWorkspaceText.ToString());
Microsoft.CodeAnalysis.Rebuild.UnitTests (1)
DeterministicKeyBuilderTests.cs (1)
97Assert.Empty(writer.GetStringBuilder().ToString());
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
CommandLineTests.vb (2)
10162Assert.Empty(output) 10201Assert.Empty(output)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
991Assert.Empty(text.ToString());
Microsoft.DotNet.XUnitAssert.Tests (3)
StringAssertsTests.cs (3)
403 Assert.Throws<ArgumentNullException>("value", () => Assert.Empty(default(string)!)); 409 Assert.Empty(""); 415 var ex = Record.Exception(() => Assert.Empty("Foo"));
Microsoft.Extensions.AI.Abstractions.Tests (1)
Functions\AIFunctionMetadataTests.cs (1)
25Assert.Empty(f.Description);
Microsoft.Extensions.AI.Tests (2)
Functions\AIFunctionFactoryTest.cs (2)
137Assert.Empty(func.Metadata.Description); 143Assert.Empty(func.Metadata.Description);
Microsoft.Extensions.ApiDescription.Client.Tests (18)
TargetTest.cs (18)
79Assert.Empty(process.Error); 101Assert.Empty(process.Error); 122Assert.Empty(process.Error); 148Assert.Empty(process.Error); 175Assert.Empty(process.Error); 200Assert.Empty(process.Error); 225Assert.Empty(process.Error); 250Assert.Empty(process.Error); 277Assert.Empty(process.Error); 302Assert.Empty(process.Error); 327Assert.Empty(process.Error); 352Assert.Empty(process.Error); 378Assert.Empty(process.Error); 419Assert.Empty(process.Error); 453Assert.Empty(firstProcess.Error); 460Assert.Empty(secondProcess.Error); 468Assert.Empty(thirdProcess.Error); 488Assert.Empty(process.Error);
Microsoft.Extensions.Compliance.Abstractions.Tests (1)
Redaction\RedactionAbstractionsExtensionsTest.cs (1)
44Assert.Empty(sb.ToString());
Microsoft.Extensions.Compliance.Redaction.Tests (1)
ErasingRedactorTests.cs (1)
58Assert.Empty(e);
Microsoft.Extensions.Telemetry.Tests (1)
Latency\Internal\LatencyContextTests.cs (1)
178Assert.Empty(tags[0].Value);
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
526Assert.Empty(latestRecord.Message);
Microsoft.Gen.Logging.Unit.Tests (9)
EmitterUtilsTests.cs (1)
45Assert.Empty(Emitter.GetLoggerMethodLogLevel(lm));
LoggingMethodParameterTests.cs (2)
17Assert.Empty(instance.ParameterName); 18Assert.Empty(instance.Type);
LoggingMethodTests.cs (3)
15Assert.Empty(instance.Name); 16Assert.Empty(instance.Message); 17Assert.Empty(instance.Modifiers);
LoggingTypeTests.cs (3)
15Assert.Empty(instance.Name); 16Assert.Empty(instance.Namespace); 17Assert.Empty(instance.Keyword);
Microsoft.Gen.Metrics.Unit.Tests (14)
MetricMethodTests.cs (4)
15Assert.Empty(instance.Modifiers); 16Assert.Empty(instance.MetricTypeModifiers); 17Assert.Empty(instance.MetricTypeName); 18Assert.Empty(instance.GenericType);
MetricParameterTests.cs (2)
15Assert.Empty(instance.Name); 16Assert.Empty(instance.Type);
MetricTypeTests.cs (5)
15Assert.Empty(instance.Name); 16Assert.Empty(instance.Namespace); 17Assert.Empty(instance.Constraints); 18Assert.Empty(instance.Modifiers); 19Assert.Empty(instance.Keyword);
StrongTypeConfigTests.cs (3)
15Assert.Empty(instance.Name); 16Assert.Empty(instance.Path); 17Assert.Empty(instance.TagName);
Microsoft.JSInterop.Tests (1)
Infrastructure\DotNetDispatcherTest.cs (1)
313Assert.Empty(ex.Message);
ServerComparison.FunctionalTests (1)
HelloWorldTest.cs (1)
158Assert.Empty(body);
System.Drawing.Common.Tests (3)
System\Drawing\FontTests.cs (1)
872Assert.Empty(font.SystemFontName);
System\Drawing\Printing\PaperSizeTests.cs (1)
39Assert.Empty(size.PaperName);
System\Drawing\Printing\PaperSourceTests.cs (1)
39Assert.Empty(source.SourceName);
System.Windows.Forms.Design.Tests (35)
System\ComponentModel\Design\ByteViewerTests.cs (1)
119Assert.Empty(control.Text);
System\ComponentModel\Design\ComponentDesignerTests.cs (4)
849Assert.Empty(component2.StringProperty); 870Assert.Empty(component2.StringProperty); 1078Assert.Empty(component2.StringProperty); 1102Assert.Empty(component2.StringProperty);
System\ComponentModel\Design\DesignerActionListTests.cs (8)
87Assert.Empty(item3.Description); 88Assert.Empty(item3.Category); 93Assert.Empty(item4.Description); 94Assert.Empty(item4.Category); 111Assert.Empty(item7.Description); 112Assert.Empty(item7.Category); 117Assert.Empty(item8.Description); 118Assert.Empty(item8.Category);
System\ComponentModel\Design\DesignerActionServiceTests.cs (1)
510Assert.Empty(actionItem.DisplayName);
System\ComponentModel\Design\DesignerHostTests.cs (10)
364Assert.Empty(component3.Site.Name); 375Assert.Empty(component4.Site.Name); 430Assert.Empty(component.Site.Name); 437Assert.Empty(component.Site.Name); 500Assert.Empty(component.Site.Name); 507Assert.Empty(component.Site.Name); 598Assert.Empty(component.Site.Name); 603Assert.Empty(component.Site.Name); 1716Assert.Empty(component.Site.Name); 2691Assert.Empty(component.Site.Name);
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
268Assert.Empty(component3.Site.Name);
System\Drawing\Design\ToolboxItemTests.cs (6)
25Assert.Empty(item.DisplayName); 35Assert.Empty(item.TypeName); 36Assert.Empty(item.Version); 58Assert.Empty(item.Version); 77Assert.Empty(item.Version); 1401Assert.Empty(item.Description);
System\Windows\Forms\Design\FolderNameEditorTests.cs (2)
48Assert.Empty(browser.DirectoryPath); 49Assert.Empty(browser.Description);
System\Windows\Forms\Design\WindowsFormsDesignerOptionServiceTests.cs (2)
32Assert.Empty(service.Options.Name); 44Assert.Empty(service.Options.Name);
System.Windows.Forms.Primitives.Tests (4)
System\Windows\Forms\FileDialogCustomPlacesCollectionTests.cs (1)
52Assert.Empty(place.Path);
System\Windows\Forms\FileDialogCustomPlaceTests.cs (3)
44Assert.Empty(place.Path); 56Assert.Empty(place.Path); 61Assert.Empty(place.Path);
System.Windows.Forms.Tests (862)
SerializableTypesTests.cs (1)
185Assert.Empty(result.ImageKey);
System\Windows\Forms\AccessibleObjects\AccessibleObjectTests.cs (14)
30Assert.Empty(accessibleObject.Value); 56Assert.Empty(accessibleObject.Value); 60Assert.Empty(accessibleObject.Value); 625Assert.Empty(accessibleObject.Value); 691Assert.Empty(accessibleObject.Value); 710Assert.Empty(accessibleObject.Value); 769Assert.Empty(accessibleObject.Value); 2537Assert.Empty(iAccessible.get_accValue(varChild)); 2538Assert.Empty(accessibleObject.Value); 2569Assert.Empty(iAccessible.get_accValue(varChild)); 2570Assert.Empty(childAccessibleObject1.Value); 2571Assert.Empty(childAccessibleObject2.Value); 2603Assert.Empty(childAccessibleObject1.Value); 2604Assert.Empty(childAccessibleObject2.Value);
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (2)
320Assert.Empty(comboBox.AccessibilityObject.DefaultAction); 331Assert.Empty(comboBox.AccessibilityObject.DefaultAction);
System\Windows\Forms\AccessibleObjects\Control.ControlAccessibleObjectTests.cs (2)
740Assert.Empty(ownerControl.Name); 746Assert.Empty(ownerControl.Name);
System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs (2)
30Assert.Empty(((BSTR)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree()); 36Assert.Empty(((BSTR)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree());
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarCellAccessibleObjectTests.cs (1)
132Assert.Empty(cellAccessibleObject.Name);
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarDayOfWeekCellAccessibleObjectTests.cs (1)
47Assert.Empty(cellAccessibleObject.DefaultAction);
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarWeekNumberCellAccessibleObjectTests.cs (1)
39Assert.Empty(cellAccessibleObject.DefaultAction);
System\Windows\Forms\AccessibleObjects\TextBoxBaseAccessibleObjectTests.cs (1)
85Assert.Empty(accessibleObject.Name);
System\Windows\Forms\AccessibleObjects\ToolStripItemAccessibleObjectTests.cs (1)
29Assert.Empty(accessibleObject.KeyboardShortcut);
System\Windows\Forms\AccessibleObjects\TreeViewLabelEditAccessibleObjectTests.cs (2)
29Assert.Empty(((BSTR)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_AccessKeyPropertyId)).ToStringAndFree()); 35Assert.Empty(((BSTR)accessibilityObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_HelpTextPropertyId)).ToStringAndFree());
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (10)
27Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 43Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 59Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 75Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 91Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 211Assert.Empty(property.Description); 505Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 573Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 790Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description); 855Assert.Empty(Assert.IsType<DescriptionAttribute>(property.Attributes[typeof(DescriptionAttribute)]).Description);
System\Windows\Forms\AxHostTests.cs (2)
109Assert.Empty(control.Text); 203Assert.Empty(control.Text);
System\Windows\Forms\BindingCompleteEventArgsTests.cs (1)
23Assert.Empty(e.ErrorText);
System\Windows\Forms\BindingMemberInfoTests.cs (3)
13Assert.Empty(info.BindingPath); 14Assert.Empty(info.BindingField); 15Assert.Empty(info.BindingMember);
System\Windows\Forms\BindingSourceTests.cs (2)
31Assert.Empty(source.DataMember); 494Assert.Empty(source.DataMember);
System\Windows\Forms\BindingTests.cs (5)
34Assert.Empty(binding.FormatString); 63Assert.Empty(binding.FormatString); 92Assert.Empty(binding.FormatString); 121Assert.Empty(binding.FormatString); 577Assert.Empty(e.ErrorText);
System\Windows\Forms\ButtonBaseTests.cs (17)
76Assert.Empty(control.ImageKey); 110Assert.Empty(control.Text); 1426Assert.Empty(control.ImageKey); 1434Assert.Empty(control.ImageKey); 1475Assert.Empty(control.ImageKey); 1484Assert.Empty(control.ImageKey); 2064Assert.Empty(control.ImageKey); 2070Assert.Empty(control.ImageKey); 2085Assert.Empty(control.ImageKey); 2092Assert.Empty(control.ImageKey); 2134Assert.Empty(control.ImageKey); 2140Assert.Empty(control.ImageKey); 2163Assert.Empty(control.ImageKey); 2169Assert.Empty(control.ImageKey); 2190Assert.Empty(control.ImageKey); 2199Assert.Empty(control.ImageKey); 3250Assert.Empty(control.Text);
System\Windows\Forms\ButtonTests.cs (3)
79Assert.Empty(control.ImageKey); 108Assert.Empty(control.Text); 985Assert.Empty(control.Text);
System\Windows\Forms\CheckBoxTests.cs (2)
80Assert.Empty(control.ImageKey); 110Assert.Empty(control.Text);
System\Windows\Forms\ColumnHeaderTests.cs (26)
27Assert.Empty(header.Name); 53Assert.Empty(header.Name); 77Assert.Empty(header.Name); 289Assert.Empty(header.ImageKey); 294Assert.Empty(header.ImageKey); 329Assert.Empty(header.ImageKey); 335Assert.Empty(header.ImageKey); 355Assert.Empty(header.ImageKey); 361Assert.Empty(header.ImageKey); 386Assert.Empty(header.ImageKey); 392Assert.Empty(header.ImageKey); 415Assert.Empty(header.ImageKey); 424Assert.Empty(header.ImageKey); 864Assert.Empty(header.Name); 869Assert.Empty(header.Name); 891Assert.Empty(header.Name); 896Assert.Empty(header.Name); 1060Assert.Empty(header.Text); 1065Assert.Empty(header.Text); 1074Assert.Empty(header.Text); 1087Assert.Empty(header.Text); 1092Assert.Empty(header.Text); 1101Assert.Empty(header.Text); 1481Assert.Empty(header.Name); 1520Assert.Empty(header.Name); 1560Assert.Empty(header.Name);
System\Windows\Forms\ComboBoxTests.cs (11)
65Assert.Empty(control.DisplayMember); 83Assert.Empty(control.FormatString); 124Assert.Empty(control.Text); 128Assert.Empty(control.ValueMember); 639Assert.Empty(control.DisplayMember); 646Assert.Empty(control.DisplayMember); 1371Assert.Empty(control.SelectedText); 1375Assert.Empty(control.SelectedText); 1385Assert.Empty(control.SelectedText); 1389Assert.Empty(control.SelectedText); 2274Assert.Empty(comboBox.Text);
System\Windows\Forms\ContainerControlTests.cs (1)
113Assert.Empty(control.Text);
System\Windows\Forms\ControlBindingsCollectionTests.cs (4)
134Assert.Empty(binding.FormatString); 151Assert.Empty(binding.FormatString); 168Assert.Empty(binding.FormatString); 185Assert.Empty(binding.FormatString);
System\Windows\Forms\ControlTests.cs (1)
91Assert.Empty(control.Text);
System\Windows\Forms\ControlTests.Handlers.cs (2)
4757Assert.Empty(control.Text); 4764Assert.Empty(control.Text);
System\Windows\Forms\ControlTests.Methods.cs (7)
4981Assert.Empty(control.Text); 4983Assert.Empty(control.Text); 5255Assert.Empty(control.Text); 5257Assert.Empty(control.Text); 6556Assert.Empty(control.Text); 6561Assert.Empty(control.Text); 6565Assert.Empty(control.Text);
System\Windows\Forms\ControlTests.Properties.cs (7)
12030Assert.Empty(control.Text); 12049Assert.Empty(control.Text); 12054Assert.Empty(control.Text); 12063Assert.Empty(control.Text); 12076Assert.Empty(control.Text); 12081Assert.Empty(control.Text); 12090Assert.Empty(control.Text);
System\Windows\Forms\DataGridViewCellStyleTests.cs (4)
23Assert.Empty(style.Format); 90Assert.Empty(style.Format); 759Assert.Empty(style.Format); 826Assert.Empty(style.Format);
System\Windows\Forms\DataGridViewCellTests.cs (17)
28Assert.Empty(cell.ErrorText); 47Assert.Empty(cell.ToolTipText); 645Assert.Empty((string)cell.EditedFormattedValue); 737Assert.Empty(cell.ErrorText); 746Assert.Empty(cell.ErrorText); 760Assert.Empty(cell.ErrorText); 774Assert.Empty(cell.ErrorText); 1231Assert.Empty(cell.ErrorText); 1293Assert.Empty((string)cell.FormattedValue); 2534Assert.Empty(cell.ToolTipText); 2543Assert.Empty(cell.ToolTipText); 2557Assert.Empty(cell.ToolTipText); 2571Assert.Empty(cell.ToolTipText); 3380Assert.Empty(cell.ErrorText); 3393Assert.Empty(cell.ToolTipText); 3746Assert.Empty((string)cell.GetEditedFormattedValue(0, context)); 3781Assert.Empty((string)cell.GetEditedFormattedValue(0, context));
System\Windows\Forms\DataGridViewColumnTests.cs (11)
19Assert.Empty(column.DataPropertyName); 33Assert.Empty(column.HeaderText); 40Assert.Empty(column.Name); 48Assert.Empty(column.ToolTipText); 70Assert.Empty(column.DataPropertyName); 80Assert.Empty(column.HeaderText); 87Assert.Empty(column.Name); 95Assert.Empty(column.ToolTipText); 726Assert.Empty(column.DataPropertyName); 1353Assert.Empty(column.HeaderText); 1365Assert.Empty(column.HeaderText);
System\Windows\Forms\DataGridViewHeaderCellTests.cs (8)
26Assert.Empty(cell.ErrorText); 45Assert.Empty(cell.ToolTipText); 2085Assert.Empty(cell.ErrorText); 2098Assert.Empty(cell.ToolTipText); 2171Assert.Empty(cell.ErrorText); 2184Assert.Empty(cell.ToolTipText); 3423Assert.Empty((string)cell.GetValue(-1)); 3520Assert.Empty((string)cell.GetValue(-1));
System\Windows\Forms\DataGridViewRowTests.cs (7)
26Assert.Empty(row.ErrorText); 898Assert.Empty(row.ErrorText); 1085Assert.Empty(row.ErrorText); 3909Assert.Empty(row.ErrorText); 4391Assert.Empty(row.GetErrorText(rowIndex)); 4817Assert.Empty(e.ErrorText); 4894Assert.Empty(e.ErrorText);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (9)
68Assert.Empty(Assert.IsType<string>(control.EditingControlFormattedValue)); 109Assert.Empty(control.SelectedText); 119Assert.Empty(control.Text); 475Assert.Empty(control.Text); 526Assert.Empty(control.Text); 1082Assert.Empty(Assert.IsType<string>(control.GetEditingControlFormattedValue(context))); 1473Assert.Empty(control.SelectedText); 1492Assert.Empty(control.SelectedText); 1499Assert.Empty(control.SelectedText);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (4)
115Assert.Empty(control.Text); 116Assert.Empty(control.Title); 453Assert.Empty(control.Text); 454Assert.Empty(control.Title);
System\Windows\Forms\ErrorProviderTests.cs (11)
327Assert.Empty(provider.DataMember); 400Assert.Empty(provider.DataMember); 405Assert.Empty(provider.DataMember); 503Assert.Empty(provider.DataMember); 876Assert.Empty(provider.GetError(control)); 879Assert.Empty(provider.GetError(control)); 900Assert.Empty(provider.GetError(control)); 904Assert.Empty(provider.GetError(control)); 954Assert.Empty(provider.GetError(control)); 957Assert.Empty(provider.GetError(control)); 1056Assert.Empty(provider.GetError(control));
System\Windows\Forms\FileDialogTests.cs (12)
25Assert.Empty(dialog.DefaultExt); 29Assert.Empty(dialog.FileName); 33Assert.Empty(dialog.InitialDirectory); 44Assert.Empty(dialog.Title); 63Assert.Empty(dialog.DefaultExt); 67Assert.Empty(dialog.FileName); 71Assert.Empty(dialog.InitialDirectory); 82Assert.Empty(dialog.Title); 619Assert.Empty(dialog.DefaultExt); 623Assert.Empty(dialog.FileName); 627Assert.Empty(dialog.InitialDirectory); 638Assert.Empty(dialog.Title);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
107Assert.Empty(control.Text);
System\Windows\Forms\FolderBrowserDialogTests.cs (6)
15Assert.Empty(dialog.Description); 17Assert.Empty(dialog.InitialDirectory); 20Assert.Empty(dialog.SelectedPath); 293Assert.Empty(dialog.Description); 295Assert.Empty(dialog.InitialDirectory); 298Assert.Empty(dialog.SelectedPath);
System\Windows\Forms\FormTests.cs (1)
153Assert.Empty(control.Text);
System\Windows\Forms\GroupBoxTests.cs (2)
95Assert.Empty(control.Text); 1175Assert.Empty(control.Text);
System\Windows\Forms\HScrollBarTests.cs (1)
109Assert.Empty(control.Text);
System\Windows\Forms\HtmlDocumentTests.cs (3)
530Assert.Empty(document.Domain); 547Assert.Empty(document.Domain); 1187Assert.Empty(document.Title);
System\Windows\Forms\HtmlElementTests.cs (9)
646Assert.Empty(element.Name); 1849Assert.Empty(element.GetAttribute("NoSuchAttribute")); 1850Assert.Empty(element.GetAttribute("")); 1880Assert.Empty(element.GetAttribute("noValue")); 1881Assert.Empty(element.GetAttribute("NoSuchAttribute")); 1882Assert.Empty(element.GetAttribute("")); 1900Assert.Empty(element.GetAttribute("noValue")); 1901Assert.Empty(element.GetAttribute("NoSuchAttribute")); 1902Assert.Empty(element.GetAttribute(""));
System\Windows\Forms\LabelTests.cs (2)
72Assert.Empty(control.ImageKey); 104Assert.Empty(control.Text);
System\Windows\Forms\LinkTests.cs (3)
17Assert.Empty(link.Name); 36Assert.Empty(link.Name); 55Assert.Empty(link.Name);
System\Windows\Forms\ListBoxTests.cs (7)
62Assert.Empty(control.DisplayMember); 75Assert.Empty(control.FormatString); 124Assert.Empty(control.Text); 131Assert.Empty(control.ValueMember); 802Assert.Empty(control.DisplayMember); 809Assert.Empty(control.DisplayMember); 4288Assert.Empty(control.Text);
System\Windows\Forms\ListControlTests.cs (38)
59Assert.Empty(control.DisplayMember); 71Assert.Empty(control.FormatString); 103Assert.Empty(control.Text); 107Assert.Empty(control.ValueMember); 150Assert.Empty(control.DisplayMember); 158Assert.Empty(control.DisplayMember); 175Assert.Empty(control.DisplayMember); 183Assert.Empty(control.DisplayMember); 201Assert.Empty(control.DisplayMember); 209Assert.Empty(control.DisplayMember); 256Assert.Empty(control.DisplayMember); 264Assert.Empty(control.DisplayMember); 569Assert.Empty(control.DisplayMember); 576Assert.Empty(control.DisplayMember); 592Assert.Empty(control.DisplayMember); 599Assert.Empty(control.DisplayMember); 667Assert.Empty(control.DisplayMember); 686Assert.Empty(control.DisplayMember); 705Assert.Empty(control.DisplayMember); 865Assert.Empty(control.DisplayMember); 878Assert.Empty(control.DisplayMember); 902Assert.Empty(control.DisplayMember); 915Assert.Empty(control.DisplayMember); 1057Assert.Empty(control.DisplayMember); 1173Assert.Empty(control.DisplayMember); 1180Assert.Empty(control.DisplayMember); 1230Assert.Empty(control.DisplayMember); 1245Assert.Empty(control.DisplayMember); 1299Assert.Empty(control.DisplayMember); 1305Assert.Empty(control.DisplayMember); 1522Assert.Empty(control.FormatString); 1527Assert.Empty(control.FormatString); 1561Assert.Empty(control.FormatString); 1566Assert.Empty(control.FormatString); 1798Assert.Empty(control.ValueMember); 1847Assert.Empty(control.ValueMember); 1892Assert.Empty(control.ValueMember); 1898Assert.Empty(control.ValueMember);
System\Windows\Forms\ListViewGroupTests.cs (16)
18Assert.Empty(group.Footer); 22Assert.Empty(group.Subtitle); 29Assert.Empty(group.TaskLink); 30Assert.Empty(group.TitleImageKey); 39Assert.Empty(group.Footer); 43Assert.Empty(group.Subtitle); 50Assert.Empty(group.TaskLink); 51Assert.Empty(group.TitleImageKey); 69Assert.Empty(group.Footer); 73Assert.Empty(group.Subtitle); 80Assert.Empty(group.TaskLink); 81Assert.Empty(group.TitleImageKey); 97Assert.Empty(group.Footer); 101Assert.Empty(group.Subtitle); 108Assert.Empty(group.TaskLink); 109Assert.Empty(group.TitleImageKey);
System\Windows\Forms\ListViewItemTests.cs (56)
29Assert.Empty(item.Name); 34Assert.Empty(subItem.Text); 37Assert.Empty(item.Text); 38Assert.Empty(item.ToolTipText); 68Assert.Empty(item.Name); 76Assert.Empty(item.ToolTipText); 101Assert.Empty(item.ImageKey); 106Assert.Empty(item.Name); 114Assert.Empty(item.ToolTipText); 144Assert.Empty(item.Name); 152Assert.Empty(item.ToolTipText); 177Assert.Empty(item.ImageKey); 182Assert.Empty(item.Name); 190Assert.Empty(item.ToolTipText); 219Assert.Empty(item.Name); 227Assert.Empty(item.ToolTipText); 256Assert.Empty(item.Name); 264Assert.Empty(item.ToolTipText); 294Assert.Empty(item.Name); 302Assert.Empty(item.ToolTipText); 327Assert.Empty(item.ImageKey); 332Assert.Empty(item.Name); 340Assert.Empty(item.ToolTipText); 369Assert.Empty(item.Name); 378Assert.Empty(item.ToolTipText); 402Assert.Empty(item.ImageKey); 407Assert.Empty(item.Name); 416Assert.Empty(item.ToolTipText); 445Assert.Empty(item.Name); 453Assert.Empty(item.ToolTipText); 482Assert.Empty(item.Name); 490Assert.Empty(item.ToolTipText); 515Assert.Empty(item.ImageKey); 520Assert.Empty(item.Name); 528Assert.Empty(item.ToolTipText); 558Assert.Empty(item.Name); 566Assert.Empty(item.ToolTipText); 596Assert.Empty(item.Name); 604Assert.Empty(item.ToolTipText); 633Assert.Empty(item.Name); 642Assert.Empty(item.ToolTipText); 671Assert.Empty(item.Name); 680Assert.Empty(item.ToolTipText); 709Assert.Empty(item.Name); 718Assert.Empty(item.ToolTipText); 746Assert.Empty(item.Name); 751Assert.Empty(subItem.Text); 754Assert.Empty(item.Text); 755Assert.Empty(item.ToolTipText); 780Assert.Empty(item.ImageKey); 785Assert.Empty(item.Name); 793Assert.Empty(item.ToolTipText); 810Assert.Empty(item.ImageKey); 815Assert.Empty(item.Name); 824Assert.Empty(item.ToolTipText); 1058Assert.Empty(subItem.Text);
System\Windows\Forms\ListViewSubItemTests.cs (5)
21Assert.Empty(subItem.Name); 23Assert.Empty(subItem.Text); 48Assert.Empty(subItem.Name); 74Assert.Empty(subItem.Name); 594Assert.Empty(result.Name);
System\Windows\Forms\ListViewTests.cs (3)
140Assert.Empty(control.Text); 1944Assert.Empty(new string(lvgroup1.pszFooter)); 5123Assert.Empty(actual);
System\Windows\Forms\MdiClientTests.cs (1)
80Assert.Empty(control.Text);
System\Windows\Forms\MenuStripTests.cs (2)
138Assert.Empty(control.Text); 469Assert.Empty(separator.Text);
System\Windows\Forms\MonthCalendarTests.cs (2)
130Assert.Empty(control.Text); 2702Assert.Empty(control.Text);
System\Windows\Forms\NotifyIconTests.cs (14)
17Assert.Empty(notifyIcon.BalloonTipText); 18Assert.Empty(notifyIcon.BalloonTipTitle); 24Assert.Empty(notifyIcon.Text); 34Assert.Empty(notifyIcon.BalloonTipText); 35Assert.Empty(notifyIcon.BalloonTipTitle); 41Assert.Empty(notifyIcon.Text); 729Assert.Empty(notifyIcon.BalloonTipText); 730Assert.Empty(notifyIcon.BalloonTipTitle); 736Assert.Empty(notifyIcon.Text); 743Assert.Empty(notifyIcon.BalloonTipText); 744Assert.Empty(notifyIcon.BalloonTipTitle); 750Assert.Empty(notifyIcon.Text); 794Assert.Empty(notifyIcon.Text); 807Assert.Empty(notifyIcon.Text);
System\Windows\Forms\PanelTests.cs (2)
106Assert.Empty(control.Text); 819Assert.Empty(control.Text);
System\Windows\Forms\PictureBoxTests.cs (2)
103Assert.Empty(control.Text); 1622Assert.Empty(control.Text);
System\Windows\Forms\ProgressBarTests.cs (2)
95Assert.Empty(control.Text); 1676Assert.Empty(control.Text);
System\Windows\Forms\PropertyGridTests.cs (2)
152Assert.Empty(control.Text); 3073Assert.Empty(control.Text);
System\Windows\Forms\PropertyManagerTests.cs (2)
19Assert.Empty(manager.GetListName(null)); 40Assert.Empty(manager.GetListName(null));
System\Windows\Forms\RadioButtonTests.cs (2)
79Assert.Empty(control.ImageKey); 108Assert.Empty(control.Text);
System\Windows\Forms\RichTextBoxTests.cs (95)
108Assert.Empty(control.RedoActionName); 127Assert.Empty(control.Text); 130Assert.Empty(control.UndoActionName); 2329Assert.Empty(control.RedoActionName); 2388Assert.Empty(control.RedoActionName); 2397Assert.Empty(control.RedoActionName); 2719Assert.Empty(control.Text); 2766Assert.Empty(control.Text); 2798Assert.Empty(control.Text); 2849Assert.Empty(control.Text); 2874Assert.Empty(control.Text); 3160Assert.Empty(rtf1); 3182Assert.Empty(rtf1); 3206Assert.Empty(rtf1); 3232Assert.Empty(rtf1); 3252Assert.Empty(control.SelectedRtf); 3274Assert.Empty(rtf); 3275Assert.Empty(control.SelectedText); 3280Assert.Empty(rtf); 3281Assert.Empty(control.SelectedText); 3300Assert.Empty(rtf); 3301Assert.Empty(control.SelectedText); 3309Assert.Empty(rtf); 3310Assert.Empty(control.SelectedText); 3328Assert.Empty(rtf); 3329Assert.Empty(control.SelectedText); 3334Assert.Empty(rtf); 3335Assert.Empty(control.SelectedText); 3357Assert.Empty(rtf); 3358Assert.Empty(control.SelectedText); 3366Assert.Empty(rtf); 3367Assert.Empty(control.SelectedText); 3381Assert.Empty(control.Text); 3392Assert.Empty(control.SelectedRtf); 3397Assert.Empty(control.SelectedRtf); 3415Assert.Empty(text1); 3437Assert.Empty(text1); 3461Assert.Empty(text1); 3487Assert.Empty(text1); 3518Assert.Empty(control.SelectedText); 3523Assert.Empty(control.SelectedText); 3541Assert.Empty(control.SelectedText); 3549Assert.Empty(control.SelectedText); 3565Assert.Empty(control.SelectedText); 3570Assert.Empty(control.SelectedText); 3583Assert.Empty(control.SelectedText); 3588Assert.Empty(control.SelectedText); 3609Assert.Empty(control.SelectedText); 3617Assert.Empty(control.SelectedText); 6040Assert.Empty(control.SelectedText); 6047Assert.Empty(control.SelectedText); 6104Assert.Empty(control.SelectedText); 6114Assert.Empty(control.SelectedText); 6937Assert.Empty(control.Text); 6954Assert.Empty(riched20.Text); 6979Assert.Empty(control.Text); 6991Assert.Empty(control.Text); 7011Assert.Empty(control.Text); 7066Assert.Empty(control.SelectedText); 7079Assert.Empty(control.SelectedText); 7181Assert.Empty(control.SelectedText); 7192Assert.Empty(control.SelectedText); 7213Assert.Empty(control.SelectedText); 7224Assert.Empty(control.SelectedText); 7253Assert.Empty(control.SelectedText); 7267Assert.Empty(control.SelectedText); 7299Assert.Empty(control.SelectedText); 7315Assert.Empty(control.SelectedText); 7408Assert.Empty(control.SelectedText); 7421Assert.Empty(control.SelectedText); 7473Assert.Empty(control.SelectedText); 7487Assert.Empty(control.SelectedText); 7521Assert.Empty(control.Text); 7572Assert.Empty(control.Text); 7613Assert.Empty(control.Text); 7618Assert.Empty(control.Text); 7634Assert.Empty(control.UndoActionName); 7693Assert.Empty(control.UndoActionName); 7702Assert.Empty(control.UndoActionName); 8556Assert.Empty(control.Text); 8588Assert.Empty(control.Text); 8643Assert.Empty(control.Text); 8675Assert.Empty(control.Text); 8790Assert.Empty(control.Text); 9337Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9351Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9369Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9406Assert.Empty(Encoding.Unicode.GetString(stream.ToArray())); 9420Assert.Empty(Encoding.Unicode.GetString(stream.ToArray())); 9438Assert.Empty(Encoding.Unicode.GetString(stream.ToArray())); 9490Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9548Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9562Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9580Assert.Empty(Encoding.ASCII.GetString(stream.ToArray())); 9621Assert.Empty(Encoding.ASCII.GetString(stream.ToArray()));
System\Windows\Forms\ScrollableControlTests.cs (1)
106Assert.Empty(control.Text);
System\Windows\Forms\ScrollBarTests.cs (2)
97Assert.Empty(control.Text); 1545Assert.Empty(control.Text);
System\Windows\Forms\SplitterPanelTests.cs (2)
93Assert.Empty(control.Text); 1097Assert.Empty(control.Text);
System\Windows\Forms\SplitterTests.cs (2)
96Assert.Empty(control.Text); 1622Assert.Empty(control.Text);
System\Windows\Forms\StatusStripTests.cs (1)
141Assert.Empty(control.Text);
System\Windows\Forms\TabControl.ControlCollectionTests.cs (8)
782Assert.Empty(new string(item.pszText)); 798Assert.Empty(new string(item.pszText)); 850Assert.Empty(new string(item.pszText)); 866Assert.Empty(new string(item.pszText)); 1494Assert.Empty(new string(item.pszText)); 1502Assert.Empty(new string(item.pszText)); 1552Assert.Empty(new string(item.pszText)); 1560Assert.Empty(new string(item.pszText));
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (24)
788Assert.Empty(new string(item.pszText)); 804Assert.Empty(new string(item.pszText)); 858Assert.Empty(new string(item.pszText)); 874Assert.Empty(new string(item.pszText)); 897Assert.Empty(page.Name); 900Assert.Empty(page.ImageKey); 921Assert.Empty(page.ImageKey); 942Assert.Empty(page.ImageKey); 2711Assert.Empty(page.Name); 2714Assert.Empty(page.ImageKey); 2734Assert.Empty(page.ImageKey); 2754Assert.Empty(page.ImageKey); 2814Assert.Empty(new string(item.pszText)); 2830Assert.Empty(new string(item.pszText)); 2882Assert.Empty(new string(item.pszText)); 2898Assert.Empty(new string(item.pszText)); 3569Assert.Empty(new string(item.pszText)); 3585Assert.Empty(new string(item.pszText)); 3641Assert.Empty(new string(item.pszText)); 3657Assert.Empty(new string(item.pszText)); 4614Assert.Empty(new string(item.pszText)); 4622Assert.Empty(new string(item.pszText)); 4674Assert.Empty(new string(item.pszText)); 4682Assert.Empty(new string(item.pszText));
System\Windows\Forms\TabControlTests.cs (7)
107Assert.Empty(control.Text); 1070Assert.Empty(new string(item.pszText)); 1086Assert.Empty(new string(item.pszText)); 2980Assert.Empty(control.Text); 4945Assert.Empty(new string(item.pszText)); 4961Assert.Empty(new string(item.pszText)); 5696Assert.Empty(actual);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
117Assert.Empty(control.Text);
System\Windows\Forms\TabPageTests.cs (32)
112Assert.Empty(control.Text); 1108Assert.Empty(control.ImageKey); 1115Assert.Empty(control.ImageKey); 1133Assert.Empty(control.ImageKey); 1141Assert.Empty(control.ImageKey); 1173Assert.Empty(control.ImageKey); 1181Assert.Empty(control.ImageKey); 1199Assert.Empty(control.ImageKey); 1206Assert.Empty(control.ImageKey); 1228Assert.Empty(control.ImageKey); 1238Assert.Empty(control.ImageKey); 1273Assert.Empty(control.ImageKey); 1287Assert.Empty(control.ImageKey); 1339Assert.Empty(control.ImageKey); 1353Assert.Empty(control.ImageKey); 1399Assert.Empty(new string(item.pszText)); 1415Assert.Empty(new string(item.pszText)); 1466Assert.Empty(new string(item.pszText)); 1482Assert.Empty(new string(item.pszText)); 1774Assert.Empty(new string(item.pszText)); 1790Assert.Empty(new string(item.pszText)); 1838Assert.Empty(new string(item.pszText)); 1854Assert.Empty(new string(item.pszText)); 3030Assert.Empty(new string(item.pszText)); 3046Assert.Empty(new string(item.pszText)); 3097Assert.Empty(new string(item.pszText)); 3113Assert.Empty(new string(item.pszText)); 3142Assert.Empty(control.Text); 3403Assert.Empty(new string(item.pszText)); 3419Assert.Empty(new string(item.pszText)); 3467Assert.Empty(new string(item.pszText)); 3483Assert.Empty(new string(item.pszText));
System\Windows\Forms\ToolStripButtonTests.cs (13)
62Assert.Empty(item.ImageKey); 71Assert.Empty(item.Name); 85Assert.Empty(item.Text); 89Assert.Empty(item.ToolTipText); 143Assert.Empty(item.ImageKey); 152Assert.Empty(item.Name); 230Assert.Empty(item.ImageKey); 239Assert.Empty(item.Name); 320Assert.Empty(item.ImageKey); 329Assert.Empty(item.Name); 408Assert.Empty(item.ImageKey); 417Assert.Empty(item.Name); 506Assert.Empty(item.ImageKey);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
111Assert.Empty(control.Text);
System\Windows\Forms\ToolStripControlHostTests.cs (8)
91Assert.Empty(item.ImageKey); 100Assert.Empty(item.Name); 1279Assert.Empty(item.ImageKey); 1286Assert.Empty(item.ImageKey); 2291Assert.Empty(item.Text); 2520Assert.Empty(accessibleObject.DefaultAction); 2538Assert.Empty(accessibleObject.DefaultAction); 2553Assert.Empty(accessibleObject.DefaultAction);
System\Windows\Forms\ToolStripDropDownItemTests.cs (8)
62Assert.Empty(item.ImageKey); 71Assert.Empty(item.Name); 85Assert.Empty(item.Text); 151Assert.Empty(item.ImageKey); 160Assert.Empty(item.Name); 250Assert.Empty(item.ImageKey); 358Assert.Empty(item.ImageKey); 367Assert.Empty(item.Name);
System\Windows\Forms\ToolStripDropDownTests.cs (3)
146Assert.Empty(control.Text); 2737Assert.Empty(control.Text); 2981Assert.Empty(separator.Text);
System\Windows\Forms\ToolStripItemTests.cs (33)
61Assert.Empty(item.ImageKey); 70Assert.Empty(item.Name); 84Assert.Empty(item.Text); 146Assert.Empty(item.ImageKey); 155Assert.Empty(item.Name); 241Assert.Empty(item.ImageKey); 4390Assert.Empty(item.ImageKey); 4396Assert.Empty(item.ImageKey); 4413Assert.Empty(item.ImageKey); 4414Assert.Empty(item.ImageKey); 4420Assert.Empty(item.ImageKey); 4421Assert.Empty(item.ImageKey); 4437Assert.Empty(item.ImageKey); 4438Assert.Empty(item.ImageKey); 4444Assert.Empty(item.ImageKey); 4445Assert.Empty(item.ImageKey); 4524Assert.Empty(item.ImageKey); 4532Assert.Empty(item.ImageKey); 5229Assert.Empty(item.ImageKey); 5234Assert.Empty(item.ImageKey); 5260Assert.Empty(item.ImageKey); 5265Assert.Empty(item.ImageKey); 5304Assert.Empty(item.ImageKey); 5308Assert.Empty(item.ImageKey); 5321Assert.Empty(item.ImageKey); 5326Assert.Empty(item.ImageKey); 5352Assert.Empty(item.ImageKey); 5357Assert.Empty(item.ImageKey); 5396Assert.Empty(item.ImageKey); 5400Assert.Empty(item.ImageKey); 8276Assert.Empty(item.Text); 9084Assert.Empty(item.ToolTipText); 9111Assert.Empty(item.ToolTipText);
System\Windows\Forms\ToolStripMenuItemTests.cs (3)
66Assert.Empty(item.ImageKey); 78Assert.Empty(item.Name ?? string.Empty); 94Assert.Empty(item.Text ?? string.Empty);
System\Windows\Forms\ToolStripPanelTests.cs (1)
110Assert.Empty(control.Text);
System\Windows\Forms\ToolStripSeparatorTests.cs (6)
59Assert.Empty(item.ImageKey); 68Assert.Empty(item.Name); 82Assert.Empty(item.Text); 481Assert.Empty(item.ImageKey); 487Assert.Empty(item.ImageKey); 612Assert.Empty(item.Text);
System\Windows\Forms\ToolStripTests.cs (3)
154Assert.Empty(control.Text); 309Assert.Empty(control.Text); 4299Assert.Empty(separator.Text);
System\Windows\Forms\ToolTipBufferTests.cs (1)
42Assert.Empty(Marshal.PtrToStringUni(memory2));
System\Windows\Forms\ToolTipTests.cs (5)
37Assert.Empty(toolTip.ToolTipTitle); 67Assert.Empty(toolTip.ToolTipTitle); 644Assert.Empty(toolTip.GetToolTip(control)); 654Assert.Empty(toolTip.GetToolTip(control)); 657Assert.Empty(toolTip.GetToolTip(control));
System\Windows\Forms\TreeNodeCollectionTests.cs (5)
30Assert.Empty(treeNode.ImageKey); 38Assert.Empty(treeNode.Name); 48Assert.Empty(treeNode.SelectedImageKey); 50Assert.Empty(treeNode.StateImageKey); 53Assert.Empty(treeNode.ToolTipText);
System\Windows\Forms\TreeNodeTests.cs (83)
25Assert.Empty(node.ImageKey); 33Assert.Empty(node.Name); 43Assert.Empty(node.SelectedImageKey); 45Assert.Empty(node.StateImageKey); 47Assert.Empty(node.Text); 48Assert.Empty(node.ToolTipText); 65Assert.Empty(node.ImageKey); 73Assert.Empty(node.Name); 83Assert.Empty(node.SelectedImageKey); 85Assert.Empty(node.StateImageKey); 88Assert.Empty(node.ToolTipText); 113Assert.Empty(node.ImageKey); 121Assert.Empty(node.Name); 131Assert.Empty(node.SelectedImageKey); 133Assert.Empty(node.StateImageKey); 136Assert.Empty(node.ToolTipText); 156Assert.Empty(node.ImageKey); 164Assert.Empty(node.Name); 174Assert.Empty(node.SelectedImageKey); 176Assert.Empty(node.StateImageKey); 179Assert.Empty(node.ToolTipText); 204Assert.Empty(node.ImageKey); 212Assert.Empty(node.Name); 222Assert.Empty(node.SelectedImageKey); 224Assert.Empty(node.StateImageKey); 227Assert.Empty(node.ToolTipText); 978Assert.Empty(node.ImageKey); 983Assert.Empty(node.ImageKey); 989Assert.Empty(node.ImageKey); 996Assert.Empty(node.ImageKey); 1003Assert.Empty(node.ImageKey); 1056Assert.Empty(node.ImageKey); 1062Assert.Empty(node.ImageKey); 1069Assert.Empty(node.ImageKey); 1076Assert.Empty(node.ImageKey); 1094Assert.Empty(node.ImageKey); 1100Assert.Empty(node.ImageKey); 1107Assert.Empty(node.ImageKey); 1133Assert.Empty(node.ImageKey); 1139Assert.Empty(node.ImageKey); 1160Assert.Empty(node.ImageKey); 1169Assert.Empty(node.ImageKey); 1179Assert.Empty(node.ImageKey); 1189Assert.Empty(node.ImageKey); 2960Assert.Empty(node.SelectedImageKey); 2965Assert.Empty(node.SelectedImageKey); 2971Assert.Empty(node.SelectedImageKey); 2978Assert.Empty(node.SelectedImageKey); 2985Assert.Empty(node.SelectedImageKey); 3038Assert.Empty(node.SelectedImageKey); 3044Assert.Empty(node.SelectedImageKey); 3051Assert.Empty(node.SelectedImageKey); 3058Assert.Empty(node.SelectedImageKey); 3076Assert.Empty(node.SelectedImageKey); 3082Assert.Empty(node.SelectedImageKey); 3089Assert.Empty(node.SelectedImageKey); 3115Assert.Empty(node.SelectedImageKey); 3121Assert.Empty(node.SelectedImageKey); 3142Assert.Empty(node.SelectedImageKey); 3151Assert.Empty(node.SelectedImageKey); 3161Assert.Empty(node.SelectedImageKey); 3171Assert.Empty(node.SelectedImageKey); 3583Assert.Empty(node.StateImageKey); 3588Assert.Empty(node.StateImageKey); 3594Assert.Empty(node.StateImageKey); 3601Assert.Empty(node.StateImageKey); 3608Assert.Empty(node.StateImageKey); 3680Assert.Empty(node.StateImageKey); 3686Assert.Empty(node.StateImageKey); 3693Assert.Empty(node.StateImageKey); 3700Assert.Empty(node.StateImageKey); 3719Assert.Empty(node.StateImageKey); 3725Assert.Empty(node.StateImageKey); 3732Assert.Empty(node.StateImageKey); 3767Assert.Empty(node.StateImageKey); 3773Assert.Empty(node.StateImageKey); 3809Assert.Empty(node.StateImageKey); 3818Assert.Empty(node.StateImageKey); 3828Assert.Empty(node.StateImageKey); 3949Assert.Empty(node.StateImageKey); 3955Assert.Empty(node.StateImageKey); 3962Assert.Empty(node.StateImageKey); 3969Assert.Empty(node.StateImageKey);
System\Windows\Forms\TreeViewTests.cs (39)
120Assert.Empty(control.Text); 2021Assert.Empty(treeView.ImageKey); 2026Assert.Empty(treeView.ImageKey); 2041Assert.Empty(treeView.ImageKey); 2046Assert.Empty(treeView.ImageKey); 2063Assert.Empty(treeView.ImageKey); 2068Assert.Empty(treeView.ImageKey); 2086Assert.Empty(treeView.ImageKey); 2091Assert.Empty(treeView.ImageKey); 2110Assert.Empty(treeView.ImageKey); 2115Assert.Empty(treeView.ImageKey); 2135Assert.Empty(treeView.ImageKey); 2140Assert.Empty(treeView.ImageKey); 2154Assert.Empty(treeView.ImageKey); 2159Assert.Empty(treeView.ImageKey); 2178Assert.Empty(treeView.ImageKey); 2183Assert.Empty(treeView.ImageKey); 2204Assert.Empty(treeView.ImageKey); 2209Assert.Empty(treeView.ImageKey); 3381Assert.Empty(treeView.SelectedImageKey); 3386Assert.Empty(treeView.SelectedImageKey); 3401Assert.Empty(treeView.SelectedImageKey); 3406Assert.Empty(treeView.SelectedImageKey); 3423Assert.Empty(treeView.SelectedImageKey); 3428Assert.Empty(treeView.SelectedImageKey); 3446Assert.Empty(treeView.SelectedImageKey); 3451Assert.Empty(treeView.SelectedImageKey); 3470Assert.Empty(treeView.SelectedImageKey); 3475Assert.Empty(treeView.SelectedImageKey); 3495Assert.Empty(treeView.SelectedImageKey); 3500Assert.Empty(treeView.SelectedImageKey); 3514Assert.Empty(treeView.SelectedImageKey); 3519Assert.Empty(treeView.SelectedImageKey); 3538Assert.Empty(treeView.SelectedImageKey); 3543Assert.Empty(treeView.SelectedImageKey); 3564Assert.Empty(treeView.SelectedImageKey); 3569Assert.Empty(treeView.SelectedImageKey); 4689Assert.Empty(control.Text); 4694Assert.Empty(control.Text);
System\Windows\Forms\UpDownBaseTests.cs (2)
122Assert.Empty(control.Text); 1363Assert.Empty(control.Text);
System\Windows\Forms\UserControlTests.cs (2)
113Assert.Empty(control.Text); 863Assert.Empty(control.Text);
System\Windows\Forms\VScrollBarTests.cs (1)
108Assert.Empty(control.Text);
System\Windows\Forms\WebBrowserTests.cs (13)
90Assert.Empty(control.Text); 618Assert.Empty(control.DocumentText); 632Assert.Empty(control.DocumentText); 742Assert.Empty(e.TargetFrameName); 854Assert.Empty(control.DocumentTitle); 868Assert.Empty(control.DocumentTitle); 923Assert.Empty(control.DocumentType); 937Assert.Empty(control.DocumentType); 1837Assert.Empty(control.StatusText); 1851Assert.Empty(control.StatusText); 1981Assert.Empty(e.TargetFrameName); 3203Assert.Empty(e.TargetFrameName); 3315Assert.Empty(e.TargetFrameName);
TextBoxBaseTests.cs (54)
2548Assert.Empty(control.SelectedText); 2555Assert.Empty(control.SelectedText); 2566Assert.Empty(control.SelectedText); 2575Assert.Empty(control.SelectedText); 2594Assert.Empty(control.SelectedText); 2648Assert.Empty(control.SelectedText); 2670Assert.Empty(control.SelectedText); 2692Assert.Empty(control.SelectedText); 2721Assert.Empty(control.SelectedText); 2738Assert.Empty(control.SelectedText); 2743Assert.Empty(control.SelectedText); 2992Assert.Empty(control.SelectedText); 2999Assert.Empty(control.SelectedText); 3056Assert.Empty(control.SelectedText); 3066Assert.Empty(control.SelectedText); 3182Assert.Empty(control.Text); 3189Assert.Empty(control.Text); 3200Assert.Empty(control.Text); 3209Assert.Empty(control.Text); 3224Assert.Empty(control.SelectedText); 3235Assert.Empty(control.SelectedText); 3308Assert.Empty(control.SelectedText); 3319Assert.Empty(control.SelectedText); 3343Assert.Empty(control.SelectedText); 3356Assert.Empty(control.SelectedText); 3387Assert.Empty(control.SelectedText); 3400Assert.Empty(control.SelectedText); 3452Assert.Empty(control.SelectedText); 3466Assert.Empty(control.SelectedText); 3500Assert.Empty(control.Text); 3551Assert.Empty(control.Text); 3867Assert.Empty(control.SelectedText); 3885Assert.Empty(control.SelectedText); 3971Assert.Empty(control.SelectedText); 4000Assert.Empty(control.SelectedText); 4012Assert.Empty(control.Text); 4016Assert.Empty(control.Text); 4029Assert.Empty(control.Text); 4033Assert.Empty(control.Text); 4050Assert.Empty(control.Text); 4057Assert.Empty(control.Text); 4080Assert.Empty(control.Text); 4087Assert.Empty(control.Text); 4173Assert.Empty(control.Text); 4195Assert.Empty(control.Text); 4217Assert.Empty(control.SelectedText); 4233Assert.Empty(control.SelectedText); 5943Assert.Empty(control.Text); 6324Assert.Empty(control.SelectedText); 6331Assert.Empty(control.SelectedText); 6371Assert.Empty(control.SelectedText); 6381Assert.Empty(control.SelectedText); 6859Assert.Empty(control.Text); 6894Assert.Empty(control.Text);
TextBoxTests.cs (2)
102Assert.Empty(control.SelectedText); 112Assert.Empty(control.Text);
TrackBarTests.cs (2)
100Assert.Empty(control.Text); 1842Assert.Empty(control.Text);