Actualize XCTestManifests.swift
This commit is contained in:
@@ -11,4 +11,5 @@ import OpenCombineTests
|
||||
|
||||
var tests = [XCTestCaseEntry]()
|
||||
tests += OpenCombineTests.allTests()
|
||||
|
||||
XCTMain(tests)
|
||||
|
||||
@@ -10,31 +10,33 @@ import XCTest
|
||||
#if !canImport(ObjectiveC)
|
||||
public func allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(SubscribersDemandTests.allTests),
|
||||
testCase(CompletionTests.allTests),
|
||||
testCase(PassthroughSubjectTests.allTests),
|
||||
testCase(CurrentValueSubjectTests.allTests),
|
||||
testCase(ImmediateSchedulerTests.allTests),
|
||||
testCase(AnySubscriberTests.allTests),
|
||||
testCase(AnyCancellableTests.allTests),
|
||||
testCase(AnyPublisherTests.allTests),
|
||||
testCase(AnySubjectTests.allTests),
|
||||
testCase(PublisherTests.allTests),
|
||||
testCase(CombineIdentifierTests.allTests),
|
||||
testCase(AnyCancellableTests.allTests),
|
||||
testCase(MulticastTests.allTests),
|
||||
|
||||
testCase(AssignTests.allTests),
|
||||
testCase(SinkTests.allTests),
|
||||
testCase(DropWhileTests.allTests),
|
||||
testCase(CombineIdentifierTests.allTests),
|
||||
testCase(CompletionTests.allTests),
|
||||
testCase(CurrentValueSubjectTests.allTests),
|
||||
testCase(DecodeTests.allTests),
|
||||
testCase(EncodeTests.allTests),
|
||||
testCase(MapTests.allTests),
|
||||
testCase(DropWhileTests.allTests),
|
||||
testCase(EmptyTests.allTests),
|
||||
testCase(EncodeTests.allTests),
|
||||
testCase(FailTests.allTests),
|
||||
testCase(ImmediateSchedulerTests.allTests),
|
||||
testCase(JustTests.allTests),
|
||||
testCase(MapErrorTests.allTests),
|
||||
testCase(MapTests.allTests),
|
||||
testCase(MulticastTests.allTests),
|
||||
testCase(OnceTests.allTests),
|
||||
testCase(OptionalTests.allTests),
|
||||
testCase(FailTests.allTests),
|
||||
testCase(PassthroughSubjectTests.allTests),
|
||||
testCase(PrintTests.allTests),
|
||||
testCase(PublisherTests.allTests),
|
||||
testCase(ReplaceNilTests.allTests),
|
||||
testCase(SequenceTests.allTests),
|
||||
testCase(SinkTests.allTests),
|
||||
testCase(SubscribersDemandTests.allTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user