Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

I18n for Page factory #20

Merged
merged 6 commits into from
Feb 10, 2017
Merged

I18n for Page factory #20

merged 6 commits into from
Feb 10, 2017

Conversation

clicman
Copy link
Contributor

@clicman clicman commented Feb 8, 2017

Guys! Its major feature. Please lookup ang give feedback.

@kosteman
Copy link
Contributor

kosteman commented Feb 9, 2017

successfully tested on mobile-inside branch

@@ -1,52 +1,43 @@
package ru.sbtqa.tag.pagefactory;

import static java.lang.String.format;
Copy link
Contributor

Choose a reason for hiding this comment

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

please, undone import changes in all of the files

Copy link
Contributor Author

@clicman clicman Feb 9, 2017

Choose a reason for hiding this comment

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

Done

@@ -734,7 +696,7 @@ public String getTitle() {

/**
* Search for the given WebElement in page repository storage, that is being generated during preconditions to all
* tests. If element is found, return its title annotation. If nothing found, log debug message and return
* tests. If element is found, return its title annotation. If nothing found, LOG debug message and return
Copy link
Contributor

Choose a reason for hiding this comment

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

did you do refactor on 'log'-variable or stupid-ctrl-h?

@@ -1157,7 +1128,7 @@ private static String getFieldTitle(Field field) {

/**
* Get title annotation of specified WebElement, and add it as a parameter to allure report results,
* with corresponding value. If there is no title annotation, log warning and exit
* with corresponding value. If there is no title annotation, LOG warning and exit
Copy link
Contributor

Choose a reason for hiding this comment

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

unnecessary rename to upper case again

Copy link
Contributor

@kosteman kosteman left a comment

Choose a reason for hiding this comment

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

Imports ordering is a bullshit. I'll create issue about synchronizing codestyle between netbeans and idea

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants