Guest User

Untitled

a guest
Jul 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. class PJT2_SignUpFormTests: XCTestCase {
  2.  
  3. override func setUp() {
  4. super.setUp()
  5. // Put setup code here. This method is called before the invocation of each test method in the class.
  6. }
  7.  
  8. override func tearDown() {
  9. // Put teardown code here. This method is called after the invocation of each test method in the class.
  10. super.tearDown()
  11. }
  12.  
  13. func testExample() {
  14. // This is an example of a functional test case.
  15. // Use XCTAssert and related functions to verify your tests produce the correct results.
  16. }
  17.  
  18. func testPerformanceExample() {
  19. // This is an example of a performance test case.
  20. self.measure {
  21. // Put the code you want to measure the time of here.
  22. }
  23. }
  24. }
Add Comment
Please, Sign In to add comment