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

Feature/verifying target object has all needed dependencies #5

Merged
merged 3 commits into from Jan 11, 2016
Merged

Feature/verifying target object has all needed dependencies #5

merged 3 commits into from Jan 11, 2016

Conversation

vasilenkoigor
Copy link

I'm added case for verifying that target object has all needed dependencies.
This is pull request for 4 issue


// Verifying that target object has all needed dependencies
for (NSString *propertyName in dependencies) {
XCTAssertTrue([propertyNames containsObject:propertyName], @"У объекта %@ не было найдено свойство %@", targetObject, propertyName);
Copy link
Collaborator

Choose a reason for hiding this comment

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

We use English language in this project

Copy link
Author

Choose a reason for hiding this comment

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

@igrekde Do you mean this comment?
У объекта %@ не было найдено свойство %@

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes

Copy link
Author

Choose a reason for hiding this comment

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

Hmm...however, project has some Russian comments, like this:

XCTAssertNotNil(dependencyObject, @"Свойство %@ объекта %@ не должно быть nil", propertyName, targetObject);

Copy link
Author

Choose a reason for hiding this comment

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

@igrekde ok, I'm fix it

@etolstoy
Copy link
Collaborator

@spbvasilenko thanks for your contribution! One small fix and we are done!

@vasilenkoigor
Copy link
Author

@igrekde In the last commit this is comment has been fixed

@etolstoy
Copy link
Collaborator

Great, today I'll release a new version!

etolstoy added a commit that referenced this pull request Jan 11, 2016
…ct-has-all-needed-dependencies

Feature/verifying target object has all needed dependencies
@etolstoy etolstoy merged commit 4bebb56 into rambler-digital-solutions:master Jan 11, 2016
@vasilenkoigor
Copy link
Author

@igrekde Thank you!

@vasilenkoigor vasilenkoigor deleted the feature/verifying-target-object-has-all-needed-dependencies branch January 11, 2016 10:09
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.

None yet

2 participants