-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prototyping tests was added #5
Conversation
Current coverage is 76.58% (diff: 100%)@@ master #5 diff @@
==========================================
Files 59 59
Lines 2093 2093
Methods 403 403
Messages 0 0
Branches 150 150
==========================================
+ Hits 1539 1603 +64
+ Misses 554 490 -64
Partials 0 0
|
NSString* reloadAnimationKey = @"reloadAnimationKey"; | ||
|
||
expect(^{ | ||
model.reloadAnimationKey = reloadAnimationKey; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test for test
- (void)test_defaultModel_negitive_unexpectedExeptionsNotHappened | ||
{ | ||
expect(^{ | ||
[ANCollectionControllerConfigurationModel defaultModel]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
block
[super tearDown]; | ||
} | ||
|
||
- (void)test_isTransparent_positive |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change this test, just compare boolean values
…nModelTestAlternative
#import <Expecta/Expecta.h> | ||
#import "ANCollectionControllerConfigurationModel.h" | ||
|
||
static BOOL const kHandlingKeyboard = YES; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isHandling
}; | ||
|
||
// then | ||
expect(testBlock).toNot.raiseAny(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notTo
* commit 'e0fe9665ac3c19508b96835bcb1f035b9203571f': ANStorageModelTestAlternative fixes add tests for storage model (part 2) add test for storage model (part 1)
No description provided.