Implemented the CheckURIUseCase use case type in the library target.

This commit is contained in:
2025-09-22 18:01:16 +02:00
parent a2483b9fd6
commit 2590cb457f
4 changed files with 173 additions and 0 deletions
@@ -18,5 +18,7 @@ extension Tag {
/// 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.
@Tag static var useCase: Self
}