Skip to content

Fixed VariableFacadeLoadRunnerImpl setVariable method…#113

Merged
sergeytrasko merged 2 commits intoctco:masterfrom
Andrey-Suprun:master
Dec 1, 2017
Merged

Fixed VariableFacadeLoadRunnerImpl setVariable method…#113
sergeytrasko merged 2 commits intoctco:masterfrom
Andrey-Suprun:master

Conversation

@Andrey-Suprun
Copy link
Copy Markdown
Contributor

…to correctly put variables from feature steps


@Override
public void setVariable(final String name, final String value) {
if (!value.equals("null")) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Better swap variable and constant. I.e.:

if (!"null".equals(value)) { 
... 
}

…t variables from feature steps - pull request review comments
@sergeytrasko sergeytrasko merged commit c43e8b0 into ctco:master Dec 1, 2017
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.

2 participants