@Test
public void setContentDelegationTest() {
Modal modal = splashViewUnitTestWrapper.getModal();
IsWidget mock = mock( IsWidget.class );
int height = 1;
splashViewUnitTestWrapper.setContent( mock, height );
verify( modal ).add( mock );
verify( modal ).add( splashViewUnitTestWrapper.footer );