Xcode 5 ??? XCTest ?????????
???????????? ???????[ 2014/5/8 10:31:40 ] ????????????????? Xcode XCTest
????2???? Studen???? Test.m?????????
- (void)testExample
{
//???????????????????????Щ?????
Student *stu1 = [Student new];
Student *stu2 = [Student new];
stu1.name = @"Mike";
stu1.age = 18;
stu1.isBoy = YES;
stu2.name = @"Lisa";
stu2.age = 18;
stu2.isBoy = NO;
//???? ???? nil
Student *stu3 = [Student new];
stu3.isBoy = YES;
//???????nil???????????????????????log
XCTAssertNotNil(stu3.name?? @"???3??????????????");
}
|
????3??XCTAssertTrue??XCTAssertFalse
????4??XCTAssertEqual???
????5???????????????????? ???????? XCTestCase; ????????????????? - (void)test ???? test??????????д??? ??????????????????
????????????????
????6:???й??? TDD ?????????????????????
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
iOS???????mocha??chai??sinon??istanbul???????????????????????????????????????д?????Java????????7??????Android?????????Robolectric3.0????(?)???Kiwi?????????????????????????????????Python?????????????????????????????????????Controller????????д?????????10???????????????????Angular????????????Component??Directive??Pipe ???ServiceAndroid????????????????????????????????--Mockito??????iOS UnitTest???????Vue?????????????????
![](/images/ad-banner/ad-banner.png)
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????