Initial commit

This commit is contained in:
HussienX72u
2026-07-21 08:56:10 +03:00
commit 4017028111
9410 changed files with 2150500 additions and 0 deletions
@@ -0,0 +1,8 @@
@startuml
class _0_IconAssetValidityTests {
+ Initialize() : void
+ Asset_Should_Exist_At_Given_Path() : void
+ Asset_Should_Have_Expected_Name() : void
+ Asset_Should_Be_A_Sprite() : void
}
@enduml
@@ -0,0 +1,15 @@
@startuml
class _1_IconSizeTests {
+ Initialize() : void
+ Asset_Should_Be_32px_Wide() : void
+ Asset_Should_Be_512px_Wide() : void
+ Asset_Should_Be_1024px_Wide() : void
+ Asset_Should_Be_381px_Wide() : void
+ Asset_Should_Be_32px_High() : void
+ Asset_Should_Be_512px_High() : void
+ Asset_Should_Be_1024px_High() : void
+ Asset_Should_Be_381px_High() : void
+ Asset_Should_Have_1to1_Aspect_Ratio() : void
+ Trying_To_Make_Icon_Of_Less_Than_1px_Should_Throw_ArgumentOutOfRangeException() : void
}
@enduml