/** * Test that we can instantiate the ContentTypeUtils class */ @Test public void classTest(){ @SuppressWarnings("unused") ContentTypeUtils test=new ContentTypeUtils(); }