Defined the AssetFile enumeration type in. the library target and also, conformed it to the Pathable protocol.

This commit is contained in:
2025-09-22 20:41:59 +02:00
parent f78e70e823
commit 9b908515d9
4 changed files with 118 additions and 1 deletions
@@ -16,6 +16,8 @@ extension Tag {
// MARK: Constants
/// Tag that indicate a test case for an enumeration type.
@Tag static var enumeration: Self
/// Tag that indicate a test case for a type initialization.
@Tag static var initializer: Self
/// Tag that indicate a test case for a use case type.