Skip to content
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

Closed
wants to merge 11 commits into from
Closed

Prototyping tests was added #5

wants to merge 11 commits into from

Conversation

devMEremenko
Copy link

No description provided.

@codecov-io
Copy link

codecov-io commented Aug 22, 2016

Current coverage is 76.58% (diff: 100%)

Merging #5 into master will increase coverage by 3.05%

@@             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          

Powered by Codecov. Last update a05a6d9...beed4d2

NSString* reloadAnimationKey = @"reloadAnimationKey";

expect(^{
model.reloadAnimationKey = reloadAnimationKey;
Copy link
Member

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];
Copy link
Member

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
Copy link
Contributor

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

#import <Expecta/Expecta.h>
#import "ANCollectionControllerConfigurationModel.h"

static BOOL const kHandlingKeyboard = YES;
Copy link
Member

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();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

notTo

oks pushed a commit that referenced this pull request Sep 6, 2016
* commit 'e0fe9665ac3c19508b96835bcb1f035b9203571f':
  ANStorageModelTestAlternative fixes
  add tests for storage model (part 2)
  add test for storage model (part 1)
@oks oks closed this Sep 19, 2016
@oks oks deleted the alister-tests branch October 8, 2016 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants