@Test public void shouldNotBeNull() throws Exception { MyActivity activity = new MyActivity(); assertNotNull( activity ); }