コード例 #1
0
        public void ShouldReturnAWatch()
        {
            var result = repository.GetWatches("AnalogWatch", "FASTTRACK", "METALIC", "BLACK", "BASIC");

            Assert.NotNull(result);
            Assert.That(result, Has.Count.EqualTo(1), "There should only 1 match with these specifications");
        }