public void Example_ReturnsExpectedString()
            {
                VowelMovement vowelMovement = new VowelMovement();

                Assert.AreEqual("Each morning I have * * muffins with a cup of weak * because it's good for my *.", vowelMovement.ReplaceAllCapsWordsWithAsterisks("Each morning I have BROWN BRAN muffins with a cup of weak BRINE because it's good for my BRAIN."));
            }