Implemented the CheckURIUseCase use case type in the library target.
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user