AIFit-SDK for ble body fat scale
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AIFit_DemoUITests.m 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //
  2. // AIFit_DemoUITests.m
  3. // AIFit-DemoUITests
  4. //
  5. // Created by iot_wz on 2018/9/1.
  6. // Copyright © 2018年 iot_wz. All rights reserved.
  7. //
  8. #import <XCTest/XCTest.h>
  9. @interface AIFit_DemoUITests : XCTestCase
  10. @end
  11. @implementation AIFit_DemoUITests
  12. - (void)setUp {
  13. [super setUp];
  14. // Put setup code here. This method is called before the invocation of each test method in the class.
  15. // In UI tests it is usually best to stop immediately when a failure occurs.
  16. self.continueAfterFailure = NO;
  17. // UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
  18. [[[XCUIApplication alloc] init] launch];
  19. // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
  20. }
  21. - (void)tearDown {
  22. // Put teardown code here. This method is called after the invocation of each test method in the class.
  23. [super tearDown];
  24. }
  25. - (void)testExample {
  26. // Use recording to get started writing UI tests.
  27. // Use XCTAssert and related functions to verify your tests produce the correct results.
  28. }
  29. @end