Generate tests
This commit is contained in:
parent
946d92f016
commit
602d87a9a0
File diff suppressed because it is too large
Load Diff
|
|
@ -46,6 +46,118 @@ extension EntityTests {
|
|||
]
|
||||
}
|
||||
|
||||
extension Family1Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family1Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family2Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family2Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family3Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family3Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family4Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family4Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family5Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family5Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family6Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family6Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family7Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family7Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension Family8Tests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__Family8Tests = [
|
||||
("testComponentIteration", testComponentIteration),
|
||||
("testEntityComponentIteration", testEntityComponentIteration),
|
||||
("testEntityIteration", testEntityIteration),
|
||||
("testFamilyDecoding", testFamilyDecoding),
|
||||
("testFamilyEncoding", testFamilyEncoding),
|
||||
("testMemberCreation", testMemberCreation)
|
||||
]
|
||||
}
|
||||
|
||||
extension FamilyCodingTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
|
|
@ -177,6 +289,14 @@ public func __allTests() -> [XCTestCaseEntry] {
|
|||
testCase(ComponentTests.__allTests__ComponentTests),
|
||||
testCase(EntityCreationTests.__allTests__EntityCreationTests),
|
||||
testCase(EntityTests.__allTests__EntityTests),
|
||||
testCase(Family1Tests.__allTests__Family1Tests),
|
||||
testCase(Family2Tests.__allTests__Family2Tests),
|
||||
testCase(Family3Tests.__allTests__Family3Tests),
|
||||
testCase(Family4Tests.__allTests__Family4Tests),
|
||||
testCase(Family5Tests.__allTests__Family5Tests),
|
||||
testCase(Family6Tests.__allTests__Family6Tests),
|
||||
testCase(Family7Tests.__allTests__Family7Tests),
|
||||
testCase(Family8Tests.__allTests__Family8Tests),
|
||||
testCase(FamilyCodingTests.__allTests__FamilyCodingTests),
|
||||
testCase(FamilyTests.__allTests__FamilyTests),
|
||||
testCase(FamilyTraitsTests.__allTests__FamilyTraitsTests),
|
||||
|
|
|
|||
Loading…
Reference in New Issue