Skip to content

Commit 8fa34f5

Browse files
committed
TestJSONEncoder: Add missing tests into the list of allTests
1 parent 474b5d4 commit 8fa34f5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: TestFoundation/TestJSONEncoder.swift

+8-2
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,13 @@ extension TestJSONEncoder {
12661266
("test_encodingTopLevelSingleValueClass", test_encodingTopLevelSingleValueClass),
12671267
("test_encodingTopLevelStructuredStruct", test_encodingTopLevelStructuredStruct),
12681268
("test_encodingTopLevelStructuredClass", test_encodingTopLevelStructuredClass),
1269+
("test_encodingTopLevelStructuredSingleStruct", test_encodingTopLevelStructuredSingleStruct),
1270+
("test_encodingTopLevelStructuredSingleClass", test_encodingTopLevelStructuredSingleClass),
12691271
("test_encodingTopLevelDeepStructuredType", test_encodingTopLevelDeepStructuredType),
1272+
("test_encodingOutputFormattingDefault", test_encodingOutputFormattingDefault),
1273+
("test_encodingOutputFormattingPrettyPrinted", test_encodingOutputFormattingPrettyPrinted),
1274+
("test_encodingOutputFormattingSortedKeys", test_encodingOutputFormattingSortedKeys),
1275+
("test_encodingOutputFormattingPrettyPrintedSortedKeys", test_encodingOutputFormattingPrettyPrintedSortedKeys),
12701276
("test_encodingDate", test_encodingDate),
12711277
("test_encodingDateSecondsSince1970", test_encodingDateSecondsSince1970),
12721278
("test_encodingDateMillisecondsSince1970", test_encodingDateMillisecondsSince1970),
@@ -1292,16 +1298,16 @@ extension TestJSONEncoder {
12921298
("test_codingOfUInt64", test_codingOfUInt64),
12931299
("test_codingOfInt", test_codingOfInt),
12941300
("test_codingOfUInt", test_codingOfUInt),
1295-
("test_codingOfUIntMinMax", test_codingOfUIntMinMax),
12961301
("test_codingOfFloat", test_codingOfFloat),
12971302
("test_codingOfDouble", test_codingOfDouble),
12981303
("test_codingOfDecimal", test_codingOfDecimal),
12991304
("test_codingOfString", test_codingOfString),
13001305
("test_codingOfURL", test_codingOfURL),
1306+
("test_codingOfUIntMinMax", test_codingOfUIntMinMax),
13011307
("test_numericLimits", test_numericLimits),
13021308
("test_snake_case_encoding", test_snake_case_encoding),
1303-
("test_dictionary_snake_case_encoding", test_dictionary_snake_case_encoding),
13041309
("test_dictionary_snake_case_decoding", test_dictionary_snake_case_decoding),
1310+
("test_dictionary_snake_case_encoding", test_dictionary_snake_case_encoding),
13051311
]
13061312
}
13071313
}

0 commit comments

Comments
 (0)