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