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

Make a way to view the data of a Table, of a Request or of Changes #9

Closed
regis1512 opened this issue Jun 6, 2015 · 3 comments
Closed
Assignees

Comments

@regis1512
Copy link
Member

It could be interesting for the user to have the possibility to print like with toString or view like like a HTML document the information in a Table, a Request or Changes for example.

That could make easier the debugging of a test.

@regis1512 regis1512 self-assigned this Jun 6, 2015
@regis1512
Copy link
Member Author

It is an idea for a next release.
For the moment, the goal is to make the first.

@regis1512 regis1512 changed the title Make a way to view the date of a Table, of a Request or of Changes Make a way to view the data of a Table, of a Request or of Changes Jun 6, 2015
@regis1512
Copy link
Member Author

I started to work on that.
Like start of the assertions is Assertions class, the display of the data will be Displaying class (in a own package).
I think to make it working like assertions for the navigation.
It will something like :

Displaying.display(table).row().onConsole();
Displaying.display(requet).column("name").withType(TypeDisplay.HTML).inFile("test.html");

@otoniel-isidoro
Copy link

good idea 👍

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

No branches or pull requests

2 participants