Add test class placeholder

This commit is contained in:
Mathew Polzin
2019-08-05 14:51:18 -07:00
parent 0c7c7edcab
commit 9a07cf7066
2 changed files with 16 additions and 1 deletions
@@ -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)