mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-02 03:59:14 +08:00
test: add null Options unit test (#469)
This commit is contained in:
parent
a3d3351177
commit
86e3fb15ba
@ -73,6 +73,13 @@ public class ToastTest : BootstrapBlazorTestBase
|
||||
await service.Warning("Test", "test content");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Options_Null()
|
||||
{
|
||||
var cut = Context.RenderComponent<Toast>();
|
||||
cut.Contains("toast");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public async Task AutoHide_Ok()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user