}
public TestOutcomes getDefaultResults() {
List<TestOutcome> testOutcomeList = new ArrayList<TestOutcome>();
Story story = Story.from(WidgetFeature.PurchaseNewWidget.class);
testOutcomeList.add(thatSucceedsFor(story, 10));
testOutcomeList.add(thatSucceedsFor(story, 20));
testOutcomeList.add(thatIsFailingFor(story, 30));
testOutcomeList.add(thatIsPendingFor(story, 0));
testOutcomeList.add(thatIsPendingFor(story, 0));