@Test
 public void should_return_null_feature_if_no_feature_is_present() {
   TestOutcome testOutcome = new TestOutcome("aTestMethod");
   assertThat(testOutcome.getFeature(), is(nullValue()));
 }