Escali License control
1
HelloWorldBlazorTests.razor
Gå til dokumentasjonen til denne filen.
1
@inherits TestContext
2
3
@code {
4
[Fact]
5
public void HelloWorldComponentRendersCorrectly()
6
{
7
// Act
8
var cut = Render(@<HelloWorld />);
9
10
// Assert
11
cut.MarkupMatches(@<h1>Hello World</h1>);
12
}
13
}
Desktop
Escali-LicenseControl-FinalDelivery
Escali.LicenseControl.Client.Tests
TestingBlazorTests
HelloWorldBlazorTests.razor
Generert av
1.9.3