iOS 我的那个 ios 帖子丢了,。。。。还是看看 oc 版本的 spec

shiren1118 · January 07, 2013 · Last by shiren1118 replied at January 07, 2013 · 3735 hits

我自己没有留一份。。。

#import "Specta.h"

实际代码

#import "MTLTestModel.h"

SpecBegin(MTLModel)

describe(@"subclass", ^{
    it(@"should not include dynamic readonly properties in +propertyKeys", ^{
        NSSet *expectedKeys = [NSSet setWithObjects:@"name", @"count", @"nestedName", nil];
        expect(MTLTestModel.propertyKeys).to.equal(expectedKeys);
    });
});

SpecEnd
You need to Sign in before reply, if you don't have an account, please Sign up first.