資源簡(jiǎn)介
一行代碼調(diào)用支付寶移動(dòng)支付
代碼片段和文件信息
//
//??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
評(píng)論
共有 條評(píng)論