3839404142434445
target = new EventCollectionImpl(null, null, 0); } @Test public void shouldHaveEventCollectionMediaType() throws Exception { CumulocityMediaType mediaType = EventMediaType.EVENT_COLLECTION; assertThat(target.getMediaType(), equalTo(mediaType)); }