Hello all.
I have page, this page return StreamResponse (json). So, I have in code:
StreamResponse onActivate() { }
I want write a test for this page.
I can send PUT/GET/POST/DELETE request with different parameters.
Server return me some result.
I want test this results.
How I can did it?
I have this code con ApplicationModule (T.5.4.3), but I do not see my
contribution method being called:
@Contribute(value = ApplicationStateManager.class)
public static void provideStateCreators(MappedConfiguration configuration) {
System.out.println("provideStateCreators");