package annotatedstorieswithcontents.nice_zucchinis; import net.thucydides.core.annotations.Narrative; @Narrative( title = "A Narrative for test3", text = {"A text for Narrative", "For test 3"} ) public class Test3 { }