在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:kiwi-bdd/Kiwi开源软件地址:https://github.com/kiwi-bdd/Kiwi开源编程语言:Objective-C 99.3%开源软件介绍:Kiwi: Simple BDD for iOSKiwi is a Behavior Driven Development library for iOS development. The goal is to provide a BDD library that is exquisitely simple to setup and use. Why?The idea behind Kiwi is to have tests that are more readable than what is possible with the bundled test framework. Tests (or rather specs) are written in Objective-C and run within the comfort of Xcode to provide a test environment that is as unobtrusive and seamless as possible in terms of running tests and error reporting. Specs look like this: describe(@"Team", ^{
context(@"when newly created", ^{
it(@"has a name", ^{
id team = [Team team];
[[team.name should] equal:@"Black Hawks"];
});
it(@"has 11 players", ^{
id team = [Team team];
[[[team should] have:11] players];
});
});
}); DocumentationThe Kiwi Wiki is the official documentation source. Getting itTo install via CocoaPods, add this to your pod "Kiwi" Or via Carthage, add this to
SupportFor all the questions / suggestions you have, that aren't bug reports please use our Google Group |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论