refactor methods narrateAnInterestingStory into one method
Description
the different methods narrateAnInterestingStory* are difficult to maintain since they are almost but not quite the same plus the line numbers for the stack traces change if the test methods are changed since the respective methods are included at the end of each class. Moving the method to another class should cause fewer line number changes later.
the different methods narrateAnInterestingStory* are difficult to maintain since they are almost but not quite the same plus the line numbers for the stack traces change if the test methods are changed since the respective methods are included at the end of each class. Moving the method to another class should cause fewer line number changes later.