mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
Remove now deleted test from linuxmain
This commit is contained in:
@@ -7,6 +7,14 @@ extension AttributeTests {
|
||||
]
|
||||
}
|
||||
|
||||
extension Attribute_FunctorTests {
|
||||
static let __allTests = [
|
||||
("test_mapGuaranteed", test_mapGuaranteed),
|
||||
("test_mapOptionalFailure", test_mapOptionalFailure),
|
||||
("test_mapOptionalSuccess", test_mapOptionalSuccess),
|
||||
]
|
||||
}
|
||||
|
||||
extension Attribute_LiteralTests {
|
||||
static let __allTests = [
|
||||
("test_ArrayLiteral", test_ArrayLiteral),
|
||||
@@ -19,6 +27,15 @@ extension Attribute_LiteralTests {
|
||||
]
|
||||
}
|
||||
|
||||
extension ComputedPropertiesTests {
|
||||
static let __allTests = [
|
||||
("test_ComputedAttributeAccess", test_ComputedAttributeAccess),
|
||||
("test_ComputedRelationshipAccess", test_ComputedRelationshipAccess),
|
||||
("test_DecodeIgnoresComputed", test_DecodeIgnoresComputed),
|
||||
("test_EncodeIgnoresComputed", test_EncodeIgnoresComputed),
|
||||
]
|
||||
}
|
||||
|
||||
extension DocumentTests {
|
||||
static let __allTests = [
|
||||
("test_errorDocumentNoMeta", test_errorDocumentNoMeta),
|
||||
@@ -204,6 +221,7 @@ extension RelationshipTests {
|
||||
|
||||
extension Relationship_LiteralTests {
|
||||
static let __allTests = [
|
||||
("test_ArrayLiteral", test_ArrayLiteral),
|
||||
("test_NilLiteral", test_NilLiteral),
|
||||
]
|
||||
}
|
||||
@@ -223,7 +241,9 @@ extension ResourceBodyTests {
|
||||
public func __allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(AttributeTests.__allTests),
|
||||
testCase(Attribute_FunctorTests.__allTests),
|
||||
testCase(Attribute_LiteralTests.__allTests),
|
||||
testCase(ComputedPropertiesTests.__allTests),
|
||||
testCase(DocumentTests.__allTests),
|
||||
testCase(EntityCheckTests.__allTests),
|
||||
testCase(EntityTests.__allTests),
|
||||
|
||||
Reference in New Issue
Block a user