db = newDataSource();
// mount the resources under test
mountResource("/json", new HelloJsonReference());
mountResource("/db", new HelloDbReference());
mountResource("/updates", new HelloDbUpdatesReference());
mountResource("/plaintext", new HelloTextReference());
mountPage("/fortunes", FortunePage.class);
// disable response caching to be more close to other