Spring Projects Issues

Results 1295 comments of Spring Projects Issues
trafficstars

**[vrnsky](https://jira.spring.io/secure/ViewProfile.jspa?name=vrnsky)** commented [jhvhs](https://jira.spring.io/secure/ViewProfile.jspa?name=jhvhs) hm...looks like acceptable for me. But I think that spring community will be glad if we fix this ticket

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Have you considered the [HTMLUnit integration](https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit-mah)? As for using jsop as you said it's much better to get the content parsed once. At that point it makes...

**[Leonard Brünings](https://jira.spring.io/secure/ViewProfile.jspa?name=leonard84)** commented I didn't know about the HtmlUnit integration, which is quite nice, however I think this is a bit too much for the simple use-case of checking if...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented > IMHO, this is still the realm of a unit test and full integration test. Did you mean "not a full integration test"? How would you approach...

**[Leonard Brünings](https://jira.spring.io/secure/ViewProfile.jspa?name=leonard84)** commented > Did you mean "not a full integration test"? > Yes We use WebDriver tests with Geb to write frontend tests, e.g. going to a site and...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Okay this could be useful for basic structural assertions on HTML content alongside similar options for XML and JSON. Were you thinking of putting together a PR?

**[Leonard Brünings](https://jira.spring.io/secure/ViewProfile.jspa?name=leonard84)** commented Yes, I was thinking about creating a PR but wanted to ask first if it would be accepted in the first place. I take your answer as...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Great thanks.

**[Leonard Brünings](https://jira.spring.io/secure/ViewProfile.jspa?name=leonard84)** commented [Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop) I've created a temporary repository where I've put my current implementation https://github.com/leonard84/SPR-16097. It is still a work in progress, but if you already have some...

**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented I haven't given it a proper look yet, but I wanted to pass on a comment from [robwinch](https://jira.spring.io/secure/ViewProfile.jspa?name=robwinch): > we might consider trying to use dependencies we...