Guest User

Untitled

a guest
Apr 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. import XCTest
  2. @testable import UnitTestPlayGround
  3.  
  4. class PersonTests: XCTestCase {
  5.  
  6. override func setUp() {
  7. super.setUp()
  8. // Put setup code here. This method is called before the invocation of each test method in the class.
  9. }
  10.  
  11. override func tearDown() {
  12. // Put teardown code here. This method is called after the invocation of each test method in the class.
  13. super.tearDown()
  14. }
  15.  
  16. func testExample() {
  17. // This is an example of a functional test case.
  18. // Use XCTAssert and related functions to verify your tests produce the correct results.
  19. }
  20. }
Add Comment
Please, Sign In to add comment