コード例 #1
0
		public void Should_throw_exception_when_config_section_is_not_found()
		{
			var pipeline = new Pipeline<int, string>();

			Assert.Throws<ArgumentException>(() => pipeline.AddConfigurationSection("bogus"));
		}
コード例 #2
0
        public void Should_throw_exception_when_config_section_is_not_found()
        {
            var pipeline = new Pipeline <int, string>();

            Assert.Throws <ArgumentException>(() => pipeline.AddConfigurationSection("bogus"));
        }