spring - ResultHandler.print() undefined -


how come resulthandler.print() undefined? spring version 3.2.5.release.

i using as

this.mockmvc.perform()...anddo(print()); 

print() defined on mockmvcresulthandlers not on resulthandler

from documentation:

 * static imports: mockmvcrequestbuilders.*, mockmvcresulthandlers.*  *  * mockmvc.perform(get("/form")).anddo(print()); 

Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -