Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Print varargs in steps not as array, but as list of strings #12

Closed
lanwen opened this issue Dec 9, 2013 · 0 comments
Closed

Print varargs in steps not as array, but as list of strings #12

lanwen opened this issue Dec 9, 2013 · 0 comments
Assignees
Labels

Comments

@lanwen
Copy link
Contributor

lanwen commented Dec 9, 2013

When use

@Step("Step: {0}")
public void clickOn(HtmlElement... elements) {
...
}

Expects: Step: ["Element1", "Element2"]
But: Step: [Lru.yandex.qatools.htmlelements.element.HtmlElement;@42ed46a7 occurs.

It will be nice to print varags as list of String

Dont forget about primitive types (int... ints)

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

No branches or pull requests

3 participants