Esempio n. 1
0
        public void ThenTheResultShouldBeOnTheScreen(int p0)
        {
            commonObjects = new CommonObjects();
            string result = commonObjects.GetResult();

            Assert.IsTrue(result.Contains(p0.ToString()));
        }