-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
216 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
Projects/Feature/FeatureCategoryDetailTests/Resources/info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureCategoryDetailTests/Sources/FeatureCategoryDetailTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureCategoryDetail | ||
|
||
final class FeatureCategoryDetailTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Projects/Feature/FeatureCategorySettingTests/Resources/info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureCategorySettingTests/Sources/FeatureCategorySettingTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureCategorySetting | ||
|
||
final class FeatureCategorySettingTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Projects/Feature/FeatureCategorySharingTests/Resources/info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureCategorySharingTests/Sources/FeatureCategorySharingTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureCategorySharing | ||
|
||
final class FeatureCategorySharingTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Projects/Feature/FeatureContentDetailTests/Resources/info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureContentDetailTests/Sources/FeatureContentDetailTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureContentDetail | ||
|
||
final class FeatureContentDetailTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Projects/Feature/FeatureContentListTests/Resources/info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureContentListTests/Sources/FeatureContentListTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureContentList | ||
|
||
final class FeatureContentListTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
Projects/Feature/FeatureContentSettingTests/Resources/info.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureContentSettingTests/Sources/FeatureContentSettingTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureContentSetting | ||
|
||
final class FeatureContentSettingTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureLoginTests/Sources/FeatureLoginTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureLogin | ||
|
||
final class FeatureLoginTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureMyFolderTests/Sources/FeatureMyFolderTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureMyFolder | ||
|
||
final class FeatureMyFolderTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureMyPageTests/Sources/FeatureMyPageTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureMyPage | ||
|
||
final class FeatureMyPageTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeaturePokitTests/Sources/FeaturePokitTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeaturePokit | ||
|
||
final class FeaturePokitTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureRemindTests/Sources/FeatureRemindTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureRemind | ||
|
||
final class FeatureRemindTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>ENABLE_TESTING_SEARCH_PATHS</key> | ||
<string>YES</string> | ||
</dict> | ||
</plist> |
10 changes: 10 additions & 0 deletions
10
Projects/Feature/FeatureSettingTests/Sources/FeatureSettingTests.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import ComposableArchitecture | ||
import XCTest | ||
|
||
@testable import FeatureSetting | ||
|
||
final class FeatureSettingTests: XCTestCase { | ||
func test() { | ||
|
||
} | ||
} |