Skip to content

Commit

Permalink
update linuxmain
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Nov 30, 2018
1 parent 8668311 commit 04bf96a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Tests/JSONAPITests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ extension AttributeTests {
static let __allTests = [
("test_AttributeIsTransformedAttribute", test_AttributeIsTransformedAttribute),
("test_AttributeNonThrowingConstructor", test_AttributeNonThrowingConstructor),
("test_TransformedAttributeNoThrow", test_TransformedAttributeNoThrow),
("test_TransformedAttributeReversNoThrow", test_TransformedAttributeReversNoThrow),
("test_TransformedAttributeThrows", test_TransformedAttributeThrows),
]
}

Expand Down Expand Up @@ -180,6 +183,17 @@ extension LinksTests {
]
}

extension PolyProxyTests {
static let __allTests = [
("test_AsymmetricEncodeDecodeUserA", test_AsymmetricEncodeDecodeUserA),
("test_AsymmetricEncodeDecodeUserB", test_AsymmetricEncodeDecodeUserB),
("test_generalReasonableness", test_generalReasonableness),
("test_UserAAndBEncodeEquality", test_UserAAndBEncodeEquality),
("test_UserADecode", test_UserADecode),
("test_UserBDecode", test_UserBDecode),
]
}

extension PolyTests {
static let __allTests = [
("test_init_Poly0", test_init_Poly0),
Expand Down Expand Up @@ -223,6 +237,7 @@ extension Relationship_LiteralTests {
static let __allTests = [
("test_ArrayLiteral", test_ArrayLiteral),
("test_NilLiteral", test_NilLiteral),
("test_StringLiteral", test_StringLiteral),
]
}

Expand Down Expand Up @@ -250,6 +265,7 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(Id_LiteralTests.__allTests),
testCase(IncludedTests.__allTests),
testCase(LinksTests.__allTests),
testCase(PolyProxyTests.__allTests),
testCase(PolyTests.__allTests),
testCase(RelationshipTests.__allTests),
testCase(Relationship_LiteralTests.__allTests),
Expand Down

0 comments on commit 04bf96a

Please sign in to comment.