Skip to content

Regression

org.appng.core.controller.ControllerTest.testMonitoring

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

Error Message

Wanted but not invoked:
response.setContentType("application/json");
-> at org.appng.core.controller.ControllerTest.testMonitoring(ControllerTest.java:194)

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("application/json");
-> at org.appng.core.controller.ControllerTest.testMonitoring(ControllerTest.java:194)

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.testMonitoring(ControllerTest.java:194)

Standard Output

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