}
@Test
public void testScenarioOutlineFailsWithNoExamples() {
final OutlineScenarioNode outlineNode = new OutlineScenarioNode("scenarioName",
Collections.<OutlineScenarioRowNode> emptyList(), Collections.<String> emptySet(), 2);
final FeatureNode featureNode = new FeatureNode(new Feature("test feature", "file"),
Collections.<ScenarioNode<?>> singletonList(outlineNode), Collections.<String> emptySet());
final ExecutionNode rootNode = new RootNode("Description", Collections.singletonList(featureNode));