mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
Add test class placeholder
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// SparseFieldEncoderTests.swift
|
||||
//
|
||||
//
|
||||
// Created by Mathew Polzin on 8/5/19.
|
||||
//
|
||||
|
||||
import XCTest
|
||||
import JSONAPI
|
||||
|
||||
class SparseFieldEncoderTests: XCTestCase {
|
||||
func test_placeholder() {
|
||||
// TODO: write tests
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@ import Foundation
|
||||
import JSONAPI
|
||||
import JSONAPITesting
|
||||
|
||||
class SparseFieldEncoderTests: XCTestCase {
|
||||
class SparseFieldsetTests: XCTestCase {
|
||||
func test_FullEncode() {
|
||||
let jsonEncoder = JSONEncoder()
|
||||
let sparseWithEverything = SparseFieldset(testEverythingObject, fields: EverythingTest.Attributes.CodingKeys.allCases)
|
||||
|
||||
Reference in New Issue
Block a user