Esempio n. 1
0
        public void Should_Return_Names_Of_All_Holding_In_String()
        {
            //when
            string result = workService.GetHoldingNamesAsString();

            //then
            Assert.That("Coca-cola, Nestle, Pepsico", Is.EqualTo(result));
        }