public void FormatContentIntoSentence_WithRandomisedContent(string sentenceParticle, string word, WordType type) { bard.Story = new StoryContext() { MainCharacter = MainCharacter }; string formattedSentence = bard.FormatContextIntoSentence(SENTENCE + sentenceParticle, new Word(word, type)); Assert.False(formattedSentence.Contains(sentenceParticle)); }