コード例 #1
0
        public void GetAllHops_Return_Result()
        {
            var hops = _hopRepository.GetAll();

            Assert.NotNull(hops);
            Assert.True(hops.Any());
        }