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
Post a Comment