[Improvement] Naming of libraries and package #22

Merged
javier merged 4 commits from improvement/package into main 2023-08-13 21:53:48 +00:00
49 changed files with 15 additions and 15 deletions
Showing only changes of commit c29178535a - Show all commits

View File

@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Communications
import Foundation
import SwiftLibsCommunication
import XCTest
#if canImport(FoundationNetworking)

View File

@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Communications
import Foundation
import SwiftLibsCommunication
struct TestEndpoint: Endpoint {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Dependencies
import SwiftLibsDependency
import XCTest
final class DependencyTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Dependencies
import SwiftLibsDependency
import XCTest
final class DependencyServiceTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Dependencies
import SwiftLibsDependency
// MARK: - Protocols

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class Bool_InitTests: XCTestCase {

View File

@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Core
import Foundation
import SwiftLibsFoundation
import XCTest
final class Bundle_LocalisationBundleTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class Collection_EmptyTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class Optional_NilTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class String_EmptyTests: XCTestCase {

View File

@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Core
import Foundation
import SwiftLibsFoundation
import XCTest
final class String_LocalisationTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
import XCTest
final class TimeZone_ZoneTests: XCTestCase {

View File

@ -10,8 +10,8 @@
//
//===----------------------------------------------------------------------===//
import Core
import Foundation
import SwiftLibsFoundation
import XCTest
final class LossyCodableList_DecodableTests: XCTestCase {

View File

@ -13,7 +13,7 @@
import Foundation
import XCTest
@testable import Core
@testable import SwiftLibsFoundation
final class LossyCodableList_EncodableTests: XCTestCase {

View File

@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
import Core
import SwiftLibsFoundation
struct TestCodableList: Codable {
@LossyCodableList var items: [TestCodable]