資源簡介
一行代碼調用支付寶移動支付
代碼片段和文件信息
//
//??IntegratedAlipayTests.m
//??IntegratedAlipayTests
//
//??Created?by?Winann?on?15/1/9.
//??Copyright?(c)?2015年?Winann.?All?rights?reserved.
//
#import?
#import?
@interface?IntegratedAlipayTests?:?XCTestCase
@end
@implementation?IntegratedAlipayTests
-?(void)setUp?{
????[super?setUp];
????//?Put?setup?code?here.?This?method?is?called?before?the?invocation?of?each?test?method?in?the?class.
}
-?(void)tearDown?{
????//?Put?teardown?code?here.?This?method?is?called?after?the?invocation?of?each?test?method?in?the?class.
????[super?tearDown];
}
-?(void)testExample?{
????//?This?is?an?example?of?a?functional?test?case.
????XCTAssert(YES?@“Pass“);
}
-?(void)testPerformanceExample?{
????//?This?is?an?example?of?a?performance?test?case.
????[self?measure
- 上一篇:android 側滑菜單以及tab菜單 demo
- 下一篇:Android音樂播放器
評論
共有 條評論