Skip to content

Regression

org.appng.core.controller.ControllerTest.testAttachmentWebService

Failing for the past 1 build (Since Failed#35 )
Took 4 ms.

Error Message

Wanted but not invoked:
response.setContentType("text/plain");
-> at org.appng.core.controller.ControllerTest.testAttachmentWebService(ControllerTest.java:104)

However, there were other interactions with this mock:
response.getOutputStream();
-> at org.appng.core.controller.ControllerTest.serveResource(ControllerTest.java:566)

response.getStatus();
-> at org.appng.core.controller.Controller.doGet(Controller.java:289)

Stacktrace

org.mockito.exceptions.verification.WantedButNotInvoked: 

Wanted but not invoked:
response.setContentType("text/plain");
-> at org.appng.core.controller.ControllerTest.testAttachmentWebService(ControllerTest.java:104)

However, there were other interactions with this mock:
response.getOutputStream();
-> at org.appng.core.controller.ControllerTest.serveResource(ControllerTest.java:566)

response.getStatus();
-> at org.appng.core.controller.Controller.doGet(Controller.java:289)


	at org.appng.core.controller.ControllerTest.testAttachmentWebService(ControllerTest.java:104)

Standard Output

2021-07-01 14:45:56,043 INFO  [main] org.appng.core.controller.Controller: Controller created
2021-07-01 14:45:56,045 INFO  [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#901585341 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created