This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import XCTest | |
@testable import "DROP YOUR APP TARGET HERE" | |
class Tests: XCTestCase { | |
var sut: "DROP YOUR CLASS THAT YOU WANT TO TEST"! | |
override func setUp() { | |
super.setUp() | |
sut = "DROP YOUR CLASS THAT YOU WANT TO TEST"() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Services.swift | |
// PlayingAPI | |
// | |
// Created by Anantya F on 29/11/19. | |
// Copyright © 2019 Anantya F. All rights reserved. | |
// | |
import Foundation |