5 references to Match
Microsoft.NET.Sdk.StaticWebAssets.Tests (5)
JsModulesIntegrationTest.cs (1)
50
file.Should().
Match
("""ComponentApp\.[a-zA-Z-0-9]{10}\.lib\.module\.js""");
ScopedCssIntegrationTests.cs (4)
492
appBundle.Should().
Match
(""".*_content/RazorPackageLibraryDirectDependency/RazorPackageLibraryDirectDependency\.[a-zA-Z0-9]+\.bundle\.scp\.css.*""");
539
appBundle.Should().
Match
("""_content/RazorPackageLibraryDirectDependency/RazorPackageLibraryDirectDependency\.[a-zA-Z0-9]+\.bundle\.scp\.css""");
579
appBundle.Should().
Match
(""".*_content/RazorPackageLibraryDirectDependency/RazorPackageLibraryDirectDependency\.[a-zA-Z0-9]+\.bundle\.scp\.css.*""");
580
appBundle.Should().
Match
(""".*_content/ClassLibrary/ClassLibrary\.[a-zA-Z0-9]+\.bundle\.scp\.css.*""");