@@ -4,6 +4,9 @@ extension AttributeTests {
44 static let __allTests = [
55 ( " test_AttributeIsTransformedAttribute " , test_AttributeIsTransformedAttribute) ,
66 ( " test_AttributeNonThrowingConstructor " , test_AttributeNonThrowingConstructor) ,
7+ ( " test_TransformedAttributeNoThrow " , test_TransformedAttributeNoThrow) ,
8+ ( " test_TransformedAttributeReversNoThrow " , test_TransformedAttributeReversNoThrow) ,
9+ ( " test_TransformedAttributeThrows " , test_TransformedAttributeThrows) ,
710 ]
811}
912
@@ -180,6 +183,17 @@ extension LinksTests {
180183 ]
181184}
182185
186+ extension PolyProxyTests {
187+ static let __allTests = [
188+ ( " test_AsymmetricEncodeDecodeUserA " , test_AsymmetricEncodeDecodeUserA) ,
189+ ( " test_AsymmetricEncodeDecodeUserB " , test_AsymmetricEncodeDecodeUserB) ,
190+ ( " test_generalReasonableness " , test_generalReasonableness) ,
191+ ( " test_UserAAndBEncodeEquality " , test_UserAAndBEncodeEquality) ,
192+ ( " test_UserADecode " , test_UserADecode) ,
193+ ( " test_UserBDecode " , test_UserBDecode) ,
194+ ]
195+ }
196+
183197extension PolyTests {
184198 static let __allTests = [
185199 ( " test_init_Poly0 " , test_init_Poly0) ,
@@ -223,6 +237,7 @@ extension Relationship_LiteralTests {
223237 static let __allTests = [
224238 ( " test_ArrayLiteral " , test_ArrayLiteral) ,
225239 ( " test_NilLiteral " , test_NilLiteral) ,
240+ ( " test_StringLiteral " , test_StringLiteral) ,
226241 ]
227242}
228243
@@ -250,6 +265,7 @@ public func __allTests() -> [XCTestCaseEntry] {
250265 testCase ( Id_LiteralTests . __allTests) ,
251266 testCase ( IncludedTests . __allTests) ,
252267 testCase ( LinksTests . __allTests) ,
268+ testCase ( PolyProxyTests . __allTests) ,
253269 testCase ( PolyTests . __allTests) ,
254270 testCase ( RelationshipTests . __allTests) ,
255271 testCase ( Relationship_LiteralTests . __allTests) ,
0 commit comments