mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
changed.调整融合桌面组库的相关圆角
This commit is contained in:
@@ -107,4 +107,18 @@ public sealed class ComponentCategoryIconResolverTests
|
||||
var result = ComponentCategoryIconResolver.ResolveCategoryIcon("File", components);
|
||||
Assert.Equal(Icon.Folder, result);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ResolveCategoryIcon_Date_ResolvesCorrectly()
|
||||
{
|
||||
var result = ComponentCategoryIconResolver.ResolveCategoryIcon("Date", []);
|
||||
Assert.Equal(Icon.Calendar, result);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ResolveCategoryIcon_Study_ResolvesCorrectly()
|
||||
{
|
||||
var result = ComponentCategoryIconResolver.ResolveCategoryIcon("Study", []);
|
||||
Assert.Equal(Icon.Book, result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user