Esempio n. 1
0
        public void Should_Count_All_Users_In_All_Companies()
        {
            //when
            long result = workService.GetAllUserAmount();

            //then
            Assert.That(20, Is.EqualTo(result));
        }