コード例 #1
0
        public void HandleMultipleValues()
        {
            var sc = new SlotContainer(element);

            Assert.Equal(new[] { "foo", "bar" }, sc.GetMultipleSlotValues("authorInstitution"));
        }