CSharpAnalytics.Test.Protocols.Urchin.CustomVariables.ScopedCustomVariableTests.ScopedCustomVariableSlot_Constructor_Throws_ArgumentOutOfRange_If_Enum_Undefined C# (CSharp) Метод

ScopedCustomVariableSlot_Constructor_Throws_ArgumentOutOfRange_If_Enum_Undefined() приватный Метод

        public void ScopedCustomVariableSlot_Constructor_Throws_ArgumentOutOfRange_If_Enum_Undefined()
        {
            Assert.ThrowsException<ArgumentOutOfRangeException>(() => new ScopedCustomVariableSlot((CustomVariableScope) 421, new CustomVariable("t", "k"), 9));
        }